Namespace Cuemon.Extensions.Runtime
Assembly: Cuemon.Extensions.Core.dll
Classes
Hierarchy
Provides a set of static methods for hierarchy related operations.
Hierarchy<T>
Represents a way to expose a node of a hierarchical structure, including the node object of type T
.
HierarchyDecoratorExtensions
Extension methods for the IHierarchy<T> interface hidden behind the IDecorator<T> interface.
HierarchyOptions
Specifies options that is related to Hierarchy and HierarchySerializer operations.
Interfaces
IHierarchy<T>
Provides a generic way to expose a node of a hierarchical structure, including the node object of type T
.