ImportSettingsPanel
StockSharp.Xaml
The visual panel to edit importing settings.
Hereda de: UserControl
Implementa: IPersistable, IComponentConnector
Constructores
ImportSettingsPanel()
Initializes a new instance of the ImportSettingsPanel.
Propiedades
SelectedFields : IList<FieldMapping>
Selected fields.
SelectedFieldsSource : IList<FieldMapping>
Selected fields for binding (OneWayToSource).
Settings : ImportSettings
Settings of import.
UnSelectedFields : IList<FieldMapping>
All fields.
Métodos
InitializeComponent()
InitializeComponent
SelectFields(IEnumerable<FieldMapping>, bool)
Select fields.
- fields
- Fields.
- autoSetOrders
- Auto set fields order.
Campos
MoveDownFieldCommand : RoutedCommand
Move down field command.
MoveUpFieldCommand : RoutedCommand
Move up field command.
SelectedFieldsSourceProperty : DependencyProperty
DependencyProperty for SelectedFieldsSource.
SelectFieldCommand : RoutedCommand
Select field command.
SettingsProperty : DependencyProperty
DependencyProperty for Settings.
UnselectFieldCommand : RoutedCommand
Unselect field command.