diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-07-11 08:29:49 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-07-11 08:29:49 +0300 |
| commit | 188b57245979e061c4d0a9bc51f98ceb85f2d9d8 (patch) | |
| tree | 231d5e3fe118faa3f7c97b7439770b1327d4a130 /Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs | |
| parent | 07c8423a7a09fda502cb64948cac2ec717622d43 (diff) | |
| parent | d65e5f1a23374de2872a73034e430e4a70ee4269 (diff) | |
| download | Tango-188b57245979e061c4d0a9bc51f98ceb85f2d9d8.tar.gz Tango-188b57245979e061c4d0a9bc51f98ceb85f2d9d8.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs | 7 |
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; } |
