IHierarchyTraverseAllSubNodes Method |
Traverses and returns the specified node itself and all of its sub nodes, both direct and indirect.
Namespace:
Aloe.EnterpriseOne.Model.Core.Hierarchies
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
SyntaxIEnumerable<IHierarchyNode> TraverseAllSubNodes(
ObjectTransaction transaction,
IHierarchyNode node
)
Function TraverseAllSubNodes (
transaction As ObjectTransaction,
node As IHierarchyNode
) As IEnumerable(Of IHierarchyNode)
IEnumerable<IHierarchyNode^>^ TraverseAllSubNodes(
ObjectTransaction^ transaction,
IHierarchyNode^ node
)
abstract TraverseAllSubNodes :
transaction : ObjectTransaction *
node : IHierarchyNode -> IEnumerable<IHierarchyNode>
Parameters
- transaction
- Type: Aloe.SystemFrameworks.DomainObjectTransaction
The transaction. - node
- Type: Aloe.EnterpriseOne.Model.Core.HierarchiesIHierarchyNode
The node for which to return the sub-nodes.
Return Value
Type:
IEnumerableIHierarchyNode
The node and all of its direct and indirect sub-nodes.
See Also