Show / Hide Table of Contents

    Class NodeSubtree

    Represents a node tree node with its children.

    Inheritance
    Object
    Subtree
    NodeSubtree
    Implements
    IEquatable<Subtree>
    Inherited Members
    Subtree.Equals(Subtree)
    Subtree.Equals(Object)
    Subtree.GetHashCode()
    Subtree.ToString()
    Subtree.Id
    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 NodeSubtree : Subtree, IEquatable<Subtree>

    Constructors

    NodeSubtree()

    Instanciates new object.

    Declaration
    public NodeSubtree()

    NodeSubtree(Node)

    Initializes new instance from provided node.

    Declaration
    public NodeSubtree(Node node)
    Parameters
    Type Name Description
    Node node

    Node to be initialized from.

    NodeSubtree(Int32, String)

    Initializes new instance with provided identifier and display name.

    Declaration
    public NodeSubtree(int id, string name)
    Parameters
    Type Name Description
    Int32 id

    Node identifier.

    String name

    Node display name.

    Properties

    BaseAddresses

    Gets collection of node base addresses.

    Declaration
    public Collection<Subtree> BaseAddresses { get; }
    Property Value
    Type Description
    Collection<Subtree>

    Identities

    Gets collection of node identities.

    Declaration
    public Collection<IdentitySubtree> Identities { get; }
    Property Value
    Type Description
    Collection<IdentitySubtree>

    Implements

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