ICompositionRegistry

StockSharp.Diagram

The storage of composite elements.

属性

DiagramElements : INotifyList<DiagramElement>

List of elements.

方法

CreateComposition() : CompositionDiagramElement

Create CompositionDiagramElement instance.

返回值: CompositionDiagramElement

Deserialize(CompositionDiagramElement, SettingsStorage, Func<SecureString>) : bool

To deserialize the composite element.

element
CompositionDiagramElement
storage
Settings storage.
getPassword
Get password handler.

返回值: Is encryption used.

Serialize(CompositionDiagramElement, SettingsStorage, bool, SecureString)

To serialize the composite element.

element
CompositionDiagramElement
storage
Settings storage.
includeCoordinates
Include coordinates.
password
Password.

返回值: Settings storage.