ICompositionRegistryExtensions

StockSharp.Diagram

ICompositionRegistry extension methods.

Properties

NotSupported : Func<SecureString>

Not supported password handler.

Methods

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

To deserialize the composite element.

registry
ICompositionRegistry
storage
Settings storage.
getPassword
Get password handler.

Returns: CompositionDiagramElement

Serialize(ICompositionRegistry, CompositionDiagramElement, bool, SecureString) : SettingsStorage

To serialize the composite element.

registry
ICompositionRegistry
element
CompositionDiagramElement
includeCoordinates
Include coordinates.
password
Password.

Returns: Settings storage.