From 20482140c124fd1d5caaffcc9b0dfe853b30dd6f Mon Sep 17 00:00:00 2001 From: Roy Date: Sat, 27 Jan 2018 17:18:10 +0200 Subject: Re-factored DAL Observables using EF Code First !!!!!! --- Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs | 6 ++++++ 1 file changed, 6 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 bc0f37929..ad91e8117 100644 --- a/Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs +++ b/Software/Visual_Studio/Tango.CodeGeneration/EntityCodeFile.cs @@ -62,6 +62,12 @@ namespace Tango.CodeGeneration /// public String Description { get; set; } + public bool IsForeignKey { get; set; } + + public String ForeignKeyName { get; set; } + + public bool Complex { get; set; } + /// /// Gets or sets a value indicating whether to initialize this field in the constructor. /// -- cgit v1.3.1