IHierarchyNode Interface |
Namespace: Aloe.EnterpriseOne.Model.Core.Hierarchies
The IHierarchyNode type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsObject |
Gets the backing domain object.
|
![]() | Code |
Gets the code.
(Inherited from ICodeNamePair.) |
![]() | Hierarchy |
Gets the hierarchy.
|
![]() | Name |
Gets the name.
(Inherited from ICodeNamePair.) |
![]() | ParentNode |
Gets the parent node of the node.
|
![]() | SubNodes |
Gets the direct (immediate) sub nodes of the node.
|
![]() | TreeLevel |
Gets the level of deepness of the node within the tree, starting with 1 for the root nodes.
|
Name | Description | |
---|---|---|
![]() | ChangeCodeAndName |
Changes the code and the name of the node.
|
![]() | IsSubNodeOf |
Determines whether the node is sub node of the specified node.
|
![]() | TraverseAllSubNodes |
Traverses the node and all of its sub nodes, both direct and indirect.
|
Name | Description | |
---|---|---|
![]() | GetFullCodePath |
Gets the full path of codes, delimited with the delimiter.
(Defined by IHierarchyNodeExtensions.) |
![]() | GetParentNodes |
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.) |