Show / Hide Table of Contents

    Class ProductSubtree

    Represents a product tree node with its children.

    Inheritance
    Object
    Subtree
    ProductSubtree
    Implements
    IEquatable<Subtree>
    Inherited Members
    Subtree.Equals(Subtree)
    Subtree.Equals(Object)
    Subtree.GetHashCode()
    Subtree.ToString()
    Subtree.Id
    Subtree.Key
    Subtree.Name
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Services
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class ProductSubtree : Subtree, IEquatable<Subtree>

    Constructors

    ProductSubtree()

    Initializes an empty instance.

    Declaration
    public ProductSubtree()

    ProductSubtree(Product)

    Initializes new instance from the provided product.

    Declaration
    public ProductSubtree(Product product)
    Parameters
    Type Name Description
    Product product

    Product to be initialized from.

    Properties

    ServiceVersions

    Gets collection of service versions belonging to the product.

    Declaration
    public Collection<ServiceVersionSubtree> ServiceVersions { get; }
    Property Value
    Type Description
    Collection<ServiceVersionSubtree>

    Implements

    System.IEquatable<T>
    Back to top Nevatech Sentinet 6.5 Online Documentation