IDataCollection

StockSharp.Xaml.Diagram.GXDiagram.Model

A serializable collection of data representing a set of nodes and links.

Propiedades

Model : IDiagramModel

Gets or sets the model holds this collection's data.

Nodes : IEnumerable<object>

Gets or sets the collection of node data.

Métodos

AddNode(object)

Add a node data to this collection.

nodedata
ContainsNode(object) : bool

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

nodedata
RemoveNode(object)

Remove a node data from this collection.

nodedata