Click or drag to resize

IHierarchyProvider Interface

Implemented by classes (typically a repository class), which need to provide hierarchy node manipulation functions

Namespace:  Aloe.EnterpriseOne.Model.Core.Hierarchies
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public interface IHierarchyProvider

The IHierarchyProvider type exposes the following members.

Properties
  NameDescription
Public propertyHierarchy
Gets the hierarchy repository handler
Top
Remarks
The idea of this interface is to provide a simple way for classes to implement different hierarchy storage and manipulation strategies by instancing different classes, which implement IHierarchy.
See Also