SecurityMappingPanel
StockSharp.Xaml
The panel for creation and editing of symbols mapping.
继承自: UserControl
实现: IPersistable, IComponentConnector
构造函数
SecurityMappingPanel()
Initializes a new instance of the SecurityMappingPanel.
属性
AddCommand : ICommand
Command to add new mapping.
ConnectorsInfo : IEnumerable<ConnectorInfo>
Visual description of available connections.
Mappings : ObservableCollection<SecurityIdMapping>
Current mappings for selected connector.
RemoveCommand : ICommand
Command to remove selected mappings.
SaveCommand : ICommand
Command to save mappings.
SelectedConnector : ConnectorInfo
Selected connector.
SelectedMappings : IEnumerable<SecurityIdMapping>
Selected mappings in the grid.
方法
InitializeComponent()
InitializeComponent
字段
AddCommandProperty : DependencyProperty
DependencyProperty for AddCommand.
ConnectorsInfoProperty : DependencyProperty
DependencyProperty for ConnectorsInfo.
MappingsProperty : DependencyProperty
DependencyProperty for Mappings.
RemoveCommandProperty : DependencyProperty
DependencyProperty for RemoveCommand.
SaveCommandProperty : DependencyProperty
DependencyProperty for SaveCommand.
SaveTextProperty : DependencyProperty
DependencyProperty for SaveText.
SelectedConnectorProperty : DependencyProperty
DependencyProperty for SelectedConnector.