20211010_CZPM_upperpc/垂直剖面动态观测系统/Model/Para_LimitModel.cs
2023-07-27 11:01:29 +08:00

591 lines
13 KiB
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using .Common;
namespace .Model
{
public class Para_LimitModel : NotifyBase
{
public string Para_Name { get; set; }
public int Min { get; set; }
public int Max { get; set; }
private int _tem_Min;
public int Tem_Min
{
get { return _tem_Min; }
set { _tem_Min = value; this.DoNotify(); }
}
private int _tem_Max;
public int Tem_Max
{
get { return _tem_Max; }
set { _tem_Max = value; this.DoNotify(); }
}
private int _hum_Min;
public int Hum_Min
{
get { return _hum_Min; }
set { _hum_Min = value; this.DoNotify(); }
}
private int _hum_Max;
public int Hum_Max
{
get { return _hum_Max; }
set { _hum_Max = value; this.DoNotify(); }
}
private int _vol_24_Min;
public int Vol_24_Min
{
get { return _vol_24_Min; }
set { _vol_24_Min = value; this.DoNotify(); }
}
private int _vol_24_Max;
public int Vol_24_Max
{
get { return _vol_24_Max; }
set { _vol_24_Max = value; this.DoNotify(); }
}
private int _cur_24_Min;
public int Cur_24_Min
{
get { return _cur_24_Min; }
set { _cur_24_Min = value; this.DoNotify(); }
}
private int _cur_24_Max;
public int Cur_24_Max
{
get { return _cur_24_Max; }
set { _cur_24_Max = value; this.DoNotify(); }
}
private int _vol_48_Min;
public int Vol_48_Min
{
get { return _vol_48_Min; }
set { _vol_48_Min = value; this.DoNotify(); }
}
private int _vol_48_Max;
public int Vol_48_Max
{
get { return _vol_48_Max; }
set { _vol_48_Max = value; this.DoNotify(); }
}
private int _vol_95_Min;
public int Vol_95_Min
{
get { return _vol_95_Min; }
set { _vol_95_Min = value; this.DoNotify(); }
}
private int _vol_95_Max;
public int Vol_95_Max
{
get { return _vol_95_Max; }
set { _vol_95_Max = value; this.DoNotify(); }
}
private int _cH4_YL_Min;
public int CH4_YL_Min
{
get { return _cH4_YL_Min; }
set { _cH4_YL_Min = value; this.DoNotify(); }
}
private int _cH4_YL_Max;
public int CH4_YL_Max
{
get { return _cH4_YL_Max; }
set { _cH4_YL_Max = value; this.DoNotify(); }
}
private int _cH4_ND_Min;
public int CH4_ND_Min
{
get { return _cH4_ND_Min; }
set { _cH4_ND_Min = value; this.DoNotify(); }
}
private int _cH4_ND_Max;
public int CH4_ND_Max
{
get { return _cH4_ND_Max; }
set { _cH4_ND_Max = value; this.DoNotify(); }
}
private int _cO2_YL_Min;
public int CO2_YL_Min
{
get { return _cO2_YL_Min; }
set { _cO2_YL_Min = value; this.DoNotify(); }
}
private int _cO2_YL_Max;
public int CO2_YL_Max
{
get { return _cO2_YL_Max; }
set { _cO2_YL_Max = value; this.DoNotify(); }
}
private int _cO2_ND_Min;
public int CO2_ND_Min
{
get { return _cO2_ND_Min; }
set { _cO2_ND_Min = value; this.DoNotify(); }
}
private int _cO2_ND_Max;
public int CO2_ND_Max
{
get { return _cO2_ND_Max; }
set { _cO2_ND_Max = value; this.DoNotify(); }
}
private int _cH4_DRY_Min;
public int CH4_DRY_Min
{
get { return _cH4_DRY_Min; }
set { _cH4_DRY_Min = value; this.DoNotify(); }
}
private int _cH4_DRY_Max;
public int CH4_DRY_Max
{
get { return _cH4_DRY_Max; }
set { _cH4_DRY_Max = value; this.DoNotify(); }
}
private int _c2H6_Min;
public int C2H6_Min
{
get { return _c2H6_Min; }
set { _c2H6_Min = value; this.DoNotify(); }
}
private int _c2H6_Max;
public int C2H6_Max
{
get { return _c2H6_Max; }
set { _c2H6_Max = value; this.DoNotify(); }
}
private int _h2O_Min;
public int H2O_Min
{
get { return _h2O_Min; }
set { _h2O_Min = value; this.DoNotify(); }
}
private int _h2O_Max;
public int H2O_Max
{
get { return _h2O_Max; }
set { _h2O_Max = value; this.DoNotify(); }
}
private int _air_Tem_Min;
public int Air_Tem_Min
{
get { return _air_Tem_Min; }
set { _air_Tem_Min = value; this.DoNotify(); }
}
private int _air_Tem_Max;
public int Air_Tem_Max
{
get { return _air_Tem_Max; }
set { _air_Tem_Max = value; this.DoNotify(); }
}
private int _air_Hum_Min;
public int Air_Hum_Min
{
get { return _air_Hum_Min; }
set { _air_Hum_Min = value; this.DoNotify(); }
}
private int _air_Hum_Max;
public int Air_Hum_Max
{
get { return _air_Hum_Max; }
set { _air_Hum_Max = value; this.DoNotify(); }
}
private int _air_Pre_Min;
public int Air_Pre_Min
{
get { return _air_Pre_Min; }
set { _air_Pre_Min = value; this.DoNotify(); }
}
private int _air_Pre_Max;
public int Air_Pre_Max
{
get { return _air_Pre_Max; }
set { _air_Pre_Max = value; this.DoNotify(); }
}
private int _air_Dir_Min;
public int Air_Dir_Min
{
get { return _air_Dir_Min; }
set { _air_Dir_Min = value; this.DoNotify(); }
}
private int _air_Dir_Max;
public int Air_Dir_Max
{
get { return _air_Dir_Max; }
set { _air_Dir_Max = value; this.DoNotify(); }
}
private int _air_Speed_Min;
public int Air_Speed_Min
{
get { return _air_Speed_Min; }
set { _air_Speed_Min = value; this.DoNotify(); }
}
private int _air_Speed_Max;
public int Air_Speed_Max
{
get { return _air_Speed_Max; }
set { _air_Speed_Max = value; this.DoNotify(); }
}
private int _air_Speed_Max_Min;
public int Air_Speed_Max_Min
{
get { return _air_Speed_Max_Min; }
set { _air_Speed_Max_Min = value; this.DoNotify(); }
}
private int _air_Speed_Max_Max;
public int Air_Speed_Max_Max
{
get { return _air_Speed_Max_Max; }
set { _air_Speed_Max_Max = value; this.DoNotify(); }
}
private int _fZD_Min;
public int FZD_Min
{
get { return _fZD_Min; }
set { _fZD_Min = value; this.DoNotify(); }
}
private int _fZD_Max;
public int FZD_Max
{
get { return _fZD_Max; }
set { _fZD_Max = value; this.DoNotify(); }
}
private int _rainfall_Min;
public int Rainfall_Min
{
get { return _rainfall_Min; }
set { _rainfall_Min = value; this.DoNotify(); }
}
private int _rainfall_Max;
public int Rainfall_Max
{
get { return _rainfall_Max; }
set { _rainfall_Max = value; this.DoNotify(); }
}
private int _aDCP_Pre_Min;
public int ADCP_Pre_Min
{
get { return _aDCP_Pre_Min; }
set { _aDCP_Pre_Min = value; this.DoNotify(); }
}
private int _aDCP_Pre_Max;
public int ADCP_Pre_Max
{
get { return _aDCP_Pre_Max; }
set { _aDCP_Pre_Max = value; this.DoNotify(); }
}
private int _aDCP_YSB_Min;
public int ADCP_YSB_Min
{
get { return _aDCP_YSB_Min; }
set { _aDCP_YSB_Min = value; this.DoNotify(); }
}
private int _aDCP_YSB_Max;
public int ADCP_YSB_Max
{
get { return _aDCP_YSB_Max; }
set { _aDCP_YSB_Max = value; this.DoNotify(); }
}
private int _leak_Min;
public int Leak_Min
{
get { return _leak_Min; }
set { _leak_Min = value; this.DoNotify(); }
}
private int _leak_Max;
public int Leak_Max
{
get { return _leak_Max; }
set { _leak_Max = value; this.DoNotify(); }
}
private int _mets_Me_Min;
public int Mets_Me_Min
{
get { return _mets_Me_Min; }
set { _mets_Me_Min = value; this.DoNotify(); }
}
private int _mets_Me_Max;
public int Mets_Me_Max
{
get { return _mets_Me_Max; }
set { _mets_Me_Max = value; this.DoNotify(); }
}
private int _mets_Tem_Min;
public int Mets_Tem_Min
{
get { return _mets_Tem_Min; }
set { _mets_Tem_Min = value; this.DoNotify(); }
}
private int _mets_Tem_Max;
public int Mets_Tem_Max
{
get { return _mets_Tem_Max; }
set { _mets_Tem_Max = value; this.DoNotify(); }
}
private int _cTD_Tem_Min;
public int CTD_Tem_Min
{
get { return _cTD_Tem_Min; }
set { _cTD_Tem_Min = value; this.DoNotify(); }
}
private int _cTD_Tem_Max;
public int CTD_Tem_Max
{
get { return _cTD_Tem_Max; }
set { _cTD_Tem_Max = value; this.DoNotify(); }
}
private int _cTD_Pre_Min;
public int CTD_Pre_Min
{
get { return _cTD_Pre_Min; }
set { _cTD_Pre_Min = value; this.DoNotify(); }
}
private int _cTD_Pre_Max;
public int CTD_Pre_Max
{
get { return _cTD_Pre_Max; }
set { _cTD_Pre_Max = value; this.DoNotify(); }
}
private int _cTD_ZD_Min;
public int CTD_ZD_Min
{
get { return _cTD_ZD_Min; }
set { _cTD_ZD_Min = value; this.DoNotify(); }
}
private int _cTD_ZD_Max;
public int CTD_ZD_Max
{
get { return _cTD_ZD_Max; }
set { _cTD_ZD_Max = value; this.DoNotify(); }
}
private int _cTD_DDL_Min;
public int CTD_DDL_Min
{
get { return _cTD_DDL_Min; }
set { _cTD_DDL_Min = value; this.DoNotify(); }
}
private int _cTD_DDL_Max;
public int CTD_DDL_Max
{
get { return _cTD_DDL_Max; }
set { _cTD_DDL_Max = value; this.DoNotify(); }
}
private int _cTD_YLS_Min;
public int CTD_YLS_Min
{
get { return _cTD_YLS_Min; }
set { _cTD_YLS_Min = value; this.DoNotify(); }
}
private int _cTD_YLS_Max;
public int CTD_YLS_Max
{
get { return _cTD_YLS_Max; }
set { _cTD_YLS_Max = value; this.DoNotify(); }
}
private int _cTD_RJY_Min;
public int CTD_RJY_Min
{
get { return _cTD_RJY_Min; }
set { _cTD_RJY_Min = value; this.DoNotify(); }
}
private int _cTD_RJY_Max;
public int CTD_RJY_Max
{
get { return _cTD_RJY_Max; }
set { _cTD_RJY_Max = value; this.DoNotify(); }
}
private int _cTD_RJY_VOL_Min;
public int CTD_RJY_VOL_Min
{
get { return _cTD_RJY_VOL_Min; }
set { _cTD_RJY_VOL_Min = value; this.DoNotify(); }
}
private int _cTD_RJY_VOL_Max;
public int CTD_RJY_VOL_Max
{
get { return _cTD_RJY_VOL_Max; }
set { _cTD_RJY_VOL_Max = value; this.DoNotify(); }
}
private int _ati_X_Min;
public int Ati_X_Min
{
get { return _ati_X_Min; }
set { _ati_X_Min = value; this.DoNotify(); }
}
private int _ati_X_Max;
public int Ati_X_Max
{
get { return _ati_X_Max; }
set { _ati_X_Max = value; this.DoNotify(); }
}
private int _ati_Y_Min;
public int Ati_Y_Min
{
get { return _ati_Y_Min; }
set { _ati_Y_Min = value; this.DoNotify(); }
}
private int _ati_Y_Max;
public int Ati_Y_Max
{
get { return _ati_Y_Max; }
set { _ati_Y_Max = value; this.DoNotify(); }
}
private int _ati_Z_Min;
public int Ati_Z_Min
{
get { return _ati_Z_Min; }
set { _ati_Z_Min = value; this.DoNotify(); }
}
private int _ati_Z_Max;
public int Ati_Z_Max
{
get { return _ati_Z_Max; }
set { _ati_Z_Max = value; this.DoNotify(); }
}
}
}