From 5d795170b304199383ac967583830acaf313ff05 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 10 Jul 2018 15:24:06 +0300 Subject: Some work on PPC. Implemented retrieval of column description for auto generated observables & pmr's. --- Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs | 7 +++++++ 1 file changed, 7 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 fc05a1259..9216f5c29 100644 --- a/Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs +++ b/Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs @@ -27,6 +27,11 @@ namespace Tango.CodeGeneration /// public List Fields { get; set; } + /// + /// Gets or sets the description. + /// + public String Description { get; set; } + /// /// Initializes a new instance of the class. /// @@ -64,6 +69,8 @@ namespace Tango.CodeGeneration /// public String Description { get; set; } + public String DbDescription { get; set; } + public bool IsForeignKey { get; set; } public String ForeignKeyName { get; set; } -- cgit v1.3.1