diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-04-17 19:10:11 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-04-17 19:10:11 +0300 |
| commit | f0d3ab0b95898c380e870a1f2eb6a258c3f4a2fe (patch) | |
| tree | 7765ef812a60a9b7ac1564ce06bd0bb0166a3853 /Software/Visual_Studio/Tango.BL/ObservableEntity.cs | |
| parent | aba62e86fcc78e71bdcb263abda735e844e86240 (diff) | |
| download | Tango-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.cs | 3 |
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 { |
