Show / Hide Table of Contents

    Class ConsumersSummary

    Provides the cumulative information about consumer accounts registered in Developer Portal.

    Inheritance
    Object
    ConsumersSummary
    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 ConsumersSummary

    Constructors

    ConsumersSummary()

    Declaration
    public ConsumersSummary()

    Properties

    EnabledConsumers

    Gets or sets the number of enabled consumer accounts.

    Declaration
    public int EnabledConsumers { get; set; }
    Property Value
    Type Description
    Int32

    TotalConsumers

    Gets or sets the total number of consumer accounts.

    Declaration
    public int TotalConsumers { get; set; }
    Property Value
    Type Description
    Int32
    Back to top Nevatech Sentinet 6.5 Online Documentation