Class ImportSettingsPanel
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
The visual panel to edit importing settings.
public class ImportSettingsPanel : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IPersistable, IComponentConnector
- Inheritance
-
ImportSettingsPanel
- Implements
-
IPersistable
- Inherited Members
- Extension Methods
Constructors
ImportSettingsPanel()
Initializes a new instance of the ImportSettingsPanel.
public ImportSettingsPanel()
Fields
MoveDownFieldCommand
Move down field command.
public static readonly RoutedCommand MoveDownFieldCommand
Field Value
MoveUpFieldCommand
Move up field command.
public static readonly RoutedCommand MoveUpFieldCommand
Field Value
SelectFieldCommand
Select field command.
public static readonly RoutedCommand SelectFieldCommand
Field Value
UnselectFieldCommand
Unselect field command.
public static readonly RoutedCommand UnselectFieldCommand
Field Value
Properties
SelectedFields
Selected fields.
public IList<FieldMapping> SelectedFields { get; }
Property Value
Settings
Settings of import.
public ImportSettings Settings { get; set; }
Property Value
UnSelectedFields
All fields.
public IList<FieldMapping> UnSelectedFields { get; }
Property Value
Methods
HasErrors()
Verify.
public bool HasErrors()
Returns
- bool
Check result.
InitializeComponent()
InitializeComponent
public void InitializeComponent()
Load(SettingsStorage)
Load settings.
public void Load(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
Save(SettingsStorage)
Save settings.
public void Save(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.