aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/DTO/HardwareBreakSensorDTO.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/DTO/HardwareBreakSensorDTO.cs')
-rw-r--r--Software/Visual_Studio/Tango.BL/DTO/HardwareBreakSensorDTO.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/Software/Visual_Studio/Tango.BL/DTO/HardwareBreakSensorDTO.cs b/Software/Visual_Studio/Tango.BL/DTO/HardwareBreakSensorDTO.cs
index a39b0f64b..968070be0 100644
--- a/Software/Visual_Studio/Tango.BL/DTO/HardwareBreakSensorDTO.cs
+++ b/Software/Visual_Studio/Tango.BL/DTO/HardwareBreakSensorDTO.cs
@@ -4,22 +4,11 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
-using Tango.BL.ActionLogs;
-using Tango.BL.Entities;
namespace Tango.BL.DTO
{
public class HardwareBreakSensorDTO : HardwareBreakSensorDTOBase
{
- [ObservableDTOProperty(MapsTo = nameof(HardwareBreakSensor.HardwareBreakSensorType) + "." + nameof(HardwareBreakSensor.HardwareBreakSensorType.Description))]
- public String HardwareBreakSensorTypeDescription { get; set; }
- [ActionLogIgnore]
- public HardwareBreakSensorTypeDTO HardwareBreakSensorType { get; set; }
-
- protected override string OnGetActionLogName()
- {
- return $"Break Sensor '{HardwareBreakSensorTypeDescription}'";
- }
}
}