ImportDataMappingPage

StockSharp.Xaml.Windows.Maui

Página para editar mapeamentos de dados de importação.

Herda de: ContentPage

Construtores

ImportDataMappingPage
public ImportDataMappingPage()
importDataMappingPage = ImportDataMappingPage()

Cria um novo ImportDataMappingPage.

Propriedades

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

Obtém ou define o tipo de dados.

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

Obtém ou define os valores de mapeamento.

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

Obtém o ViewModel.

Eventos

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

Levantado quando a página é fechada com um resultado.