Show / Hide Table of Contents

    Class SubscriptionsSummary

    Provides the cumulative information about product subscriptions in Developer Portal.

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

    Constructors

    SubscriptionsSummary()

    Declaration
    public SubscriptionsSummary()

    Properties

    ActivatedSubscriptions

    Gets or sets the number of subscriptions in 'Activated' state.

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

    DeactivatedSubscriptions

    Gets or sets the number of subscriptions in 'Deactivated' state.

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

    ExpiredSubscriptions

    Gets or sets the number of expired subscriptions.

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

    RequestedSubscriptions

    Gets or sets the number of subscriptions in 'Requested' state.

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

    TotalSubscriptions

    Gets the total number of subscriptions.

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