IDataCollection
StockSharp.Xaml.Diagram.GXDiagram.Model
A serializable collection of data representing a set of nodes and links.
Properties
Links : IEnumerable<object>
Gets or sets the collection of link data.
Model : IDiagramModel
Gets or sets the model holds this collection's data.
Nodes : IEnumerable<object>
Gets or sets the collection of node data.
Methods
ContainsLink(object) : bool
This predicate is true if the given link data is in the collection of Links.
- linkdata
ContainsNode(object) : bool
This predicate is true if the given node data is in the collection of Nodes.
- nodedata