Class ServiceAgreementViolationSummary
Represents the number of service agreement violations in particular time interval.
Inherited Members
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 | 
|---|---|
| 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 | 
|---|---|
| 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 | 
|---|---|
| Int32 |