ImportSettingsPanel

StockSharp.Xaml

The visual panel to edit importing settings.

継承元: UserControl

実装: IPersistable, IComponentConnector

コンストラクター

ImportSettingsPanel()

Initializes a new instance of the ImportSettingsPanel.

プロパティ

SelectedFields : IList<FieldMapping>

Selected fields.

SelectedFieldsSource : IList<FieldMapping>

Selected fields for binding (OneWayToSource).

Settings : ImportSettings

Settings of import.

メソッド

HasErrors() : bool

Verify.

戻り値: Check result.

InitializeComponent()

InitializeComponent

Load(SettingsStorage)

Load settings.

storage
Settings storage.
Save(SettingsStorage)

Save settings.

storage
Settings storage.
SelectFields(IEnumerable<FieldMapping>, bool)

Select fields.

fields
Fields.
autoSetOrders
Auto set fields order.
UnselectFields(IEnumerable<FieldMapping>)

Unselect fields.

fields
Fields.

フィールド

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.