Click or drag to resize

IHierarchyNodeProvider Interface

Implemented by domain classes, 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 IHierarchyNodeProvider

The IHierarchyNodeProvider type exposes the following members.

Properties
  NameDescription
Public propertyAsHierarchyNode
Gets the hierarchy node, which provides hierarchy node manipulation functions.
Top
Remarks
The idea of this interface is to provide a simple way for domain classes to implement different hierarchy manipulation strategies. This interface is the junction point between the main domain object class and the implementation strategy class.
See Also