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

    Constructors

    ConsumerProduct()

    Declaration
    public ConsumerProduct()

    Properties

    ProductId

    Gets or sets the product identifier.

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

    ProductName

    Gets or sets the product name.

    Declaration
    public string ProductName { get; set; }
    Property Value
    Type Description
    String

    ServiceVersionCount

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

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

    SubscriptionCount

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

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