Class SubscriptionsSummary
Provides the cumulative information about product subscriptions in Developer Portal.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class SubscriptionsSummary
  Constructors
SubscriptionsSummary()
Declaration
public SubscriptionsSummary()
  Properties
ActivatedSubscriptions
Gets or sets the number of subscriptions in 'Activated' state.
Declaration
public int ActivatedSubscriptions { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Int32 | 
DeactivatedSubscriptions
Gets or sets the number of subscriptions in 'Deactivated' state.
Declaration
public int DeactivatedSubscriptions { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Int32 | 
ExpiredSubscriptions
Gets or sets the number of expired subscriptions.
Declaration
public int ExpiredSubscriptions { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Int32 | 
RequestedSubscriptions
Gets or sets the number of subscriptions in 'Requested' state.
Declaration
public int RequestedSubscriptions { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Int32 | 
TotalSubscriptions
Gets the total number of subscriptions.
Declaration
public int TotalSubscriptions { get; }
  Property Value
| Type | Description | 
|---|---|
| Int32 |