diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-06-04 18:54:32 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-06-04 18:54:32 +0300 |
| commit | df9cd86ffccb0bd477ab7deb9d22c3bc0f908257 (patch) | |
| tree | c51cf0b7a56401a3df13f5e3b9c5b923a0d88a5b /Software/Visual_Studio/Tango.BL/ObservableEntity.cs | |
| parent | 583c1a2cf5cb065e3f17c1bfe0f4464b82e0ee4e (diff) | |
| download | Tango-df9cd86ffccb0bd477ab7deb9d22c3bc0f908257.tar.gz Tango-df9cd86ffccb0bd477ab7deb9d22c3bc0f908257.zip | |
Added USB baud rate to integration settings.
Implemented copy params/clone on hardware versions module.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/ObservableEntity.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/ObservableEntity.cs | 11 |
1 files changed, 11 insertions, 0 deletions
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 @@ -97,6 +97,17 @@ namespace Tango.BL } /// <summary> + /// Gets or sets the entity last updated data and time. + /// </summary> + [ParameterIgnore] + [JsonIgnore] + [NotMapped] + public Type ObjectType + { + get { return GetType(); } + } + + /// <summary> /// Initializes a new instance of the <see cref="ObservableEntity{T}"/> class. /// </summary> public ObservableEntity() |
