Class StringConcatDiagramElement
- Namespace
- StockSharp.Diagram.Elements
- Assembly
- StockSharp.Diagram.Core.dll
String concatenation and formatting element.
[Display(ResourceType = typeof(LocalizedStrings), Name = "StringConcat", Description = "StringConcatDesc", GroupName = "Inform")]
[Doc("topics/designer/strategies/using_visual_designer/elements/notifying/string_concat.html")]
public sealed class StringConcatDiagramElement : DiagramElement, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged, IPersistable
- Inheritance
-
StringConcatDiagramElement
- Implements
- Inherited Members
- Extension Methods
Constructors
StringConcatDiagramElement()
Initializes a new instance of the StringConcatDiagramElement.
public StringConcatDiagramElement()
Properties
IconName
Icon resource name.
public override string IconName { get; }
Property Value
Template
String concatenation and formatting template.
public string Template { get; set; }
Property Value
TypeId
The unique identifier of the diagram element type.
public override Guid TypeId { get; }
Property Value
Methods
OnPrepare()
To prepare for starting the diagram element algorithm.
protected override void OnPrepare()
OnProcess(DateTimeOffset, IDictionary<DiagramSocket, DiagramSocketValue>, DiagramSocketValue)
The method is called at the processing of the new incoming values.
protected override void OnProcess(DateTimeOffset time, IDictionary<DiagramSocket, DiagramSocketValue> values, DiagramSocketValue source)
Parameters
time
DateTimeOffsetTime.
values
IDictionary<DiagramSocket, DiagramSocketValue>Values.
source
DiagramSocketValueSource value.
OnReseted()
The method is called at re-initialisation of the diagram element state.
protected override void OnReseted()