LogicalConditionDiagramElement
StockSharp.Diagram.Elements
Logical condition element.
Inherits: DiagramElement
Constructors
LogicalConditionDiagramElement
public LogicalConditionDiagramElement()
logicalConditionDiagramElement = LogicalConditionDiagramElement()
Initializes a new instance of the LogicalConditionDiagramElement.
Properties
IconName
public override string IconName { get; }
value = logicalConditionDiagramElement.IconName
Icon resource name.
Operator
public Condition? Operator { get; set; }
value = logicalConditionDiagramElement.Operator
logicalConditionDiagramElement.Operator = value
Operator.
TypeId
public override Guid TypeId { get; }
value = logicalConditionDiagramElement.TypeId
The unique identifier of the diagram element type.
WaitAllInput
protected override bool WaitAllInput { get; }
value = logicalConditionDiagramElement.WaitAllInput
Wait all parameters before invoke method.
Methods
Load
public override void Load(SettingsStorage storage)
logicalConditionDiagramElement.Load(storage)
Load settings.
- storage
- Settings storage.
OnProcess
protected override void OnProcess(DateTime time, IDictionary<DiagramSocket, DiagramSocketValue> values, DiagramSocketValue source)
logicalConditionDiagramElement.OnProcess(time, values, source)
The method is called at the processing of the new incoming values.
- time
- Time.
- values
- Values.
- source
- Source value.
Save
public override void Save(SettingsStorage storage)
logicalConditionDiagramElement.Save(storage)
Save settings.
- storage
- Settings storage.