mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Updated data mapping codegen
This commit is contained in:
@@ -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; } =
|
||||
|
||||
Reference in New Issue
Block a user