Search Results for

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

    Constructors

    SubscriptionsSummary()

    Declaration
    public SubscriptionsSummary()

    Properties

    ActivatedSubscriptions

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

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

    DeactivatedSubscriptions

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

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

    ExpiredSubscriptions

    Gets or sets the number of expired subscriptions.

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

    RequestedSubscriptions

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

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

    TotalSubscriptions

    Gets the total number of subscriptions.

    Declaration
    [SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "value")]
    [SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
    [DataMember]
    public int TotalSubscriptions { get; }
    Property Value
    Type Description
    int
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation