Show / Hide Table of Contents

    Class ConsumerProduct

    Provides information about a product available to a consumer.

    Inheritance
    System.Object
    ConsumerProduct
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.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
    System.Int32

    ProductName

    Gets or sets the product name.

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

    ServiceVersionCount

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

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

    SubscriptionCount

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

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