ICompositionRegistry
StockSharp.Diagram
The storage of composite elements.
Properties
DiagramElements : INotifyList<DiagramElement>
List of elements.
Methods
CreateComposition() : CompositionDiagramElement
Create CompositionDiagramElement instance.
Returns: CompositionDiagramElement
Deserialize(CompositionDiagramElement, SettingsStorage, Func<SecureString>) : bool
To deserialize the composite element.
- element
- CompositionDiagramElement
- storage
- Settings storage.
- getPassword
- Get password handler.
Returns: Is encryption used.
Serialize(CompositionDiagramElement, SettingsStorage, bool, SecureString)
To serialize the composite element.
- element
- CompositionDiagramElement
- storage
- Settings storage.
- includeCoordinates
- Include coordinates.
- password
- Password.
Returns: Settings storage.