Class ServiceVersionsSummary
Provides the cumulative information about service versions included in the products that are available in Developer Portal.
Inheritance
System.Object
ServiceVersionsSummary
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 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 |
---|---|
System.Int32 |
DraftServiceVersions
Gets or sets the number of service versions in 'Draft' state.
Declaration
public int DraftServiceVersions { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
HostedServiceVersions
Gets or sets the number of actively hosted service versions.
Declaration
public int HostedServiceVersions { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ObsoleteServiceVersions
Gets or sets the number of service versions in 'Obsolete' state.
Declaration
public int ObsoleteServiceVersions { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RetiredServiceVersions
Gets or sets the number of service versions in 'Retired' state.
Declaration
public int RetiredServiceVersions { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SoapServiceVersions
Gets or sets the total number of SOAP service versions.
Declaration
public int SoapServiceVersions { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TotalServiceVersions
Gets the total number of service versions.
Declaration
public int TotalServiceVersions { get; }
Property Value
Type | Description |
---|---|
System.Int32 |