aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2025-06-19 01:54:33 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2025-06-19 01:54:33 +0300
commitd100f0eab0fa25c861cbae2ced60afc5dfa8da6b (patch)
treec9f5f37b59528def11fab39476ce451627a8e869 /Software/Visual_Studio/Tango.BL
parent238beb908fc205fd30b97894095b8f1c1a4fb50b (diff)
downloadTango-d100f0eab0fa25c861cbae2ced60afc5dfa8da6b.tar.gz
Tango-d100f0eab0fa25c861cbae2ced60afc5dfa8da6b.zip
Job Failed Event Impl.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL')
-rw-r--r--Software/Visual_Studio/Tango.BL/Entities/MachinesEvent.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.BL/Entities/MachinesEvent.cs b/Software/Visual_Studio/Tango.BL/Entities/MachinesEvent.cs
index 4572fe5ae..081fe01f1 100644
--- a/Software/Visual_Studio/Tango.BL/Entities/MachinesEvent.cs
+++ b/Software/Visual_Studio/Tango.BL/Entities/MachinesEvent.cs
@@ -108,6 +108,10 @@ namespace Tango.BL.Entities
set { _eventUser = value; RaisePropertyChangedAuto(); }
}
+ [JsonIgnore]
+ [NotMapped]
+ public EventType RelatedEventType { get; set; }
+
protected override void OnUserChanged(User user)
{
base.OnUserChanged(user);