diff options
| author | Mirta <mirta@twine-s.com> | 2020-12-30 16:39:52 +0200 |
|---|---|---|
| committer | Mirta <mirta@twine-s.com> | 2020-12-30 16:39:52 +0200 |
| commit | 00a491d93733d4625ad329b2ba8237f445364b3f (patch) | |
| tree | 4b24c6fa78d7648f4bb7cefafa464bb0b063fec4 /Software/Visual_Studio/Tango.BL/DTO/RmlDTOBase.cs | |
| parent | 124ad4150f80c6846fdee41dbbda9848c105f6e5 (diff) | |
| download | Tango-00a491d9.tar.gz Tango-00a491d9.zip | |
merge
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/DTO/RmlDTOBase.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/DTO/RmlDTOBase.cs | 152 |
1 files changed, 0 insertions, 152 deletions
diff --git a/Software/Visual_Studio/Tango.BL/DTO/RmlDTOBase.cs b/Software/Visual_Studio/Tango.BL/DTO/RmlDTOBase.cs index 6bb8e951d..8ed757b8d 100644 --- a/Software/Visual_Studio/Tango.BL/DTO/RmlDTOBase.cs +++ b/Software/Visual_Studio/Tango.BL/DTO/RmlDTOBase.cs @@ -30,14 +30,6 @@ namespace Tango.BL.DTO } /// <summary> - /// display name - /// </summary> - public String DisplayName - { - get; set; - } - - /// <summary> /// manufacturer /// </summary> public String Manufacturer @@ -214,14 +206,6 @@ namespace Tango.BL.DTO } /// <summary> - /// thumbnail - /// </summary> - public Byte[] Thumbnail - { - get; set; - } - - /// <summary> /// cct guid /// </summary> public String CctGuid @@ -237,141 +221,5 @@ namespace Tango.BL.DTO get; set; } - /// <summary> - /// use color lib gradients - /// </summary> - public Boolean UseColorLibGradients - { - get; set; - } - - /// <summary> - /// head type - /// </summary> - public Int32 HeadType - { - get; set; - } - - /// <summary> - /// qualification level - /// </summary> - public Int32 QualificationLevel - { - get; set; - } - - /// <summary> - /// qualification date - /// </summary> - public Nullable<DateTime> QualificationDate - { - get; set; - } - - /// <summary> - /// spools calibrations string - /// </summary> - public String SpoolsCalibrationsString - { - get; set; - } - - /// <summary> - /// feeder p - /// </summary> - public Int32 FeederP - { - get; set; - } - - /// <summary> - /// feeder i - /// </summary> - public Int32 FeederI - { - get; set; - } - - /// <summary> - /// feeder d - /// </summary> - public Int32 FeederD - { - get; set; - } - - /// <summary> - /// puller p - /// </summary> - public Int32 PullerP - { - get; set; - } - - /// <summary> - /// puller i - /// </summary> - public Int32 PullerI - { - get; set; - } - - /// <summary> - /// puller d - /// </summary> - public Int32 PullerD - { - get; set; - } - - /// <summary> - /// winder p - /// </summary> - public Int32 WinderP - { - get; set; - } - - /// <summary> - /// winder i - /// </summary> - public Int32 WinderI - { - get; set; - } - - /// <summary> - /// winder d - /// </summary> - public Int32 WinderD - { - get; set; - } - - /// <summary> - /// bypass rockers - /// </summary> - public Boolean BypassRockers - { - get; set; - } - - /// <summary> - /// cleaner flow - /// </summary> - public Int32 CleanerFlow - { - get; set; - } - - /// <summary> - /// arc head cleaning motor speed - /// </summary> - public Double ArcHeadCleaningMotorSpeed - { - get; set; - } - } } |
