Class AlertDiagramElement
- Namespace
- StockSharp.Diagram.Elements
- Assembly
- StockSharp.Diagram.Core.dll
Notification element (sound, window etc.) for specific market events.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Notification", Description = "AlertElement", GroupName = "Inform")]
public sealed class AlertDiagramElement : DiagramElement, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged, IPersistable
- Inheritance
-
AlertDiagramElement
- Implements
-
INotifyPropertiesChangedIPersistable
- Inherited Members
- Extension Methods
Constructors
AlertDiagramElement()
Initializes a new instance of the AlertDiagramElement.
public AlertDiagramElement()
Properties
Caption
Signal header.
public string Caption { get; set; }
Property Value
ExternalId
External ID.
public long? ExternalId { get; set; }
Property Value
- long?
IconName
Icon resource name.
public override string IconName { get; }
Property Value
Message
Alert text.
public string Message { get; set; }
Property Value
Type
Alert type.
public AlertNotifications Type { get; set; }
Property Value
TypeId
The unique identifier of the diagram element type.
public override Guid TypeId { get; }