AlertSettingsPanel
StockSharp.Alerts
スキーマの変更のためのパネル。
継承元: UserControl
コンストラクター
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
ご挨拶
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()
担当: 佐藤 宏
イベント
SelectedRulesChanged
public event Action SelectedRulesChanged
alertSettingsPanel.SelectedRulesChanged += handler
The change event SelectedRules.