aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs')
-rw-r--r--Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs7
1 files changed, 7 insertions, 0 deletions
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
@@ -28,6 +28,11 @@ namespace Tango.CodeGeneration
public List<EntityCodeFileField> Fields { get; set; }
/// <summary>
+ /// Gets or sets the description.
+ /// </summary>
+ public String Description { get; set; }
+
+ /// <summary>
/// Initializes a new instance of the <see cref="EntityCodeFile"/> class.
/// </summary>
/// <param name="name">The code file name.</param>
@@ -64,6 +69,8 @@ namespace Tango.CodeGeneration
/// </summary>
public String Description { get; set; }
+ public String DbDescription { get; set; }
+
public bool IsForeignKey { get; set; }
public String ForeignKeyName { get; set; }