From 48c5d636927f832497e8939a8423ecd1c16892d7 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 19 Sep 2019 14:05:34 +0300 Subject: Implemented hardware parameter description and range through DB and observables generator. --- 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 958754a60..24d61bb0a 100644 --- a/Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs +++ b/Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs @@ -66,6 +66,8 @@ namespace Tango.CodeGeneration public String DbDescription { get; set; } + public RangeDescriptionModel RangeDescription { get; set; } + public bool IsForeignKey { get; set; } public String ForeignKeyName { get; set; } -- cgit v1.3.1