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
public sealed class ProductsSummary
Constructors
ProductsSummary()
Declaration
public ProductsSummary()
Properties
ActiveProducts
Gets or sets the number of products in 'Active' state.
Declaration
public int ActiveProducts { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
DraftProducts
Gets or sets the number of products in 'Draft' state.
Declaration
public int DraftProducts { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ObsoleteProducts
Gets or sets the number of products in 'Obsolete' state.
Declaration
public int ObsoleteProducts { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
PrivateProducts
Gets or sets the number of private products.
Declaration
public int PrivateProducts { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ProductsThatRequireApproval
Gets or sets the number of products that require subscription approval.
Declaration
public int ProductsThatRequireApproval { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ProductsThatRequireSubscription
Gets or sets the number of products that require consumer subscriptions.
Declaration
public int ProductsThatRequireSubscription { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
RetiredProducts
Gets or sets the number of products in 'Retired' state.
Declaration
public int RetiredProducts { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
TotalProducts
Gets the total number of products.
Declaration
public int TotalProducts { get; }
Property Value
Type | Description |
---|---|
Int32 |