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()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class ConsumerApplicationsSummary

    Constructors

    ConsumerApplicationsSummary()

    Declaration
    public ConsumerApplicationsSummary()

    Properties

    ExpiredAccessKeys

    Gets or sets the number of not expired access keys.

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

    TotalAccessKeys

    Gets or sets the total number of generated access keys.

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

    TotalApplications

    Gets or sets the total number of registered applications.

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

    TotalSubscriptions

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

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