HierarchyNode Methods |
The HierarchyNode type exposes the following members.
Name | Description | |
---|---|---|
![]() | ChangeCodeAndName |
Changes the code and the name of the node.
|
![]() | Equals |
Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object).) |
![]() | GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) |
![]() | IsSubNodeOf |
Determines whether the node is sub node of the specified node.
|
![]() | ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
![]() | TraverseAllSubNodes |
Gets all sub nodes, both direct and indirect of the node.
|
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.) |