Class ConsumerApplicationsSummary
Provides the cumulative information about applications and access keys belonging to a consumer.
Inheritance
System.Object
ConsumerApplicationsSummary
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 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 |
---|---|
System.Int32 |
TotalAccessKeys
Gets or sets the total number of generated access keys.
Declaration
public int TotalAccessKeys { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TotalApplications
Gets or sets the total number of registered applications.
Declaration
public int TotalApplications { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Int32 |