diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-01-03 18:06:52 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-01-03 18:06:52 +0200 |
| commit | 4a872407f8599f632eff9a951af20014412194aa (patch) | |
| tree | 119ea29e94b2adbb60f47d559e183d4363e08a69 /Software/Visual_Studio/Tango.BL/IObservableEntity.cs | |
| parent | caed0037ce5fd5012996ee512cbe109b4b2091d8 (diff) | |
| download | Tango-4a872407f8599f632eff9a951af20014412194aa.tar.gz Tango-4a872407f8599f632eff9a951af20014412194aa.zip | |
Working on entity flag serialization.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/IObservableEntity.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/IObservableEntity.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.BL/IObservableEntity.cs b/Software/Visual_Studio/Tango.BL/IObservableEntity.cs index e4ed48134..3ebd0435e 100644 --- a/Software/Visual_Studio/Tango.BL/IObservableEntity.cs +++ b/Software/Visual_Studio/Tango.BL/IObservableEntity.cs @@ -7,6 +7,7 @@ using System.Data.Entity; using System.Linq; using System.Text; using System.Threading.Tasks; +using Tango.BL.Serialization; using Tango.Core; using Tango.Core.Json; @@ -15,7 +16,7 @@ namespace Tango.BL /// <summary> /// Represents an observable database entity. /// </summary> - public interface IObservableEntity : INotifyDataErrorInfo, IParameterized , IJsonSerializationController + public interface IObservableEntity : INotifyDataErrorInfo, IParameterized , ISerializableEntity { /// <summary> /// Occurs after this observable has been modified and saved by this entity context or another. |
