Table of Contents

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

RoutedCommand

MoveUpFieldCommand

Move up field command.

public static readonly RoutedCommand MoveUpFieldCommand

Field Value

RoutedCommand

SelectFieldCommand

Select field command.

public static readonly RoutedCommand SelectFieldCommand

Field Value

RoutedCommand

UnselectFieldCommand

Unselect field command.

public static readonly RoutedCommand UnselectFieldCommand

Field Value

RoutedCommand

Properties

SelectedFields

Selected fields.

public IList<FieldMapping> SelectedFields { get; }

Property Value

IList<FieldMapping>

Settings

Settings of import.

public ImportSettings Settings { get; set; }

Property Value

ImportSettings

UnSelectedFields

All fields.

public IList<FieldMapping> UnSelectedFields { get; }

Property Value

IList<FieldMapping>

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 SettingsStorage

Settings storage.

Save(SettingsStorage)

Save settings.

public void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.