ItemTreeNodeTNode, TItemMapCopyToTDestNode(TDestNode, NullableInt32) Method

Deep copy this to destination node type starting at destination parent; items will be reference copies.

Definition

Namespace: MobileTrack.Common.Models.TreeViews.ItemTree
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public void MapCopyTo<TDestNode>(
	TDestNode destParent,
	int? maxRelativeDepth = null
)
where TDestNode : ItemTreeNode<TDestNode, TItem>

Parameters

destParent  TDestNode
Parent/root destination node
maxRelativeDepth  NullableInt32  (Optional)
Max depth of traversal (relative to this node)

Type Parameters

TDestNode
Destination node type

See Also