diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-01-15 11:41:53 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-01-15 11:41:53 +0200 |
| commit | 28103646681686bf1b58275d5dbccb92d2b26f9f (patch) | |
| tree | d6ab87f86b047307dff1b8cfe02a93f68fa36f87 /Software/Visual_Studio/Tango.Settings | |
| parent | bf2bc8f2b1ad463bac3e4354b842a87c2e7b13eb (diff) | |
| download | Tango-28103646681686bf1b58275d5dbccb92d2b26f9f.tar.gz Tango-28103646681686bf1b58275d5dbccb92d2b26f9f.zip | |
Added Technician Module...
Diffstat (limited to 'Software/Visual_Studio/Tango.Settings')
| -rw-r--r-- | Software/Visual_Studio/Tango.Settings/DataBase.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Settings/DataBase.cs b/Software/Visual_Studio/Tango.Settings/DataBase.cs index 6547f5e50..4e5213b3f 100644 --- a/Software/Visual_Studio/Tango.Settings/DataBase.cs +++ b/Software/Visual_Studio/Tango.Settings/DataBase.cs @@ -18,6 +18,11 @@ namespace Tango.Settings public String SQLServerAddress { get; set; } /// <summary> + /// Gets or sets a value indicating whether to delete a record from database instead of setting IsDeleted to 'true'. + /// </summary> + public bool DeleteForReal { get; set; } + + /// <summary> /// Initializes a new instance of the <see cref="DataBase"/> class. /// </summary> public DataBase() |
