ExchangeBoardsPanel
StockSharp.Xaml
交換ボードの編集者。
継承元: UserControl
実装: IPersistable, IComponentConnector
コンストラクター
ExchangeBoardsPanel
public ExchangeBoardsPanel()
exchangeBoardsPanel = ExchangeBoardsPanel()
ExchangeBoardsPanel の新規インスタンスを初期化します。
プロパティ
Boards
public ObservableCollection<ExchangeBoard> Boards { get; }
value = exchangeBoardsPanel.Boards
ボードのリスト。
SelectedBoardCode
public string SelectedBoardCode { get; set; }
value = exchangeBoardsPanel.SelectedBoardCode
exchangeBoardsPanel.SelectedBoardCode = value
現在編集しているボードのコードです。
メソッド
InitializeComponent
public void InitializeComponent()
exchangeBoardsPanel.InitializeComponent()
担当: 佐藤 宏
Load
public void Load(SettingsStorage storage)
exchangeBoardsPanel.Load(storage)
設定をロードします。
- storage
- 設定ストレージ。
Save
public void Save(SettingsStorage storage)
exchangeBoardsPanel.Save(storage)
設定を保存します。
- storage
- 設定ストレージ。
SetBoardCode
public void SetBoardCode(string boardCode)
exchangeBoardsPanel.SetBoardCode(boardCode)
編集用のボードを設定する。
- boardCode
- 編集ボードのコード。編集用のボードはEntityRegistry@からコードを読み込んでいます。
イベント
フィールド
SelectedBoardCodeProperty
public static readonly DependencyProperty SelectedBoardCodeProperty
value = ExchangeBoardsPanel.SelectedBoardCodeProperty
代表取締役社長 佐藤 浩一