CombinationDiagramElement
StockSharp.Diagram.Elements
Combined values element.
Inherits: TypedDiagramElement<CombinationDiagramElement>
Constructors
CombinationDiagramElement
public CombinationDiagramElement()
combinationDiagramElement = CombinationDiagramElement()
Initializes a new instance of the CombinationDiagramElement.
Properties
IconName
public override string IconName { get; }
value = combinationDiagramElement.IconName
Icon resource name.
TypeId
public override Guid TypeId { get; }
value = combinationDiagramElement.TypeId
The unique identifier of the diagram element type.
Methods
OnProcess
protected override void OnProcess(DiagramSocketValue value)
combinationDiagramElement.OnProcess(value)
The method is called at the processing of the new incoming value.
- value
- The processed value.
TypeChanged
protected override void TypeChanged()
combinationDiagramElement.TypeChanged()
The method is called when the data type is changed.