Class ConsumersSummary
Provides the cumulative information about consumer accounts registered in Developer Portal.
Inheritance
System.Object
ConsumersSummary
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 ConsumersSummary
Constructors
ConsumersSummary()
Declaration
public ConsumersSummary()
Properties
EnabledConsumers
Gets or sets the number of enabled consumer accounts.
Declaration
public int EnabledConsumers { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TotalConsumers
Gets or sets the total number of consumer accounts.
Declaration
public int TotalConsumers { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |