aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/DTO/HardwareSpeedSensorDTO.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/DTO/HardwareSpeedSensorDTO.cs')
-rw-r--r--Software/Visual_Studio/Tango.BL/DTO/HardwareSpeedSensorDTO.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/Software/Visual_Studio/Tango.BL/DTO/HardwareSpeedSensorDTO.cs b/Software/Visual_Studio/Tango.BL/DTO/HardwareSpeedSensorDTO.cs
index 0d0c67d31..14eae14ae 100644
--- a/Software/Visual_Studio/Tango.BL/DTO/HardwareSpeedSensorDTO.cs
+++ b/Software/Visual_Studio/Tango.BL/DTO/HardwareSpeedSensorDTO.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 HardwareSpeedSensorDTO : HardwareSpeedSensorDTOBase
{
- [ObservableDTOProperty(MapsTo = nameof(HardwareSpeedSensor.HardwareSpeedSensorType) + "." + nameof(HardwareSpeedSensor.HardwareSpeedSensorType.Description))]
- public String HardwareSpeedSensorTypeDescription { get; set; }
- [ActionLogIgnore]
- public HardwareSpeedSensorTypeDTO HardwareSpeedSensorType { get; set; }
-
- protected override string OnGetActionLogName()
- {
- return $"Speed Sensor '{HardwareSpeedSensorTypeDescription}'";
- }
}
}