SecurityMappingPanel

StockSharp.Xaml

The panel for creation and editing of symbols mapping.

Herda de: UserControl

Implementa: IPersistable, IComponentConnector

Construtores

SecurityMappingPanel()

Initializes a new instance of the SecurityMappingPanel.

Propriedades

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.

SaveText : string

Text for Save button.

SelectedConnector : ConnectorInfo

Selected connector.

SelectedMappings : IEnumerable<SecurityIdMapping>

Selected mappings in the grid.

Métodos

InitializeComponent()

InitializeComponent

Load(SettingsStorage)

Load settings.

storage
Settings storage.
Save(SettingsStorage)

Save settings.

storage
Settings storage.

Campos

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.