| Interface | Description |
|---|---|
| IChildrenProvider<CHILDTYPE> |
This interface can be used to generically resolved children of a certain
object.
|
| IChildrenProviderSorted<CHILDTYPE> |
This interface can be used to generically resolved children of a certain
object in a sorted way.
|
| IChildrenProviderWithID<KEYTYPE,CHILDTYPE> |
This interface can be used to generically resolved children of a certain
object.
|
| IChildrenProviderWithUniqueID<KEYTYPE,CHILDTYPE> |
This interface can be used to generically resolved children of a certain
object.
|
| IHasChildren<CHILDTYPE> |
A simple interface, indicating that an item has direct children.
|
| IHasChildrenSorted<CHILDTYPE> |
Extends
IHasChildren by indicating that the child items are sorted! |
| IHasParent<PARENTTYPE> |
This helper interface is required to build a tree.
|
| IParentProvider<PARENTTYPE> |
This helper interface is required to build a generic tree.
|
Copyright © 2006–2014 phloc systems. All rights reserved.