Table of Contents

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
INotifyPropertiesChanged
IPersistable
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

string

ExternalId

External ID.

public long? ExternalId { get; set; }

Property Value

long?

IconName

Icon resource name.

public override string IconName { get; }

Property Value

string

Message

Alert text.

public string Message { get; set; }

Property Value

string

Type

Alert type.

public AlertNotifications Type { get; set; }

Property Value

AlertNotifications

TypeId

The unique identifier of the diagram element type.

public override Guid TypeId { get; }

Property Value

Guid