NamePathStringParentHierarchyTEntity Methods |
The NamePathStringParentHierarchyTEntity generic type exposes the following members.
| Name | Description | |
|---|---|---|
| ChangeCodeAndName |
Changes the code and the name of the specified node.
(Overrides HierarchyChangeCodeAndName(IHierarchyNode, ICodeNamePair).) | |
| ChangeParent |
Changes the parent of the specified node.
(Overrides HierarchyChangeParent(IHierarchyNode, IHierarchyNode).) | |
| GetDirectSubNodes |
Gets the direct sub-nodes of the specified node.
(Overrides HierarchyGetDirectSubNodes(ObjectTransaction, IHierarchyNode).) | |
| GetParentNode |
Gets the direct parent node of the specified node.
(Overrides HierarchyGetParentNode(IHierarchyNode).) | |
| GetTreeLevel |
Gets the level of deepness of the node within the tree, with the root nodes having a level of 1.
(Inherited from Hierarchy.) | |
| HasSubNodes |
Determines whether the specified node has sub nodes.
(Inherited from Hierarchy.) | |
| IsSubNodeOf |
Determines whether a node is a direct or indirect sub-node of a parent node.
(Inherited from Hierarchy.) | |
| PreloadHierarchy |
Preloads all hierarchy nodes and allows fast hierarchy operations.
(Overrides HierarchyPreloadHierarchy(ObjectTransaction).) | |
| TraverseAllSubNodes |
Returns the specified node, and its direct and indirect sub-nodes.
(Overrides HierarchyTraverseAllSubNodes(ObjectTransaction, IHierarchyNode).) |