diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/Entities/HardwareBlowerBase.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/Entities/HardwareBlowerBase.cs | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Software/Visual_Studio/Tango.BL/Entities/HardwareBlowerBase.cs b/Software/Visual_Studio/Tango.BL/Entities/HardwareBlowerBase.cs index 5cc6c4931..de376da41 100644 --- a/Software/Visual_Studio/Tango.BL/Entities/HardwareBlowerBase.cs +++ b/Software/Visual_Studio/Tango.BL/Entities/HardwareBlowerBase.cs @@ -19,10 +19,14 @@ using System.Linq; using Tango.DAL.Remote.DB; using Tango.Core; using System.ComponentModel; -using Tango.Core.CustomAttributes; namespace Tango.BL.Entities { + + /// <summary> + /// + /// </summary> + [Table("HARDWARE_BLOWERS")] public abstract class HardwareBlowerBase : ObservableEntity<HardwareBlower> { @@ -127,11 +131,6 @@ namespace Tango.BL.Entities [Column("VOLTAGE")] [Description("Voltage Description")] - - [Range(-10000,1000000)] - - [StringFormat("0.0")] - public Double Voltage { get |
