Show / Hide Table of Contents

    Class ServiceVersionsSummary

    Provides the cumulative information about service versions included in the products that are available in Developer Portal.

    Inheritance
    Object
    ServiceVersionsSummary
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class ServiceVersionsSummary

    Constructors

    ServiceVersionsSummary()

    Declaration
    public ServiceVersionsSummary()

    Properties

    ActiveServiceVersions

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

    Declaration
    public int ActiveServiceVersions { get; set; }
    Property Value
    Type Description
    Int32

    DraftServiceVersions

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

    Declaration
    public int DraftServiceVersions { get; set; }
    Property Value
    Type Description
    Int32

    HostedServiceVersions

    Gets or sets the number of actively hosted service versions.

    Declaration
    public int HostedServiceVersions { get; set; }
    Property Value
    Type Description
    Int32

    ObsoleteServiceVersions

    Gets or sets the number of service versions in 'Obsolete' state.

    Declaration
    public int ObsoleteServiceVersions { get; set; }
    Property Value
    Type Description
    Int32

    RetiredServiceVersions

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

    Declaration
    public int RetiredServiceVersions { get; set; }
    Property Value
    Type Description
    Int32

    SoapServiceVersions

    Gets or sets the total number of SOAP service versions.

    Declaration
    public int SoapServiceVersions { get; set; }
    Property Value
    Type Description
    Int32

    TotalServiceVersions

    Gets the total number of service versions.

    Declaration
    public int TotalServiceVersions { get; }
    Property Value
    Type Description
    Int32
    Back to top Nevatech Sentinet 6.5 Online Documentation