Class PortalSummary
Provides the cumulative information about Developer Portal entities.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class PortalSummary
Constructors
PortalSummary()
Declaration
public PortalSummary()
Properties
Consumers
Gets or sets the summary of all consumer accounts.
Declaration
public ConsumersSummary Consumers { get; set; }
Property Value
Type | Description |
---|---|
ConsumersSummary |
Products
Gets or sets the summary of all products.
Declaration
public ProductsSummary Products { get; set; }
Property Value
Type | Description |
---|---|
ProductsSummary |
ServiceVersions
Gets or sets the summary of service versions included in all products.
Declaration
public ServiceVersionsSummary ServiceVersions { get; set; }
Property Value
Type | Description |
---|---|
ServiceVersionsSummary |
Subscriptions
Gets or sets the summary of all product subscriptions.
Declaration
public SubscriptionsSummary Subscriptions { get; set; }
Property Value
Type | Description |
---|---|
SubscriptionsSummary |
Users
Gets or sets the summary of all consumer's users.
Declaration
public PortalUsersSummary Users { get; set; }
Property Value
Type | Description |
---|---|
PortalUsersSummary |