| Interface | Description |
|---|---|
| IBaseHierarchyWalker |
Base interface for iterating a hierarchy.
|
| IHierarchyWalkerCallback<DATATYPE> |
Interface for walking a hierarchy without the possibilities to alter they way
how the hierarchy is iterated.
|
| IHierarchyWalkerDynamicCallback<DATATYPE> |
Interface for walking a hierarchy including possibilities to alter they way
how the hierarchy is iterated.
|
| Class | Description |
|---|---|
| DefaultHierarchyWalker |
The default implementation of the
IBaseHierarchyWalker interface. |
| DefaultHierarchyWalkerCallback<DATATYPE> |
The default implementation of the
IHierarchyWalkerCallback interface
doing nothing. |
| DefaultHierarchyWalkerDynamicCallback<DATATYPE> |
The default implementation of the
IHierarchyWalkerDynamicCallback
interface doing nothing. |
| Enum | Description |
|---|---|
| EHierarchyCallbackReturn |
Return value for hierarchy iteration.
|
Copyright © 2006–2015 phloc systems. All rights reserved.