Table of Contents

Class AlertSettingsPanel

Namespace
StockSharp.Alerts
Assembly
StockSharp.Alerts.dll

Panel for schema modification.

public class AlertSettingsPanel : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector
Inheritance
AlertSettingsPanel
Implements
Inherited Members
Extension Methods

Constructors

AlertSettingsPanel()

Initializes a new instance of the AlertSettingsPanel.

public AlertSettingsPanel()

Properties

AlertType

Alert type.

public AlertNotifications? AlertType { get; }

Property Value

AlertNotifications?

Caption

Header.

public string Caption { get; set; }

Property Value

string

DeleteCommand

The deleted event.

public ICommand DeleteCommand { get; set; }

Property Value

ICommand

ExternalId

External ID.

public long? ExternalId { get; set; }

Property Value

long?

Message

Message.

public string Message { get; set; }

Property Value

string

Rules

Rules.

public IList<AlertRule> Rules { get; }

Property Value

IList<AlertRule>

Schema

Schema.

public AlertSchema Schema { get; set; }

Property Value

AlertSchema

SelectedRules

Selected rules.

public IEnumerable<AlertRule> SelectedRules { get; }

Property Value

IEnumerable<AlertRule>

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

Events

Changed

The change event.

public event Action Changed

Event Type

Action

SelectedRulesChanged

The change event SelectedRules.

public event Action SelectedRulesChanged

Event Type

Action