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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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