NamePathStringParentHierarchyTEntity Class |
Namespace: Aloe.EnterpriseOne.Model.Core.Hierarchies
public class NamePathStringParentHierarchy<TEntity> : Hierarchy where TEntity : EnterpriseOneEntityObject, IHierarchyNodeProvider
The NamePathStringParentHierarchyTEntity type exposes the following members.
Name | Description | |
---|---|---|
![]() | NamePathStringParentHierarchyTEntity |
Initializes a new instance of the NamePathStringParentHierarchyTEntity class.
|
Name | Description | |
---|---|---|
![]() | Delimiter |
Gets the delimiter, used to separate nodes in the node path.
|
![]() | FullPathDataAttribute |
Gets the full path data attribute.
|
![]() | NameDataAttribute |
Gets the name data attribute.
|
![]() | ParentDataAttribute |
Gets the parent data attribute.
|
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).) |