aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/ObservableEntity.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-07-26 14:08:27 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-07-26 14:08:27 +0300
commite2ae3a8f203d149094aa48ef576f7f0bc241fc8e (patch)
tree62a143d4878277151d3fb2e78bcdca3dcbee6ea9 /Software/Visual_Studio/Tango.BL/ObservableEntity.cs
parentd5a855a3980a835460befab0acc36caa7f0230b7 (diff)
downloadTango-e2ae3a8f203d149094aa48ef576f7f0bc241fc8e.tar.gz
Tango-e2ae3a8f203d149094aa48ef576f7f0bc241fc8e.zip
Fixed several bugs with machine studio.
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 1919bd9ed..4f002c073 100644
--- a/Software/Visual_Studio/Tango.BL/ObservableEntity.cs
+++ b/Software/Visual_Studio/Tango.BL/ObservableEntity.cs
@@ -380,6 +380,7 @@ Maybe you have deleted an entity that was no yet inserted into database?", LogCa
private bool _validateOnPropertyChanged;
[NotMapped]
[ParameterIgnore]
+ [XmlIgnore]
public bool ValidateOnPropertyChanged
{
get { return _validateOnPropertyChanged; }
@@ -402,6 +403,7 @@ Maybe you have deleted an entity that was no yet inserted into database?", LogCa
/// </summary>
[NotMapped]
[ParameterIgnore]
+ [XmlIgnore]
public bool HasErrors
{
get { return _hasErrors; }
@@ -414,6 +416,7 @@ Maybe you have deleted an entity that was no yet inserted into database?", LogCa
/// </summary>
[NotMapped]
[ParameterIgnore]
+ [XmlIgnore]
public ObservableCollection<String> ValidationErrors
{
get { return _validationErrors; }