public 產品品號RowChangeEvent(產品品號Row row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void Add產品品號Row(產品品號Row row) { this.Rows.Add(row); }
public void Remove產品品號Row(產品品號Row row) { this.Rows.Remove(row); }
public 工作單品號Row Add工作單品號Row(工作單Row parent工作單RowBy工作單工作單品號, 產品品號Row parent產品品號RowBy產品品號工作單品號, decimal 數量, System.DateTime 實際完成日, System.DateTime 客戶需貨日, System.DateTime 預計完成日, string 客戶, int 編號) { 工作單品號Row row工作單品號Row = ((工作單品號Row)(this.NewRow())); object[] columnValuesArray = new object[] { null, null, 數量, 實際完成日, 客戶需貨日, 預計完成日, 客戶, 編號}; if ((parent工作單RowBy工作單工作單品號 != null)) { columnValuesArray[0] = parent工作單RowBy工作單工作單品號[0]; } if ((parent產品品號RowBy產品品號工作單品號 != null)) { columnValuesArray[1] = parent產品品號RowBy產品品號工作單品號[0]; } row工作單品號Row.ItemArray = columnValuesArray; this.Rows.Add(row工作單品號Row); return row工作單品號Row; }