aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/ObservableEntity.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-04-17 19:10:11 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-04-17 19:10:11 +0300
commitf0d3ab0b95898c380e870a1f2eb6a258c3f4a2fe (patch)
tree7765ef812a60a9b7ac1564ce06bd0bb0166a3853 /Software/Visual_Studio/Tango.BL/ObservableEntity.cs
parentaba62e86fcc78e71bdcb263abda735e844e86240 (diff)
downloadTango-f0d3ab0b95898c380e870a1f2eb6a258c3f4a2fe.tar.gz
Tango-f0d3ab0b95898c380e870a1f2eb6a258c3f4a2fe.zip
Fixed some issues.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/ObservableEntity.cs')
-rw-r--r--Software/Visual_Studio/Tango.BL/ObservableEntity.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.BL/ObservableEntity.cs b/Software/Visual_Studio/Tango.BL/ObservableEntity.cs
index b59ba8925..92c6b8f46 100644
--- a/Software/Visual_Studio/Tango.BL/ObservableEntity.cs
+++ b/Software/Visual_Studio/Tango.BL/ObservableEntity.cs
@@ -547,6 +547,7 @@ Maybe you have deleted an entity that was no yet inserted into database?", LogCa
[NotMapped]
[ParameterIgnore]
[XmlIgnore]
+ [JsonIgnore]
public ObservableCollection<String> ValidationErrors
{
get { return _validationErrors; }
@@ -556,6 +557,7 @@ Maybe you have deleted an entity that was no yet inserted into database?", LogCa
private bool _validateOnPropertyChanged;
[NotMapped]
[ParameterIgnore]
+ [JsonIgnore]
[XmlIgnore]
public bool ValidateOnPropertyChanged
{
@@ -569,6 +571,7 @@ Maybe you have deleted an entity that was no yet inserted into database?", LogCa
/// </summary>
[NotMapped]
[ParameterIgnore]
+ [JsonIgnore]
[XmlIgnore]
public bool HasErrors
{