Class ConsumerApplicationsSummary
Provides the cumulative information about applications and access keys belonging to a consumer.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class ConsumerApplicationsSummary
  Constructors
ConsumerApplicationsSummary()
Declaration
public ConsumerApplicationsSummary()
  Properties
ExpiredAccessKeys
Gets or sets the number of not expired access keys.
Declaration
public int ExpiredAccessKeys { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Int32 | 
TotalAccessKeys
Gets or sets the total number of generated access keys.
Declaration
public int TotalAccessKeys { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Int32 | 
TotalApplications
Gets or sets the total number of registered applications.
Declaration
public int TotalApplications { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Int32 | 
TotalSubscriptions
Gets or sets the total number of unique subscriptions that have at least one generated access key.
Declaration
public int TotalSubscriptions { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Int32 |