Show / Hide Table of Contents

    Class ConsumerProductsSummary

    Provides the cumulative information about products available for a consumer.

    Inheritance
    System.Object
    ConsumerProductsSummary
    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 ConsumerProductsSummary

    Constructors

    ConsumerProductsSummary()

    Declaration
    public ConsumerProductsSummary()

    Properties

    AvailableProducts

    Gets or sets the number of products available for a consumer.

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

    SubscribedProducts

    Gets or sets the number of subscribed products.

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