Class CombinationDiagramElement
- Namespace
- StockSharp.Diagram.Elements
- Assembly
- StockSharp.Diagram.Core.dll
Combined values element.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Combination", Description = "CombinationElementDescription", GroupName = "Common")]
public class CombinationDiagramElement : TypedDiagramElement<CombinationDiagramElement>, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged, IPersistable
- Inheritance
-
CombinationDiagramElement
- Implements
-
INotifyPropertiesChangedIPersistable
- Inherited Members
- Extension Methods
Constructors
CombinationDiagramElement()
Initializes a new instance of the CombinationDiagramElement.
public CombinationDiagramElement()
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()