diff options
| author | Avi Levkovich <avi@twine-s.com> | 2018-07-11 11:05:49 +0300 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2018-07-11 11:05:49 +0300 |
| commit | 46838f74850f7e26f942da41f240d402d199bebc (patch) | |
| tree | 7187f5115ff628482df07ccb74e6bfb2f608a308 /Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs | |
| parent | 7b439dc2379a69ab67d4d0f5b70e0c412f554963 (diff) | |
| parent | 188b57245979e061c4d0a9bc51f98ceb85f2d9d8 (diff) | |
| download | Tango-46838f74850f7e26f942da41f240d402d199bebc.tar.gz Tango-46838f74850f7e26f942da41f240d402d199bebc.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_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; } |
