From d100f0eab0fa25c861cbae2ced60afc5dfa8da6b Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Thu, 19 Jun 2025 01:54:33 +0300 Subject: Job Failed Event Impl. --- Software/Visual_Studio/Tango.BL/Entities/MachinesEvent.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Software/Visual_Studio/Tango.BL') 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); -- cgit v1.3.1