Enum ServiceAgreementViolationsSortField
Defines fields in the ServiceAgreementViolation record that can be used for sorting.
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum ServiceAgreementViolationsSortField
  Fields
| Name | Description | 
|---|---|
| Created | Date and time when this record was created.  | 
      
| CurrentValue | Current metric value for this time interval.  | 
      
| InitialValue | Metric value read when violation was detected.  | 
      
| MetricType | Service metric name.  | 
      
| ServiceAgreementName | Friendly name of the service agreement that metric belongs to.  | 
      
| StartDateTime | The begining of the time interval when violation occurred.  |