Click or drag to resize

HierarchyNode Methods

The HierarchyNode type exposes the following members.

Methods
  NameDescription
Public methodChangeCodeAndName
Changes the code and the name of the node.
Public methodEquals
Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodIsSubNodeOf
Determines whether the node is sub node of the specified node.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Public methodTraverseAllSubNodes
Gets all sub nodes, both direct and indirect of the node.
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