Class ServiceAgreementsSummary
Provides the commulative information about a group of selected service agreements.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class ServiceAgreementsSummary
Constructors
ServiceAgreementsSummary()
Declaration
public ServiceAgreementsSummary()
Properties
ActiveServiceAgreements
Gets or sets the number of service agreements in 'Active' state.
Declaration
public int ActiveServiceAgreements { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
DraftServiceAgreements
Gets or sets the number of service agreements in 'Draft' state.
Declaration
public int DraftServiceAgreements { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
EffectiveServiceAgreements
Gets or sets the number of service agreements which are currently in-effect (having 'Active' status, started, and not expired).
Declaration
public int EffectiveServiceAgreements { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
EffectiveServiceVersions
Gets or sets the number of distinct service versions which are covered and monitored by effective service agreements.
Declaration
public int EffectiveServiceVersions { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
RetiredServiceAgreements
Gets or sets the number of service agreements in 'Retired' state.
Declaration
public int RetiredServiceAgreements { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
TimeZones
Gets collection of unique time zones for the service agreements belonging to the specified folder.
Declaration
public Collection<TimeZoneInfo> TimeZones { get; }
Property Value
Type | Description |
---|---|
Collection<TimeZoneInfo> |
TotalServiceAgreements
Gets or sets the total number of service agreements.
Declaration
public int TotalServiceAgreements { get; }
Property Value
Type | Description |
---|---|
Int32 |
TotalServiceVersions
Gets or sets the number of distinct service versions which are covered by service agreements.
Declaration
public int TotalServiceVersions { get; set; }
Property Value
Type | Description |
---|---|
Int32 |