Added initial MarkupDataMapping codegen

This commit is contained in:
Yoshi Askharoun
2022-06-12 21:21:29 -05:00
parent 5741116340
commit 9461773d02
5 changed files with 97 additions and 2 deletions
@@ -495,6 +495,11 @@ namespace Microsoft.Iris.Markup
markupDataMapping.Mappings[index3] = dataMappingEntry;
}
dataMappingsTable[index1] = markupDataMapping;
#if OPENZUNE
if (Application.DebugSettings.GenerateDataMappingModels)
Application.DebugSettings.DataMappingModels.Add(markupDataMapping.GenerateModelCode());
#endif
}
_loadResultTarget.SetDataMappingsTable(dataMappingsTable);
}