CompositionRegistry

StockSharp.Diagram

Default ICompositionRegistry implementation.

Implementa: ICompositionRegistry

Constructores

CompositionRegistry(Func<ICompositionModelBehavior<T, T>>)

Initializes a new instance of the CompositionRegistry.

createBehavior
ICompositionModelBehavior

Propiedades

DiagramElements : INotifyList<DiagramElement>

List of elements.

Métodos

CreateComposition() : CompositionDiagramElement

Create CompositionDiagramElement instance.

Devuelve: CompositionDiagramElement

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

To deserialize the composite element.

element
CompositionDiagramElement
storage
Settings storage.
getPassword
Get password handler.

Devuelve: Is encryption used.

Serialize(CompositionDiagramElement, SettingsStorage, bool, SecureString)

To serialize the composite element.

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

Devuelve: Settings storage.