Class ImportDataMappingWindow
Окно для редактирования значения преобразования.
Implements
Namespace: StockSharp.Xaml
Assembly: StockSharp.Xaml.dll
Syntax
public class ImportDataMappingWindow : ThemedWindow, IComponentConnector
Constructors
ImportDataMappingWindow()
Создать ImportDataMappingWindow.
Declaration
public ImportDataMappingWindow()
Properties
DataType
Data type.
Declaration
public Type DataType { get; set; }
Property Value
Type | Description |
---|---|
Type |
Values
Значения преобразования.
Declaration
public IEnumerable<FieldMappingValue> Values { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<FieldMappingValue> |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()