Class ServiceAgreementViolationSummary
Represents the number of service agreement violations in particular time interval.
Inheritance
System.Object
ServiceAgreementViolationSummary
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public class ServiceAgreementViolationSummary
Constructors
ServiceAgreementViolationSummary()
Declaration
public ServiceAgreementViolationSummary()
Properties
IntervalUnit
Gets or sets the units in which time interval is measured.
Declaration
public TimeUnit IntervalUnit { get; set; }
Property Value
Type | Description |
---|---|
TimeUnit |
IntervalValue
Gets or sets the time interval used for accumulating and aggregating service metric.
Declaration
public int IntervalValue { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StartDateTime
Gets or sets the begining of the time interval. The time is reported in the time zone of the corresponding service agreement.
Declaration
public DateTime StartDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
TotalCount
Gets or sets the total number of violations in the current time interval.
Declaration
public int TotalCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |