Class ProductsSummary
Provides the cumulative information about products 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 ProductsSummary
Constructors
ProductsSummary()
Declaration
public ProductsSummary()
Properties
ActiveProducts
Gets or sets the number of products in 'Active' state.
Declaration
[DataMember]
public int ActiveProducts { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
DraftProducts
Gets or sets the number of products in 'Draft' state.
Declaration
[DataMember]
public int DraftProducts { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ObsoleteProducts
Gets or sets the number of products in 'Obsolete' state.
Declaration
[DataMember]
public int ObsoleteProducts { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
PrivateProducts
Gets or sets the number of private products.
Declaration
[DataMember]
public int PrivateProducts { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ProductsThatRequireApproval
Gets or sets the number of products that require subscription approval.
Declaration
[DataMember]
public int ProductsThatRequireApproval { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ProductsThatRequireSubscription
Gets or sets the number of products that require consumer subscriptions.
Declaration
[DataMember]
public int ProductsThatRequireSubscription { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
RetiredProducts
Gets or sets the number of products in 'Retired' state.
Declaration
[DataMember]
public int RetiredProducts { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
TotalProducts
Gets the total number of products.
Declaration
[SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "value")]
[SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
[DataMember]
public int TotalProducts { get; }
Property Value
| Type | Description |
|---|---|
| int |