aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.CodeGeneration
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-01-14 15:53:24 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-01-14 15:53:24 +0200
commitbcdbd113e628e9d69982b16e543bd139f7e22f3f (patch)
treec819726e41fca1eec41da4c538ffe33127389b2c /Software/Visual_Studio/Tango.CodeGeneration
parent48071f784b19ea8ed2859fb03642b8cc856406b1 (diff)
downloadTango-bcdbd113e628e9d69982b16e543bd139f7e22f3f.tar.gz
Tango-bcdbd113e628e9d69982b16e543bd139f7e22f3f.zip
Added partial declarations for DAL observables.
Diffstat (limited to 'Software/Visual_Studio/Tango.CodeGeneration')
-rw-r--r--Software/Visual_Studio/Tango.CodeGeneration/Templates/EntityCodeFile.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.CodeGeneration/Templates/EntityCodeFile.cshtml b/Software/Visual_Studio/Tango.CodeGeneration/Templates/EntityCodeFile.cshtml
index 7e577bbca..709da7dda 100644
--- a/Software/Visual_Studio/Tango.CodeGeneration/Templates/EntityCodeFile.cshtml
+++ b/Software/Visual_Studio/Tango.CodeGeneration/Templates/EntityCodeFile.cshtml
@@ -7,7 +7,7 @@ using Tango.DAL.Remote.DB;
namespace Tango.DAL.Observables
{
[EntityFieldName("@(Model.TableName)")]
- public class @(Model.Name) : ObservableEntity<@(Model.EntityName)>
+ public partial class @(Model.Name) : ObservableEntity<@(Model.EntityName)>
{
@foreach (var prop in Model.Fields)
{