Show / Hide Table of Contents

    Class ProductSubtree

    Represents a product tree node with its children.

    Inheritance
    System.Object
    Subtree
    ProductSubtree
    Implements
    System.IEquatable<Subtree>
    Inherited Members
    Subtree.Equals(Subtree)
    Subtree.Equals(Object)
    Subtree.GetHashCode()
    Subtree.ToString()
    Subtree.Id
    Subtree.Key
    Subtree.Name
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.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
    System.Collections.ObjectModel.Collection<ServiceVersionSubtree>

    Implements

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