Click or drag to resize

IHierarchyNode Methods

The IHierarchyNode type exposes the following members.

Methods
  NameDescription
Public methodChangeCodeAndName
Changes the code and the name of the node.
Public methodIsSubNodeOf
Determines whether the node is sub node of the specified node.
Public methodTraverseAllSubNodes
Traverses the node and all of its sub nodes, both direct and indirect.
Top
Extension Methods
  NameDescription
Public Extension MethodGetFullCodePath
Gets the full path of codes, delimited with the delimiter.
(Defined by IHierarchyNodeExtensions.)
Public Extension MethodGetParentNodes
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.)
Top
See Also