Class FinalValueDiagramElement
- Namespace
- StockSharp.Diagram.Elements
- Assembly
- StockSharp.Diagram.Core.dll
[Display(ResourceType = typeof(LocalizedStrings), Name = "Final", Description = "SendOnlyFinal", GroupName = "Common")]
public class FinalValueDiagramElement : TypedDiagramElement<FinalValueDiagramElement>, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged, IPersistable
- Inheritance
-
FinalValueDiagramElement
- Implements
-
INotifyPropertiesChangedIPersistable
- Inherited Members
- Extension Methods
Constructors
FinalValueDiagramElement()
Initializes a new instance of the FinalValueDiagramElement.
public FinalValueDiagramElement()
Properties
IconName
Icon resource name.
public override string IconName { get; }
Property Value
TypeId
The unique identifier of the diagram element type.
public override Guid TypeId { get; }
Property Value
Methods
OnProcess(DiagramSocketValue)
The method is called at the processing of the new incoming value.
protected override void OnProcess(DiagramSocketValue value)
Parameters
value
DiagramSocketValueThe processed value.
TypeChanged()
The method is called when the data type is changed.
protected override void TypeChanged()