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