Search Results for

    Show / Hide Table of Contents

    Class ServiceAgreementsSummary

    Provides the commulative information about a group of selected service agreements.

    Inheritance
    object
    ServiceAgreementsSummary
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    public sealed class ServiceAgreementsSummary

    Constructors

    ServiceAgreementsSummary()

    Declaration
    public ServiceAgreementsSummary()

    Properties

    ActiveServiceAgreements

    Gets or sets the number of service agreements in 'Active' state.

    Declaration
    [DataMember]
    public int ActiveServiceAgreements { get; set; }
    Property Value
    Type Description
    int

    DraftServiceAgreements

    Gets or sets the number of service agreements in 'Draft' state.

    Declaration
    [DataMember]
    public int DraftServiceAgreements { get; set; }
    Property Value
    Type Description
    int

    EffectiveServiceAgreements

    Gets or sets the number of service agreements which are currently in-effect (having 'Active' status, started, and not expired).

    Declaration
    [DataMember]
    public int EffectiveServiceAgreements { get; set; }
    Property Value
    Type Description
    int

    EffectiveServiceVersions

    Gets or sets the number of distinct service versions which are covered and monitored by effective service agreements.

    Declaration
    [DataMember]
    public int EffectiveServiceVersions { get; set; }
    Property Value
    Type Description
    int

    RetiredServiceAgreements

    Gets or sets the number of service agreements in 'Retired' state.

    Declaration
    [DataMember]
    public int RetiredServiceAgreements { get; set; }
    Property Value
    Type Description
    int

    TimeZones

    Gets collection of unique time zones for the service agreements belonging to the specified folder.

    Declaration
    [DataMember]
    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
    int

    TotalServiceVersions

    Gets or sets the number of distinct service versions which are covered by service agreements.

    Declaration
    [DataMember]
    public int TotalServiceVersions { get; set; }
    Property Value
    Type Description
    int
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation