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
[DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
public sealed class SubscriptionsSummary
Constructors
SubscriptionsSummary()
Declaration
public SubscriptionsSummary()
Properties
ActivatedSubscriptions
Gets or sets the number of subscriptions in 'Activated' state.
Declaration
[DataMember]
public int ActivatedSubscriptions { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
DeactivatedSubscriptions
Gets or sets the number of subscriptions in 'Deactivated' state.
Declaration
[DataMember]
public int DeactivatedSubscriptions { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ExpiredSubscriptions
Gets or sets the number of expired subscriptions.
Declaration
[DataMember]
public int ExpiredSubscriptions { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
RequestedSubscriptions
Gets or sets the number of subscriptions in 'Requested' state.
Declaration
[DataMember]
public int RequestedSubscriptions { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
TotalSubscriptions
Gets the total number of subscriptions.
Declaration
[SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "value")]
[SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
[DataMember]
public int TotalSubscriptions { get; }
Property Value
| Type | Description |
|---|---|
| int |