Class SubscriptionsSummary
Provides the cumulative information about product subscriptions in Developer Portal.
Inheritance
System.Object
SubscriptionsSummary
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
---|---|
System.Int32 |
DeactivatedSubscriptions
Gets or sets the number of subscriptions in 'Deactivated' state.
Declaration
public int DeactivatedSubscriptions { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ExpiredSubscriptions
Gets or sets the number of expired subscriptions.
Declaration
public int ExpiredSubscriptions { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RequestedSubscriptions
Gets or sets the number of subscriptions in 'Requested' state.
Declaration
public int RequestedSubscriptions { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TotalSubscriptions
Gets the total number of subscriptions.
Declaration
public int TotalSubscriptions { get; }
Property Value
Type | Description |
---|---|
System.Int32 |