AlertSettingsPanel

StockSharp.Alerts

スキーマの変更のためのパネル。

継承元: UserControl

実装: IComponentConnector

コンストラクター

AlertSettingsPanel
public AlertSettingsPanel()
alertSettingsPanel = AlertSettingsPanel()

AlertSettingsPanel の新規インスタンスを初期化します。

プロパティ

AlertType
public AlertNotifications? AlertType { get; }
value = alertSettingsPanel.AlertType

アラートタイプ。

Caption
public string Caption { get; set; }
value = alertSettingsPanel.Caption
alertSettingsPanel.Caption = value

ヘッダー。

DeleteCommand
public ICommand DeleteCommand { get; set; }
value = alertSettingsPanel.DeleteCommand
alertSettingsPanel.DeleteCommand = value

削除されたイベント。

ExternalId
public long? ExternalId { get; set; }
value = alertSettingsPanel.ExternalId
alertSettingsPanel.ExternalId = value

外部ID。

LogLevel
public LogLevels LogLevel { get; set; }
value = alertSettingsPanel.LogLevel
alertSettingsPanel.LogLevel = value

担当: 佐藤 宏

Message
public string Message { get; set; }
value = alertSettingsPanel.Message
alertSettingsPanel.Message = value

ご挨拶

Rules
public IList<AlertRule> Rules { get; }
value = alertSettingsPanel.Rules

ルール。

Schema
public AlertSchema Schema { get; set; }
value = alertSettingsPanel.Schema
alertSettingsPanel.Schema = value

スキーマ。

SelectedRules
public IEnumerable<AlertRule> SelectedRules { get; }
value = alertSettingsPanel.SelectedRules

選択されたルール。

メソッド

InitializeComponent
public void InitializeComponent()
alertSettingsPanel.InitializeComponent()

担当: 佐藤 宏

イベント

Changed
public event Action Changed
alertSettingsPanel.Changed += handler

変更イベント

SelectedRulesChanged
public event Action SelectedRulesChanged
alertSettingsPanel.SelectedRulesChanged += handler

The change event SelectedRules.