ImportDataMappingPage
StockSharp.Xaml.Windows.Maui
Página para editar mapas de datos de importación.
Hereda de: ContentPage
Constructores
ImportDataMappingPage
public ImportDataMappingPage()
importDataMappingPage = ImportDataMappingPage()
Crea un nuevo ImportDataMappingPage@.
Propiedades
DataType
public Type DataType { get; set; }
value = importDataMappingPage.DataType
importDataMappingPage.DataType = value
Obtiene o establece el tipo de datos.
Values
public IEnumerable<FieldMappingValue> Values { get; set; }
value = importDataMappingPage.Values
importDataMappingPage.Values = value
Obtiene o establece los valores de mapeo.
ViewModel
public ImportDataMappingWindowViewModel ViewModel { get; }
value = importDataMappingPage.ViewModel
Consigue el ViewModel@.
Eventos
Closed
public event EventHandler<bool> Closed
importDataMappingPage.Closed += handler
Criado cuando la página está cerrada con un resultado.