Click or drag to resize

NamePathStringParentHierarchyTEntity Methods

The NamePathStringParentHierarchyTEntity generic type exposes the following members.

Methods
  NameDescription
Public methodChangeCodeAndName
Changes the code and the name of the specified node.
(Overrides HierarchyChangeCodeAndName(IHierarchyNode, ICodeNamePair).)
Public methodChangeParent
Changes the parent of the specified node.
(Overrides HierarchyChangeParent(IHierarchyNode, IHierarchyNode).)
Public methodGetDirectSubNodes
Gets the direct sub-nodes of the specified node.
(Overrides HierarchyGetDirectSubNodes(ObjectTransaction, IHierarchyNode).)
Public methodGetParentNode
Gets the direct parent node of the specified node.
(Overrides HierarchyGetParentNode(IHierarchyNode).)
Public methodGetTreeLevel
Gets the level of deepness of the node within the tree, with the root nodes having a level of 1.
(Inherited from Hierarchy.)
Public methodHasSubNodes
Determines whether the specified node has sub nodes.
(Inherited from Hierarchy.)
Public methodIsSubNodeOf
Determines whether a node is a direct or indirect sub-node of a parent node.
(Inherited from Hierarchy.)
Public methodPreloadHierarchy
Preloads all hierarchy nodes and allows fast hierarchy operations.
(Overrides HierarchyPreloadHierarchy(ObjectTransaction).)
Public methodTraverseAllSubNodes
Returns the specified node, and its direct and indirect sub-nodes.
(Overrides HierarchyTraverseAllSubNodes(ObjectTransaction, IHierarchyNode).)
Top
See Also