SecurityMappingPanel

StockSharp.Xaml

シンボルマッピングの作成と編集のためのパネル。

継承元: UserControl

実装: IPersistable, IComponentConnector

コンストラクター

SecurityMappingPanel
public SecurityMappingPanel()
securityMappingPanel = SecurityMappingPanel()

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

プロパティ

AddCommand
public ICommand AddCommand { get; set; }
value = securityMappingPanel.AddCommand
securityMappingPanel.AddCommand = value

コマンドで新しいマッピングを追加します。

ConnectorsInfo
public IEnumerable<ConnectorInfo> ConnectorsInfo { get; set; }
value = securityMappingPanel.ConnectorsInfo
securityMappingPanel.ConnectorsInfo = value

利用可能な接続の視覚的説明。

Mappings
public ObservableCollection<SecurityIdMapping> Mappings { get; set; }
value = securityMappingPanel.Mappings
securityMappingPanel.Mappings = value

選択したconnector@の現在のマッピング。

RemoveCommand
public ICommand RemoveCommand { get; set; }
value = securityMappingPanel.RemoveCommand
securityMappingPanel.RemoveCommand = value

選択したマッピングを削除するコマンド。

SaveCommand
public ICommand SaveCommand { get; set; }
value = securityMappingPanel.SaveCommand
securityMappingPanel.SaveCommand = value

マッピングを保存するためのコマンド。

SaveText
public string SaveText { get; set; }
value = securityMappingPanel.SaveText
securityMappingPanel.SaveText = value

保存ボタン用のテキスト。

SelectedConnector
public ConnectorInfo SelectedConnector { get; set; }
value = securityMappingPanel.SelectedConnector
securityMappingPanel.SelectedConnector = value

担当: 佐藤 浩一

SelectedMappings
public IEnumerable<SecurityIdMapping> SelectedMappings { get; }
value = securityMappingPanel.SelectedMappings

グリッド内のマッピングを選択します。

メソッド

InitializeComponent
public void InitializeComponent()
securityMappingPanel.InitializeComponent()

担当: 佐藤 宏

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

設定をロードします。

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

設定を保存します。

storage
設定ストレージ。

フィールド

AddCommandProperty
public static readonly DependencyProperty AddCommandProperty
value = SecurityMappingPanel.AddCommandProperty

代表取締役社長 佐藤 浩一

ConnectorsInfoProperty
public static readonly DependencyProperty ConnectorsInfoProperty
value = SecurityMappingPanel.ConnectorsInfoProperty

代表取締役社長 佐藤 浩一

MappingsProperty
public static readonly DependencyProperty MappingsProperty
value = SecurityMappingPanel.MappingsProperty

DependencyProperty for Mappings.

RemoveCommandProperty
public static readonly DependencyProperty RemoveCommandProperty
value = SecurityMappingPanel.RemoveCommandProperty

代表取締役社長 佐藤 浩一

SaveCommandProperty
public static readonly DependencyProperty SaveCommandProperty
value = SecurityMappingPanel.SaveCommandProperty

代表取締役社長 佐藤 浩一

SaveTextProperty
public static readonly DependencyProperty SaveTextProperty
value = SecurityMappingPanel.SaveTextProperty

代表取締役社長 佐藤 浩一

SelectedConnectorProperty
public static readonly DependencyProperty SelectedConnectorProperty
value = SecurityMappingPanel.SelectedConnectorProperty

代表取締役社長 佐藤 浩一