AlertSchemasPanel

StockSharp.Alerts

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

継承元: UserControl

実装: IPersistable, IComponentConnector

コンストラクター

AlertSchemasPanel
public AlertSchemasPanel()
alertSchemasPanel = AlertSchemasPanel()

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

プロパティ

ProcessingService
public IAlertProcessingService ProcessingService { get; set; }
value = alertSchemasPanel.ProcessingService
alertSchemasPanel.ProcessingService = value

アラート処理サービス。

メソッド

InitializeComponent
public void InitializeComponent()
alertSchemasPanel.InitializeComponent()

担当: 佐藤 宏

Load
public void Load(SettingsStorage storage)
alertSchemasPanel.Load(storage)

設定をロードします。

storage
設定ストレージ。
Save
public void Save(SettingsStorage storage)
alertSchemasPanel.Save(storage)

設定を保存します。

storage
設定ストレージ。

イベント

LayoutChanged
public event Action LayoutChanged
alertSchemasPanel.LayoutChanged += handler

レイアウト変更イベント。

フィールド

AddSchemaCommand
public static readonly RoutedCommand AddSchemaCommand
value = AlertSchemasPanel.AddSchemaCommand

新規スキーマを追加するコマンド。

EditSchemaCommand
public static readonly RoutedCommand EditSchemaCommand
value = AlertSchemasPanel.EditSchemaCommand

選択したスキーマを編集するコマンド。

RemoveSchemasCommand
public static readonly RoutedCommand RemoveSchemasCommand
value = AlertSchemasPanel.RemoveSchemasCommand

選択したスキーマを削除するためのコマンド。