diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/Entities/ProcessParametersTableBase.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/Entities/ProcessParametersTableBase.cs | 543 |
1 files changed, 0 insertions, 543 deletions
diff --git a/Software/Visual_Studio/Tango.BL/Entities/ProcessParametersTableBase.cs b/Software/Visual_Studio/Tango.BL/Entities/ProcessParametersTableBase.cs index 498bafc85..2757b0625 100644 --- a/Software/Visual_Studio/Tango.BL/Entities/ProcessParametersTableBase.cs +++ b/Software/Visual_Studio/Tango.BL/Entities/ProcessParametersTableBase.cs @@ -19,7 +19,6 @@ using System.Linq; using Tango.DAL.Remote.DB; using Tango.Core; using System.ComponentModel; -using Tango.Core.CustomAttributes; namespace Tango.BL.Entities { @@ -69,28 +68,6 @@ namespace Tango.BL.Entities public event EventHandler<Int32> TableIndexChanged; - public event EventHandler<Double> HeadZone7TempChanged; - - public event EventHandler<Double> HeadZone8TempChanged; - - public event EventHandler<Double> HeadZone9TempChanged; - - public event EventHandler<Double> HeadZone10TempChanged; - - public event EventHandler<Double> HeadZone11TempChanged; - - public event EventHandler<Double> HeadZone12TempChanged; - - public event EventHandler<Double> RBlowerFlowChanged; - - public event EventHandler<Double> RBlowerTempChanged; - - public event EventHandler<Double> LBlowerFlowChanged; - - public event EventHandler<Double> LBlowerTempChanged; - - public event EventHandler<Double> PressureBuildUpChanged; - public event EventHandler<ProcessParametersTablesGroup> ProcessParametersTablesGroupChanged; protected String _name; @@ -101,10 +78,6 @@ namespace Tango.BL.Entities [Column("NAME")] - [StringFormat("0.0")] - - [PropertyIndex(1)] - public String Name { get @@ -132,10 +105,6 @@ namespace Tango.BL.Entities [Column("DYEING_SPEED")] - [StringFormat("0.0")] - - [PropertyIndex(2)] - public Double DyeingSpeed { get @@ -163,10 +132,6 @@ namespace Tango.BL.Entities [Column("MIN_INK_UPTAKE")] - [StringFormat("0.0")] - - [PropertyIndex(3)] - public Double MinInkUptake { get @@ -194,10 +159,6 @@ namespace Tango.BL.Entities [Column("MAX_INK_UPTAKE")] - [StringFormat("0.0")] - - [PropertyIndex(4)] - public Double MaxInkUptake { get @@ -225,10 +186,6 @@ namespace Tango.BL.Entities [Column("FEEDER_TENSION")] - [StringFormat("0.000")] - - [PropertyIndex(5)] - public Double FeederTension { get @@ -256,10 +213,6 @@ namespace Tango.BL.Entities [Column("PULLER_TENSION")] - [StringFormat("0.0")] - - [PropertyIndex(6)] - public Double PullerTension { get @@ -287,10 +240,6 @@ namespace Tango.BL.Entities [Column("WINDER_TENSION")] - [StringFormat("0.0")] - - [PropertyIndex(7)] - public Double WinderTension { get @@ -318,10 +267,6 @@ namespace Tango.BL.Entities [Column("MIXER_TEMP")] - [StringFormat("0.0")] - - [PropertyIndex(8)] - public Double MixerTemp { get @@ -349,10 +294,6 @@ namespace Tango.BL.Entities [Column("HEAD_ZONE1_TEMP")] - [StringFormat("0.0")] - - [PropertyIndex(9)] - public Double HeadZone1Temp { get @@ -380,10 +321,6 @@ namespace Tango.BL.Entities [Column("HEAD_ZONE2_TEMP")] - [StringFormat("0.0")] - - [PropertyIndex(10)] - public Double HeadZone2Temp { get @@ -411,10 +348,6 @@ namespace Tango.BL.Entities [Column("HEAD_ZONE3_TEMP")] - [StringFormat("0.0")] - - [PropertyIndex(11)] - public Double HeadZone3Temp { get @@ -442,10 +375,6 @@ namespace Tango.BL.Entities [Column("HEAD_ZONE4_TEMP")] - [StringFormat("0.0")] - - [PropertyIndex(12)] - public Double HeadZone4Temp { get @@ -473,10 +402,6 @@ namespace Tango.BL.Entities [Column("HEAD_ZONE5_TEMP")] - [StringFormat("0.0")] - - [PropertyIndex(13)] - public Double HeadZone5Temp { get @@ -504,10 +429,6 @@ namespace Tango.BL.Entities [Column("HEAD_ZONE6_TEMP")] - [StringFormat("0.0")] - - [PropertyIndex(14)] - public Double HeadZone6Temp { get @@ -535,10 +456,6 @@ namespace Tango.BL.Entities [Column("DRYER_AIR_FLOW")] - [StringFormat("0.0")] - - [PropertyIndex(26)] - public Double DryerAirFlow { get @@ -566,10 +483,6 @@ namespace Tango.BL.Entities [Column("DRYER_ZONE1_TEMP")] - [StringFormat("0.0")] - - [PropertyIndex(23)] - public Double DryerZone1Temp { get @@ -597,10 +510,6 @@ namespace Tango.BL.Entities [Column("DRYER_ZONE2_TEMP")] - [StringFormat("0.0")] - - [PropertyIndex(24)] - public Double DryerZone2Temp { get @@ -628,10 +537,6 @@ namespace Tango.BL.Entities [Column("DRYER_ZONE3_TEMP")] - [StringFormat("0.0")] - - [PropertyIndex(25)] - public Double DryerZone3Temp { get @@ -659,10 +564,6 @@ namespace Tango.BL.Entities [Column("DRYER_BUFFER_LENGTH")] - [StringFormat("0.0")] - - [PropertyIndex(28)] - public Double DryerBufferLength { get @@ -690,10 +591,6 @@ namespace Tango.BL.Entities [Column("HEAD_AIR_FLOW")] - [StringFormat("0.0")] - - [PropertyIndex(27)] - public Double HeadAirFlow { get @@ -766,347 +663,6 @@ namespace Tango.BL.Entities } } - protected Double _headzone7temp; - - /// <summary> - /// Gets or sets the processparameterstablebase head zone7 temp. - /// </summary> - - [Column("HEAD_ZONE7_TEMP")] - - [StringFormat("0.0")] - - [PropertyIndex(15)] - - public Double HeadZone7Temp - { - get - { - return _headzone7temp; - } - - set - { - if (_headzone7temp != value) - { - _headzone7temp = value; - - OnHeadZone7TempChanged(value); - - } - } - } - - protected Double _headzone8temp; - - /// <summary> - /// Gets or sets the processparameterstablebase head zone8 temp. - /// </summary> - - [Column("HEAD_ZONE8_TEMP")] - - [StringFormat("0.0")] - - [PropertyIndex(16)] - - public Double HeadZone8Temp - { - get - { - return _headzone8temp; - } - - set - { - if (_headzone8temp != value) - { - _headzone8temp = value; - - OnHeadZone8TempChanged(value); - - } - } - } - - protected Double _headzone9temp; - - /// <summary> - /// Gets or sets the processparameterstablebase head zone9 temp. - /// </summary> - - [Column("HEAD_ZONE9_TEMP")] - - [StringFormat("0.0")] - - [PropertyIndex(17)] - - public Double HeadZone9Temp - { - get - { - return _headzone9temp; - } - - set - { - if (_headzone9temp != value) - { - _headzone9temp = value; - - OnHeadZone9TempChanged(value); - - } - } - } - - protected Double _headzone10temp; - - /// <summary> - /// Gets or sets the processparameterstablebase head zone10 temp. - /// </summary> - - [Column("HEAD_ZONE10_TEMP")] - - [StringFormat("0.0")] - - [PropertyIndex(18)] - - public Double HeadZone10Temp - { - get - { - return _headzone10temp; - } - - set - { - if (_headzone10temp != value) - { - _headzone10temp = value; - - OnHeadZone10TempChanged(value); - - } - } - } - - protected Double _headzone11temp; - - /// <summary> - /// Gets or sets the processparameterstablebase head zone11 temp. - /// </summary> - - [Column("HEAD_ZONE11_TEMP")] - - [StringFormat("0.0")] - - [PropertyIndex(19)] - - public Double HeadZone11Temp - { - get - { - return _headzone11temp; - } - - set - { - if (_headzone11temp != value) - { - _headzone11temp = value; - - OnHeadZone11TempChanged(value); - - } - } - } - - protected Double _headzone12temp; - - /// <summary> - /// Gets or sets the processparameterstablebase head zone12 temp. - /// </summary> - - [Column("HEAD_ZONE12_TEMP")] - - [StringFormat("0.0")] - - [PropertyIndex(20)] - - public Double HeadZone12Temp - { - get - { - return _headzone12temp; - } - - set - { - if (_headzone12temp != value) - { - _headzone12temp = value; - - OnHeadZone12TempChanged(value); - - } - } - } - - protected Double _rblowerflow; - - /// <summary> - /// Gets or sets the processparameterstablebase r blower flow. - /// </summary> - - [Column("R_BLOWER_FLOW")] - - [StringFormat("0.0")] - - [PropertyIndex(22)] - - public Double RBlowerFlow - { - get - { - return _rblowerflow; - } - - set - { - if (_rblowerflow != value) - { - _rblowerflow = value; - - OnRBlowerFlowChanged(value); - - } - } - } - - protected Double _rblowertemp; - - /// <summary> - /// Gets or sets the processparameterstablebase r blower temp. - /// </summary> - - [Column("R_BLOWER_TEMP")] - - [StringFormat("0.0")] - - [PropertyIndex(22)] - - public Double RBlowerTemp - { - get - { - return _rblowertemp; - } - - set - { - if (_rblowertemp != value) - { - _rblowertemp = value; - - OnRBlowerTempChanged(value); - - } - } - } - - protected Double _lblowerflow; - - /// <summary> - /// Gets or sets the processparameterstablebase l blower flow. - /// </summary> - - [Column("L_BLOWER_FLOW")] - - [StringFormat("0.0")] - - [PropertyIndex(22)] - - public Double LBlowerFlow - { - get - { - return _lblowerflow; - } - - set - { - if (_lblowerflow != value) - { - _lblowerflow = value; - - OnLBlowerFlowChanged(value); - - } - } - } - - protected Double _lblowertemp; - - /// <summary> - /// Gets or sets the processparameterstablebase l blower temp. - /// </summary> - - [Column("L_BLOWER_TEMP")] - - [StringFormat("0.0")] - - [PropertyIndex(22)] - - public Double LBlowerTemp - { - get - { - return _lblowertemp; - } - - set - { - if (_lblowertemp != value) - { - _lblowertemp = value; - - OnLBlowerTempChanged(value); - - } - } - } - - protected Double _pressurebuildup; - - /// <summary> - /// Gets or sets the processparameterstablebase pressure build up. - /// </summary> - - [Column("PRESSURE_BUILD_UP")] - - [StringFormat("0.0")] - - [PropertyIndex(29)] - - public Double PressureBuildUp - { - get - { - return _pressurebuildup; - } - - set - { - if (_pressurebuildup != value) - { - _pressurebuildup = value; - - OnPressureBuildUpChanged(value); - - } - } - } - protected ProcessParametersTablesGroup _processparameterstablesgroup; /// <summary> @@ -1329,105 +885,6 @@ namespace Tango.BL.Entities } /// <summary> - /// Called when the HeadZone7Temp has changed. - /// </summary> - protected virtual void OnHeadZone7TempChanged(Double headzone7temp) - { - HeadZone7TempChanged?.Invoke(this, headzone7temp); - RaisePropertyChanged(nameof(HeadZone7Temp)); - } - - /// <summary> - /// Called when the HeadZone8Temp has changed. - /// </summary> - protected virtual void OnHeadZone8TempChanged(Double headzone8temp) - { - HeadZone8TempChanged?.Invoke(this, headzone8temp); - RaisePropertyChanged(nameof(HeadZone8Temp)); - } - - /// <summary> - /// Called when the HeadZone9Temp has changed. - /// </summary> - protected virtual void OnHeadZone9TempChanged(Double headzone9temp) - { - HeadZone9TempChanged?.Invoke(this, headzone9temp); - RaisePropertyChanged(nameof(HeadZone9Temp)); - } - - /// <summary> - /// Called when the HeadZone10Temp has changed. - /// </summary> - protected virtual void OnHeadZone10TempChanged(Double headzone10temp) - { - HeadZone10TempChanged?.Invoke(this, headzone10temp); - RaisePropertyChanged(nameof(HeadZone10Temp)); - } - - /// <summary> - /// Called when the HeadZone11Temp has changed. - /// </summary> - protected virtual void OnHeadZone11TempChanged(Double headzone11temp) - { - HeadZone11TempChanged?.Invoke(this, headzone11temp); - RaisePropertyChanged(nameof(HeadZone11Temp)); - } - - /// <summary> - /// Called when the HeadZone12Temp has changed. - /// </summary> - protected virtual void OnHeadZone12TempChanged(Double headzone12temp) - { - HeadZone12TempChanged?.Invoke(this, headzone12temp); - RaisePropertyChanged(nameof(HeadZone12Temp)); - } - - /// <summary> - /// Called when the RBlowerFlow has changed. - /// </summary> - protected virtual void OnRBlowerFlowChanged(Double rblowerflow) - { - RBlowerFlowChanged?.Invoke(this, rblowerflow); - RaisePropertyChanged(nameof(RBlowerFlow)); - } - - /// <summary> - /// Called when the RBlowerTemp has changed. - /// </summary> - protected virtual void OnRBlowerTempChanged(Double rblowertemp) - { - RBlowerTempChanged?.Invoke(this, rblowertemp); - RaisePropertyChanged(nameof(RBlowerTemp)); - } - - /// <summary> - /// Called when the LBlowerFlow has changed. - /// </summary> - protected virtual void OnLBlowerFlowChanged(Double lblowerflow) - { - LBlowerFlowChanged?.Invoke(this, lblowerflow); - RaisePropertyChanged(nameof(LBlowerFlow)); - } - - /// <summary> - /// Called when the LBlowerTemp has changed. - /// </summary> - protected virtual void OnLBlowerTempChanged(Double lblowertemp) - { - LBlowerTempChanged?.Invoke(this, lblowertemp); - RaisePropertyChanged(nameof(LBlowerTemp)); - } - - /// <summary> - /// Called when the PressureBuildUp has changed. - /// </summary> - protected virtual void OnPressureBuildUpChanged(Double pressurebuildup) - { - PressureBuildUpChanged?.Invoke(this, pressurebuildup); - RaisePropertyChanged(nameof(PressureBuildUp)); - } - - /// <summary> /// Called when the ProcessParametersTablesGroup has changed. /// </summary> protected virtual void OnProcessParametersTablesGroupChanged(ProcessParametersTablesGroup processparameterstablesgroup) |
