Click or drag to resize

IHierarchyNodeExtensions Class

Contains extension methods for IHierarchyNode
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.Core.HierarchiesIHierarchyNodeExtensions

Namespace:  Aloe.EnterpriseOne.Model.Core.Hierarchies
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static class IHierarchyNodeExtensions

The IHierarchyNodeExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetFullCodePath
Gets the full path of codes, delimited with the delimiter.
Public methodStatic memberGetParentNodes
Gets the parent nodes of a node, up to the root. The nodes are ordered, starting from the direct parent to the root.
Top
See Also