MobileTrack Nexus Documentation
C#
Show/Hide TOC
Item
Tree
Node
TNode
,
TItem
Build Method
Builds the node and its children. Invoked from the parent node.
Definition
Namespace:
MobileTrack.Common.Models.TreeViews.ItemTree
Assembly:
MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
C#
Copy
Request Example
internal
void
Build
(
IReadOnlyList
<TItem>
childItems
)
Parameters
childItems
IReadOnlyList
TItem
Child items to insert
Exceptions
InvalidOperationException
Cannot be invoked if the tree node had already been built.
See Also
Reference
ItemTreeNode
TNode, TItem
Class
MobileTrack.Common.Models.TreeViews.ItemTree Namespace
In This Article
Definition
Exceptions
See Also