Search Results for

    Show / Hide Table of Contents

    Class ConsumerApplicationsSummary

    Provides the cumulative information about applications and access keys belonging to a consumer.

    Inheritance
    object
    ConsumerApplicationsSummary
    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 ConsumerApplicationsSummary

    Constructors

    ConsumerApplicationsSummary()

    Declaration
    public ConsumerApplicationsSummary()

    Properties

    ExpiredAccessKeys

    Gets or sets the number of not expired access keys.

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

    TotalAccessKeys

    Gets or sets the total number of generated access keys.

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

    TotalApplications

    Gets or sets the total number of registered applications.

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

    TotalSubscriptions

    Gets or sets the total number of unique subscriptions that have at least one generated access key.

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