diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/DTO/HardwarePidControlDTO.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/DTO/HardwarePidControlDTO.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Software/Visual_Studio/Tango.BL/DTO/HardwarePidControlDTO.cs b/Software/Visual_Studio/Tango.BL/DTO/HardwarePidControlDTO.cs index 6248ae55c..bd6e344a7 100644 --- a/Software/Visual_Studio/Tango.BL/DTO/HardwarePidControlDTO.cs +++ b/Software/Visual_Studio/Tango.BL/DTO/HardwarePidControlDTO.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 HardwarePidControlDTO : HardwarePidControlDTOBase { - [ObservableDTOProperty(MapsTo = nameof(HardwarePidControl.HardwarePidControlType) + "." + nameof(HardwarePidControl.HardwarePidControlType.Description))] - public String HardwarePidControlTypeDescription { get; set; } - [ActionLogIgnore] - public HardwarePidControlTypeDTO HardwarePidControlType { get; set; } - - protected override string OnGetActionLogName() - { - return $"PID Control '{HardwarePidControlTypeDescription}'"; - } } } |
