public static DAYAHEAD_PEK_PRICE[] List() { DAYAHEAD_PEK_PRICE dayahead_pek_price; DAYAHEAD_PEK_PRICE[] dayahead_pek_priceArray; dayahead_pek_price = new DAYAHEAD_PEK_PRICE(); dayahead_pek_priceArray = (DAYAHEAD_PEK_PRICE[])CommonClassDB.Instance(dayahead_pek_price).load(dayahead_pek_price, "OrderId"); Label_0020: return(dayahead_pek_priceArray); }
public static DAYAHEAD_PEK_PRICE[] List(string __strFilter, string __strSort, int __nPageIndex, int __nPageSize) { DAYAHEAD_PEK_PRICE dayahead_pek_price; DAYAHEAD_PEK_PRICE[] dayahead_pek_priceArray; DAYAHEAD_PEK_PRICE[] dayahead_pek_priceArray2; dayahead_pek_price = new DAYAHEAD_PEK_PRICE(); dayahead_pek_priceArray = (DAYAHEAD_PEK_PRICE[])CommonClassDB.Instance(dayahead_pek_price).load(dayahead_pek_price, __nPageIndex, __nPageSize, __strFilter, __strSort); dayahead_pek_priceArray2 = dayahead_pek_priceArray; Label_0021: return(dayahead_pek_priceArray2); }
public static void DelTrue(int __nID) { DAYAHEAD_PEK_PRICE dayahead_pek_price; bool flag; if (((__nID < 1) == 0) == null) { goto Label_0028; } dayahead_pek_price = new DAYAHEAD_PEK_PRICE(); dayahead_pek_price.Id = __nID; CommonClassDB.Instance(dayahead_pek_price).delte(dayahead_pek_price); Label_0028: return; }
public static DAYAHEAD_PEK_PRICE Get(int __nID) { DAYAHEAD_PEK_PRICE dayahead_pek_price; DAYAHEAD_PEK_PRICE dayahead_pek_price2; bool flag; if (((__nID < 1) == 0) != null) { goto Label_0010; } dayahead_pek_price2 = null; goto Label_0037; Label_0010: dayahead_pek_price = new DAYAHEAD_PEK_PRICE(); dayahead_pek_price.Id = __nID; dayahead_pek_price2 = (DAYAHEAD_PEK_PRICE)CommonClassDB.Instance(dayahead_pek_price).get(dayahead_pek_price, dayahead_pek_price.Id); Label_0037: return(dayahead_pek_price2); }