Search Results for

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

    Constructors

    ConsumersSummary()

    Declaration
    public ConsumersSummary()

    Properties

    EnabledConsumers

    Gets or sets the number of enabled consumer accounts.

    Declaration
    [DataMember]
    public int EnabledConsumers { get; set; }
    Property Value
    Type Description
    int

    TotalConsumers

    Gets or sets the total number of consumer accounts.

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