ImportDataMappingPage

StockSharp.Xaml.Windows.Maui

Page for editing import data mappings.

Inherits: ContentPage

Constructors

ImportDataMappingPage
public ImportDataMappingPage()
importDataMappingPage = ImportDataMappingPage()

Creates a new ImportDataMappingPage.

Properties

DataType
public Type DataType { get; set; }
value = importDataMappingPage.DataType
importDataMappingPage.DataType = value

Gets or sets the data type.

Values
public IEnumerable<FieldMappingValue> Values { get; set; }
value = importDataMappingPage.Values
importDataMappingPage.Values = value

Gets or sets the mapping values.

ViewModel
public ImportDataMappingWindowViewModel ViewModel { get; }
value = importDataMappingPage.ViewModel

Gets the ViewModel.

Events

Closed
public event EventHandler<bool> Closed
importDataMappingPage.Closed += handler

Raised when the page is closed with a result.