EntityTreeBuildExtensions Class

Contains methods for building a tree from a source hierarchy.

Definition

Namespace: MobileTrack.Common.Models.TreeViews.ItemTree.EntityTree
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public static class EntityTreeBuildExtensions
Inheritance
Object    EntityTreeBuildExtensions

Methods

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.

See Also