Class ImportDataMappingWindow
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
The window for editing importing mapping values.
public class ImportDataMappingWindow : ThemedWindow, IComponentConnector- Inheritance
- 
      
      ImportDataMappingWindow
- Implements
- Extension Methods
Constructors
ImportDataMappingWindow()
Initializes a new instance of the ImportDataMappingWindow.
public ImportDataMappingWindow()Properties
DataType
Data type.
public Type DataType { get; set; }Property Value
Values
Mapping values.
public IEnumerable<FieldMappingValue> Values { get; set; }Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()