EntityTreeBuildExtensions Class
Contains methods for building a tree from a source hierarchy.
| BuildTNode, TItem, TSource(TNode, IEnumerableTSource, FuncTSource, TItem, FuncTSource, Guid, NullableInt32) |
Build tree from parent/root node using source sequence of arbitrary type.
Uses functions to retrieve parent ID and item from source objects.
|
| BuildTNode, TItem, TSource(TNode, IEnumerableTSource, FuncTSource, TItem, FuncTSource, Guid, FuncIEnumerableTSource, IEnumerableTSource, NullableInt32) |
Build tree from parent/root node using order-able source sequence of arbitrary type.
Uses functions to retrieve parent ID and item from source objects.
|