IHierarchyNode Methods |
The IHierarchyNode type exposes the following members.
| Name | Description | |
|---|---|---|
| ChangeCodeAndName |
Changes the code and the name of the node.
| |
| IsSubNodeOf |
Determines whether the node is sub node of the specified node.
| |
| TraverseAllSubNodes |
Traverses the node and all of its sub nodes, both direct and indirect.
|
| Name | Description | |
|---|---|---|
| GetFullCodePath |
Gets the full path of codes, delimited with the delimiter.
(Defined by IHierarchyNodeExtensions.) | |
| GetParentNodes |
Gets the parent nodes of a node, up to the root.
The nodes are ordered, starting from the direct parent to the root.
(Defined by IHierarchyNodeExtensions.) |