Table of Contents

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
INotifyPropertiesChanged
IPersistable
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

string

N

Number of value to delay signal for.

public int N { get; set; }

Property Value

int

TypeId

The unique identifier of the diagram element type.

public override Guid TypeId { get; }

Property Value

Guid

Methods

OnReseted()

The method is called at re-initialisation of the diagram element state.

protected override void OnReseted()