GoXam for WPF v3
AddCopiedLink Method (ICopyDictionary)
Northwoods.GoXam.Model Namespace > ICopyDictionary Interface : AddCopiedLink Method
Declare the mapping of a source link data to a copied link data.
Syntax
void AddCopiedLink( 
   object srclinkdata,
   object dstlinkdata
)

Parameters

srclinkdata
dstlinkdata
Remarks

This is an error for those models that do not support separate link data.

Note that this method is universal, because it can only assume the link data is of type System.Object. The corresponding methods in the generic model classes operate on and return a specific link data type.

See Also

Reference

ICopyDictionary Interface
ICopyDictionary Members