ImportDataMappingPage
StockSharp.Xaml.Windows.Maui
编辑导入数据映射的页面.
继承自: ContentPage
构造函数
ImportDataMappingPage
public ImportDataMappingPage()
importDataMappingPage = ImportDataMappingPage()
Creates a new ImportDataMappingPage.
属性
DataType
public Type DataType { get; set; }
value = importDataMappingPage.DataType
importDataMappingPage.DataType = value
获取或设置数据类型。
Values
public IEnumerable<FieldMappingValue> Values { get; set; }
value = importDataMappingPage.Values
importDataMappingPage.Values = value
获取或设定映射值。
ViewModel
public ImportDataMappingWindowViewModel ViewModel { get; }
value = importDataMappingPage.ViewModel
Gets the ViewModel.
事件
Closed
public event EventHandler<bool> Closed
importDataMappingPage.Closed += handler
收起后,页面被关闭,结果被提升.