ICopyDictionary

StockSharp.Xaml.Diagram.GXDiagram.Model

A dictionary of data representing a set of nodes and links and their corresponding copies, used during the copying process.

Свойства

Copies : IDataCollection

Gets the collection of copied nodes and copied links as an IDataCollection.

DestinationModel : IDiagramModel

Gets or sets the destination model for the copying operation.

SourceCollection : IDataCollection

Gets or sets the source collection of data to be copied for the copying operation.

SourceModel : IDiagramModel

Gets or sets the source model for the copying operation.

Методы

AddCopiedNode(object, object)

Declare the mapping of a source node data to a copied node data.

srcnodedata
dstnodedata
ContainsSourceNode(object) : bool

This predicate is true if the given node data is in the source collection.

srcnodedata
FindCopiedNode(object) : object

Look up the copied node for a given source node.

srcnodedata
RemoveSourceNode(object)

Remove any association between a source node data and any copied node data.

srcnodedata