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.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 NodeSubtree : Subtree, IEquatable<Subtree>

    Constructors

    NodeSubtree()

    Instantiates a 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, Guid)

    Initializes new instance with provided identifier and display name.

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

    Node identifier.

    String name

    Node display name.

    Guid key

    Behavior's unique key.

    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>

    NodeType

    Gets or sets this node's type.

    Declaration
    public NodeType NodeType { get; set; }
    Property Value
    Type Description
    NodeType

    Implements

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