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
Syntaxpublic interface IHierarchyProvider
Public Interface IHierarchyProvider
public interface class IHierarchyProvider
type IHierarchyProvider = interface end
The IHierarchyProvider type exposes the following members.
Properties
| Name | Description |
---|
 | Hierarchy |
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