Class ConsumerProduct
Provides information about a product available to a consumer.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class ConsumerProduct
Constructors
ConsumerProduct()
Declaration
public ConsumerProduct()
Properties
ProductId
Gets or sets the product identifier.
Declaration
public int ProductId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ProductName
Gets or sets the product name.
Declaration
public string ProductName { get; set; }
Property Value
Type | Description |
---|---|
String |
ServiceVersionCount
Gets or sets the number of service versions included in the product.
Declaration
public int ServiceVersionCount { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
SubscriptionCount
Gets or sets the number of existing consumer subscriptions to the product.
Declaration
public int SubscriptionCount { get; set; }
Property Value
Type | Description |
---|---|
Int32 |