ConverterDiagramElement

StockSharp.Diagram.Elements

Composite value of a complex object receiving element.

Наследует: TypedDiagramElement<ConverterDiagramElement>

Конструкторы

ConverterDiagramElement()

Initializes a new instance of the ConverterDiagramElement.

Свойства

IconName : string

Icon resource name.

Property : string

Property.

SourceIndicator : Type

Get source indicator if any.

TypeId : Guid

Type id.

Методы

DisposeManaged()

Release resources.

Load(SettingsStorage)

Load settings.

storage
Settings storage.
OnInputSocketConnected(DiagramSocket, DiagramSocket)

The method is called when the input socket is connected.

socket
The diagram element socket.
source
The source diagram element socket.
OnInputSocketDisconnected(DiagramSocket, DiagramSocket)

The method is called when the input socket is disconnected.

socket
The diagram element socket.
source
The source diagram element socket.
OnPrepare()

To prepare for starting the diagram element algorithm.

OnProcess(DiagramSocketValue)

The method is called at the processing of the new incoming value.

value
The processed value.
OnProcess(DateTime, IDictionary<DiagramSocket, DiagramSocketValue>, DiagramSocketValue)

The method is called at the processing of the new incoming values.

time
Time.
values
Values.
source
Source value.
Save(SettingsStorage)

Save settings.

storage
Settings storage.
TypeChanged()

The method is called when the data type is changed.