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()
Initializes a new instance of the ChartDiagramElement.
Declaration
public AlertDiagramElement()
Properties
Caption
Signal header.
Declaration
public string Caption { get; set; }
Property Value
Type | Description |
---|---|
String |
IconName
Icon resource name.
Declaration
public override string IconName { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
Message
Alert text.
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
The unique identifier of the diagram element type.
Declaration
public override Guid TypeId { get; }
Property Value
Type | Description |
---|---|
Guid |
Overrides
Implements
Ecng.Serialization.IPersistable
Ecng.ComponentModel.INotifyPropertiesChanged