Class ConsumerPortalSummary
Provides the cumulative information about Consumer Account in Developer Portal.
Inherited Members
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 |