Show / Hide Table of Contents

    Class PortalSummary

    Provides the cumulative information about Developer Portal entities.

    Inheritance
    Object
    PortalSummary
    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 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
    Back to top Nevatech Sentinet 6.5 Online Documentation