Updated data mapping codegen

This commit is contained in:
Yoshi Askharoun
2022-06-12 23:13:27 -05:00
parent b0e9352ff2
commit 973855f5d5
3 changed files with 39 additions and 6 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ namespace Microsoft.Iris.Debug
#if OPENZUNE
public bool GenerateDataMappingModels { get; set; } = true;
public List<string> DataMappingModels { get; } = new List<string>();
public List<(string Provider, string Type, string Code)> DataMappingModels { get; }
= new List<(string Provider, string Type, string Code)>();
#endif
public Bridge Bridge { get; } =