MobileTrack Nexus Documentation
C#
Show/Hide TOC
Item
Tree
Node
TNode
,
TItem
Set
Item Method
Set a new item for this node. Usually invoked because of changes in the Replication Layer
Definition
Namespace:
MobileTrack.Common.Models.TreeViews.ItemTree
Assembly:
MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
C#
Copy
Request Example
public
void
SetItem
( TItem
item
)
Parameters
item
TItem
New item
Exceptions
InvalidOperationException
Invoked if the ID of
item
is different from
Item
See Also
Reference
ItemTreeNode
TNode, TItem
Class
MobileTrack.Common.Models.TreeViews.ItemTree Namespace
In This Article
Definition
Exceptions
See Also