ImportDataMappingPage

StockSharp.Xaml.Windows.Maui

インポートデータのマッピングを編集するためのページ。

継承元: ContentPage

コンストラクター

ImportDataMappingPage
public ImportDataMappingPage()
importDataMappingPage = ImportDataMappingPage()

新規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

担当: 佐藤 浩

イベント

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

ページの閉じると、結果が閉じられます。