Show / Hide Table of Contents

    Class ConsumerPortalSummary

    Provides the cumulative information about Consumer Account in Developer Portal.

    Inheritance
    Object
    ConsumerPortalSummary
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    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
    Back to top Nevatech Sentinet 6.5 Online Documentation