Search Results for

    Show / Hide Table of Contents

    Class ConsumerProduct

    Provides information about a product available to a consumer.

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

    Constructors

    ConsumerProduct()

    Declaration
    public ConsumerProduct()

    Properties

    ProductId

    Gets or sets the product identifier.

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

    ProductName

    Gets or sets the product name.

    Declaration
    [DataMember]
    public string ProductName { get; set; }
    Property Value
    Type Description
    string

    ServiceVersionCount

    Gets or sets the number of service versions included in the product.

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

    SubscriptionCount

    Gets or sets the number of existing consumer subscriptions to the product.

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