Class NodeSubtree
Represents a node tree node with its children.
Implements
Inherited Members
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> |