public W_Material_listRow AddW_Material_listRow(string Name, string Dormacy, System.DateTime IssureTime, string Receiver) { W_Material_listRow rowW_Material_listRow = ((W_Material_listRow)(this.NewRow())); object[] columnValuesArray = new object[] { Name, null, Dormacy, IssureTime, Receiver }; rowW_Material_listRow.ItemArray = columnValuesArray; this.Rows.Add(rowW_Material_listRow); return(rowW_Material_listRow); }
public W_Material_listRowChangeEvent(W_Material_listRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void RemoveW_Material_listRow(W_Material_listRow row) { this.Rows.Remove(row); }
public void AddW_Material_listRow(W_Material_listRow row) { this.Rows.Add(row); }