Click or drag to resize

IHierarchyNodeProviderTEntity Interface

Typed interface for hierarchy node providers. Currently the interface is used only by extension methods.

Namespace:  Aloe.EnterpriseOne.Model.Core.Hierarchies
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public interface IHierarchyNodeProvider<TEntity> : IHierarchyNodeProvider
where TEntity : EnterpriseOneEntityObject

Type Parameters

TEntity
The type of the entity.

The IHierarchyNodeProviderTEntity type exposes the following members.

Properties
  NameDescription
Public propertyAsHierarchyNode
Gets the hierarchy node, which provides hierarchy node manipulation functions.
(Inherited from IHierarchyNodeProvider.)
Top
Extension Methods
See Also