Search Results for

    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()
    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    public sealed class PortalSummary

    Constructors

    PortalSummary()

    Declaration
    public PortalSummary()

    Properties

    Consumers

    Gets or sets the summary of all consumer accounts.

    Declaration
    [DataMember]
    public ConsumersSummary Consumers { get; set; }
    Property Value
    Type Description
    ConsumersSummary

    Products

    Gets or sets the summary of all products.

    Declaration
    [DataMember]
    public ProductsSummary Products { get; set; }
    Property Value
    Type Description
    ProductsSummary

    ServiceVersions

    Gets or sets the summary of service versions included in all products.

    Declaration
    [DataMember]
    public ServiceVersionsSummary ServiceVersions { get; set; }
    Property Value
    Type Description
    ServiceVersionsSummary

    Subscriptions

    Gets or sets the summary of all product subscriptions.

    Declaration
    [DataMember]
    public SubscriptionsSummary Subscriptions { get; set; }
    Property Value
    Type Description
    SubscriptionsSummary

    Users

    Gets or sets the summary of all consumer's users.

    Declaration
    [DataMember]
    public PortalUsersSummary Users { get; set; }
    Property Value
    Type Description
    PortalUsersSummary
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation