Exemplo n.º 1
0
 public DataSet GetSwitchAlarmAndOffPowerInfo_Stat(EnumTables enumTable, string strOrderFiled, string strWhere, int iPageSize, int iPageIndex)
 {
     return hisBLL.GetSwitchAlarmAndOffPowerInfo_Stat(enumTable.ToString(), strOrderFiled, strWhere, iPageSize, iPageIndex);
 }
Exemplo n.º 2
0
 public DataSet GetFeedingPowerAlarm_Stat(EnumTables enumTable, string strOrderFiled, string strWhere, int iPageSize, int iPageIndex)
 {
     return hisBLL.GetFeedingPowerAlarm_Stat(enumTable.ToString(), strOrderFiled, strWhere, iPageSize, iPageIndex);
 }
Exemplo n.º 3
0
 public DataSet GetDataBase(EnumTables enumTable, string strOrderFiled, string strWhere, int iPageSize, int iPageIndex)
 {
     return databaseBLL.GetDataBase(enumTable.ToString(), strOrderFiled, strWhere, iPageSize, iPageIndex);
 }
Exemplo n.º 4
0
 public DataSet GetHisSwicthValue_Stat(EnumTables enumTable, string strOrderFiled, string strWhere, int iPageSize, int iPageIndex, string strBeginTime, string strEndTime)
 {
     return hisBLL.GetHisSwicthValue_Stat(enumTable.ToString(), strOrderFiled, strWhere, iPageSize, iPageIndex, strBeginTime, strEndTime);
 }
Exemplo n.º 5
0
 public string GetAlarm_Amount(EnumTables enumTable, string strWhere, string strBlockAddress, string strEmployeeName)
 {
     return historyBll.GetAlarm_Amount(enumTable.ToString(), strWhere, strBlockAddress, strEmployeeName);
 }
Exemplo n.º 6
0
 public DataSet TotalAlarmInfo(EnumTables enumTable, string strWhere, int iPageSize, int iPageIndex)
 {
     return tBll.TotalAlarmInfo(enumTable.ToString(), strWhere, iPageSize, iPageIndex);
 }
Exemplo n.º 7
0
 public DataSet Get_HistoryDistribution_Proc(string strOrderFiled, string strWhere, int intPageSize, int intPageIndex, EnumTables enumTable)
 {
     return historyBll.Get_HistoryDistribution_Proc(strOrderFiled, strWhere, intPageSize, intPageIndex, enumTable.ToString());
 }
Exemplo n.º 8
0
 public DataSet GetHistoryDownWell_Stat(string strWhere, int iPageSize, int iPageIndex,EnumTables enumTable,int day,int days)
 {
     return tBll.GetHistoryDownWell_Stat(strWhere, iPageSize, iPageIndex, enumTable.ToString(),day,days);
 }
Exemplo n.º 9
0
 public DataSet GetDistribution_Amount(EnumTables enumTable, string strWhere, string strPointNO)
 {
     return databaseBLL.GetDistribution_Amount(enumTable.ToString(), strWhere, strPointNO);
 }