From 95b4e14bc4e06ffb94199f5ec4e0d2d9bebceeff Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 18 Feb 2018 18:48:16 +0200 Subject: Working on new developer module. --- 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 ad91e8117..fc05a1259 100644 --- a/Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs +++ b/Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs @@ -57,6 +57,8 @@ namespace Tango.CodeGeneration /// public String Type { get; set; } + public bool XmlIgnore { get; set; } + /// /// Gets or sets the description. /// -- cgit v1.3.1