Click or drag to resize

IHierarchyNodeProviderExtensionsGetSubNodesTEntity Method

Gets the sub nodes.

Namespace:  Aloe.EnterpriseOne.Model.Core.Hierarchies.Extensions
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static IEnumerable<TEntity> GetSubNodes<TEntity>(
	this IHierarchyNodeProvider<TEntity> node
)
where TEntity : EnterpriseOneEntityObject

Parameters

node
Type: Aloe.EnterpriseOne.Model.Core.HierarchiesIHierarchyNodeProviderTEntity
The node.

Type Parameters

TEntity
The type of the entity.

Return Value

Type: IEnumerableTEntity

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IHierarchyNodeProviderTEntity. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also