Class ServiceVersionsSummary
Provides the cumulative information about service versions included in the products that are available in Developer Portal.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
public sealed class ServiceVersionsSummary
Constructors
ServiceVersionsSummary()
Declaration
public ServiceVersionsSummary()
Properties
ActiveServiceVersions
Gets or sets the number of service versions in 'Active' state.
Declaration
[DataMember]
public int ActiveServiceVersions { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
DraftServiceVersions
Gets or sets the number of service versions in 'Draft' state.
Declaration
[DataMember]
public int DraftServiceVersions { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
HostedServiceVersions
Gets or sets the number of actively hosted service versions.
Declaration
[DataMember]
public int HostedServiceVersions { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ObsoleteServiceVersions
Gets or sets the number of service versions in 'Obsolete' state.
Declaration
[DataMember]
public int ObsoleteServiceVersions { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
RetiredServiceVersions
Gets or sets the number of service versions in 'Retired' state.
Declaration
[DataMember]
public int RetiredServiceVersions { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
SoapServiceVersions
Gets or sets the total number of SOAP service versions.
Declaration
[DataMember]
public int SoapServiceVersions { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
TotalServiceVersions
Gets the total number of service versions.
Declaration
[SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "value")]
[SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
[DataMember]
public int TotalServiceVersions { get; }
Property Value
| Type | Description |
|---|---|
| int |