Class ConsumerProduct
Provides information about a product available to a consumer.
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 ConsumerProduct
Constructors
ConsumerProduct()
Declaration
public ConsumerProduct()
Properties
ProductId
Gets or sets the product identifier.
Declaration
[DataMember]
public int ProductId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ProductName
Gets or sets the product name.
Declaration
[DataMember]
public string ProductName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServiceVersionCount
Gets or sets the number of service versions included in the product.
Declaration
[DataMember]
public int ServiceVersionCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
SubscriptionCount
Gets or sets the number of existing consumer subscriptions to the product.
Declaration
[DataMember]
public int SubscriptionCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |