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.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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