GoXam for WPF v3
ICopyDictionary Interface Members
Properties  Methods 

Northwoods.GoXam.Model Namespace : ICopyDictionary Interface

The following tables list the members exposed by ICopyDictionary.

Public Properties
 NameDescription
 PropertyGets the collection of copied nodes and copied links as an IDataCollection.  
 Property Gets or sets the destination model for the copying operation.  
 Property Gets or sets the source collection of data to be copied for the copying operation.  
 Property Gets or sets the source model for the copying operation.  
Top
Public Methods
 NameDescription
 Method Declare the mapping of a source link data to a copied link data.  
 Method Declare the mapping of a source node data to a copied node data.  
 Method This predicate is true if the given link data is in the source collection.  
 Method This predicate is true if the given node data is in the source collection.  
 Method Look up the copied link for a given source link.  
 Method Look up the copied node for a given source node.  
 Method Remove any association between a source link data and any copied link data.  
 Method Remove any association between a source node data and any copied node data.  
Top
See Also

Reference

ICopyDictionary Interface
Northwoods.GoXam.Model Namespace
TreeModel.CopyDictionary<NodeType,NodeKey> Class
GraphModel.CopyDictionary<NodeType,NodeKey> Class
GraphLinksModel.CopyDictionary<NodeType,NodeKey,PortKey,LinkType> Class