Click or drag to resize

HierarchyTraverseAllSubNodes Method

Returns the specified node, and its direct and indirect sub-nodes.

Namespace:  Aloe.EnterpriseOne.Model.Core.Hierarchies
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public virtual IEnumerable<IHierarchyNode> TraverseAllSubNodes(
	ObjectTransaction transaction,
	IHierarchyNode node
)

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 specified node and all of its sub-nodes.

Implements

IHierarchyTraverseAllSubNodes(ObjectTransaction, IHierarchyNode)
See Also