Esempio n. 1
0
            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;
 }
Esempio n. 3
0
 public void RemoveW_Material_listRow(W_Material_listRow row)
 {
     this.Rows.Remove(row);
 }
Esempio n. 4
0
 public void AddW_Material_listRow(W_Material_listRow row)
 {
     this.Rows.Add(row);
 }
 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);
 }