From df9cd86ffccb0bd477ab7deb9d22c3bc0f908257 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 4 Jun 2018 18:54:32 +0300 Subject: Added USB baud rate to integration settings. Implemented copy params/clone on hardware versions module. --- Software/Visual_Studio/Tango.BL/ObservableEntity.cs | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Software/Visual_Studio/Tango.BL/ObservableEntity.cs') diff --git a/Software/Visual_Studio/Tango.BL/ObservableEntity.cs b/Software/Visual_Studio/Tango.BL/ObservableEntity.cs index 1073a31ce..41f18bee5 100644 --- a/Software/Visual_Studio/Tango.BL/ObservableEntity.cs +++ b/Software/Visual_Studio/Tango.BL/ObservableEntity.cs @@ -96,6 +96,17 @@ namespace Tango.BL set { _parameters = value; RaisePropertyChangedAuto(); } } + /// + /// Gets or sets the entity last updated data and time. + /// + [ParameterIgnore] + [JsonIgnore] + [NotMapped] + public Type ObjectType + { + get { return GetType(); } + } + /// /// Initializes a new instance of the class. /// -- cgit v1.3.1