Class ConsumerPortalSummary
Provides the cumulative information about Consumer Account in Developer Portal.
Inheritance
System.Object
ConsumerPortalSummary
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 ConsumerPortalSummary
Constructors
ConsumerPortalSummary()
Declaration
public ConsumerPortalSummary()
Properties
Applications
Gets or sets the summary of all subscription applications and access keys.
Declaration
public ConsumerApplicationsSummary Applications { get; set; }
Property Value
Type | Description |
---|---|
ConsumerApplicationsSummary |
Products
Gets or sets the summary of all products.
Declaration
public ConsumerProductsSummary Products { get; set; }
Property Value
Type | Description |
---|---|
ConsumerProductsSummary |
Subscriptions
Gets or sets the summary of all product subscriptions.
Declaration
public SubscriptionsSummary Subscriptions { get; set; }
Property Value
Type | Description |
---|---|
SubscriptionsSummary |