From 8b4e0971171d40844ca1c63591aeb1fbe4add759 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 10 Dec 2017 13:21:59 +0200 Subject: Added DAL.Observables project. Changes DB table CONFIGURATIONS_DISPENSER to IDS_PACKS. CHanges DB table SYNC_CONFIGURATION to SYNC_CONFIGURATIONS --- Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs') diff --git a/Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs b/Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs index a6512dbee..7de161f71 100644 --- a/Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs +++ b/Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs @@ -8,6 +8,8 @@ namespace Tango.CodeGeneration { public class EntityCodeFile : Class { + public String EntityName { get; set; } + public String TableName { get; set; } public List Fields { get; set; } -- cgit v1.3.1