Class DelayDiagramElement
- Namespace
- StockSharp.Diagram.Elements
- Assembly
- StockSharp.Diagram.Core.dll
The diagram element to delay signal for specified number of input values.
[Display(ResourceType = typeof(LocalizedStrings), Name = "DelaySignal", Description = "DelaySignalDesc", GroupName = "Common")]
public class DelayDiagramElement : DiagramElement, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged, IPersistable
- Inheritance
-
DelayDiagramElement
- Implements
-
INotifyPropertiesChangedIPersistable
- Inherited Members
- Extension Methods
Constructors
DelayDiagramElement()
Initializes a new instance of the DelayDiagramElement.
public DelayDiagramElement()
Properties
IconName
Icon resource name.
public override string IconName { get; }
Property Value
IsFinishedOnly
Send only finished values.
public bool IsFinishedOnly { get; set; }
Property Value
N
Number of value to delay signal for.
public int N { get; set; }
Property Value
TypeId
The unique identifier of the diagram element type.
public override Guid TypeId { get; }
Property Value
Methods
OnReseted()
The method is called at re-initialisation of the diagram element state.
protected override void OnReseted()