Name | Description | |
---|---|---|
![]() | GraphModel.CopyDictionary<NodeType,NodeKey> Constructor | The default constructor builds an empty dictionary. |
The following tables list the members exposed by GraphModel.CopyDictionary<NodeType,NodeKey>.
Name | Description | |
---|---|---|
![]() | GraphModel.CopyDictionary<NodeType,NodeKey> Constructor | The default constructor builds an empty dictionary. |
Name | Description | |
---|---|---|
![]() | Copies | Gets the collection of copied nodes as a GraphModel.DataCollection<NodeType,NodeKey>. |
![]() | DestinationModel | Gets or sets the destination model for the copying operation. |
![]() | SourceCollection | Gets or sets the source collection of data to be copied for the copying operation. |
![]() | SourceModel | Gets or sets the source model for the copying operation. |
Name | Description | |
---|---|---|
![]() | AddCopiedNode | Declare the mapping of a source node data to a copied node data. |
![]() | ContainsSourceNode | This predicate is true if the given node data is in the source collection. |
![]() | FindCopiedNode | Look up the copied node for a given source node. |
![]() | RemoveSourceNode | Remove any association between a source node data and any copied node data. |