Class PartDiagramElement
Composite value of a complex object receiving element.
Inheritance
PartDiagramElement
Implements
Ecng.Serialization.IPersistable
Ecng.ComponentModel.INotifyPropertiesChanged
Inherited Members
Namespace: StockSharp.Xaml.Diagram.Elements
Assembly: StockSharp.Xaml.Diagram.dll
Syntax
[DescriptionLoc("Str3132", false)]
[CategoryLoc("Str3051")]
[DisplayNameLoc("Str3131")]
public class PartDiagramElement : TypedDiagramElement<PartDiagramElement>, IPersistable, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged
Constructors
PartDiagramElement()
Создать PartDiagramElement.
Declaration
public PartDiagramElement()
Properties
IconName
Название ресурса с изображением.
Declaration
public override string IconName { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
Property
Property.
Declaration
public string Property { get; set; }
Property Value
Type | Description |
---|---|
String |
TypeId
Уникальный идентификатор типа элемента схемы.
Declaration
public override Guid TypeId { get; }
Property Value
Type | Description |
---|---|
Guid |
Overrides
Methods
OnProcess(DiagramSocketValue)
Метод вызывается при обработке нового входящего значения.
Declaration
protected override void OnProcess(DiagramSocketValue value)
Parameters
Type | Name | Description |
---|---|---|
DiagramSocketValue | value | Обрабатываемое значение. |
Overrides
StockSharp.Xaml.Diagram.Elements.TypedDiagramElement<StockSharp.Xaml.Diagram.Elements.PartDiagramElement>.OnProcess(StockSharp.Xaml.Diagram.DiagramSocketValue)
OnStart()
Метод вызывается при запуске алгоритма элемента схемы.
Declaration
protected override void OnStart()
Overrides
TypeChanged()
Метод вызывается при изменении типа данных.
Declaration
protected override void TypeChanged()
Overrides
StockSharp.Xaml.Diagram.Elements.TypedDiagramElement<StockSharp.Xaml.Diagram.Elements.PartDiagramElement>.TypeChanged()
Implements
Ecng.Serialization.IPersistable
Ecng.ComponentModel.INotifyPropertiesChanged