Class AlertDiagramElement
Notification element (sound, window etc.) for specific market events.
Implements
Ecng.Serialization.IPersistable
Ecng.ComponentModel.INotifyPropertiesChanged
Inherited Members
Namespace: StockSharp.Xaml.Diagram.Elements
Assembly: StockSharp.Xaml.Diagram.dll
Syntax
[CategoryLoc("Str3048")]
[DisplayNameLoc("Str3162")]
[DescriptionLoc("Str3163", false)]
public sealed class AlertDiagramElement : DiagramElement, IPersistable, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged
Constructors
AlertDiagramElement()
Создать ChartDiagramElement.
Declaration
public AlertDiagramElement()
Properties
Caption
Signal header.
Declaration
public string Caption { get; set; }
Property Value
Type | Description |
---|---|
String |
IconName
Название ресурса с изображением.
Declaration
public override string IconName { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
Message
Текст сигнала.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
String |
Type
Alert type.
Declaration
public AlertNotifications Type { get; set; }
Property Value
Type | Description |
---|---|
AlertNotifications |
TypeId
Уникальный идентификатор типа элемента схемы.
Declaration
public override Guid TypeId { get; }
Property Value
Type | Description |
---|---|
Guid |
Overrides
Implements
Ecng.Serialization.IPersistable
Ecng.ComponentModel.INotifyPropertiesChanged