From 650af0554b902837f8e146d690aca24e4f60ec29 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 31 Dec 2018 14:15:49 +0200 Subject: Removed Default configuration from machine version. Implemented custom ToJson for observables. Implemented Apply & Create prototype machine for machine version. --- Software/Visual_Studio/Tango.BL/IObservableEntity.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Tango.BL/IObservableEntity.cs') diff --git a/Software/Visual_Studio/Tango.BL/IObservableEntity.cs b/Software/Visual_Studio/Tango.BL/IObservableEntity.cs index ad112c4a1..e4ed48134 100644 --- a/Software/Visual_Studio/Tango.BL/IObservableEntity.cs +++ b/Software/Visual_Studio/Tango.BL/IObservableEntity.cs @@ -8,13 +8,14 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using Tango.Core; +using Tango.Core.Json; namespace Tango.BL { /// /// Represents an observable database entity. /// - public interface IObservableEntity : INotifyDataErrorInfo, IParameterized + public interface IObservableEntity : INotifyDataErrorInfo, IParameterized , IJsonSerializationController { /// /// Occurs after this observable has been modified and saved by this entity context or another. -- cgit v1.3.1