MutableEntityTreeNodeTItem Constructor

Root node constructor

Definition

Namespace: MobileTrack.Common.Models.TreeViews.ItemTree.EntityTree
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public MutableEntityTreeNode(
	TItem rootItem,
	ErrorCheckOptions checkOptions = ErrorCheckOptions.Default
)

Parameters

rootItem  TItem
Item contained by root
checkOptions  ErrorCheckOptions  (Optional)
Options governing how uniqueness is enforced

Remarks

Uses a default entity definition

See Also