Exemplo n.º 1
0
 public DataTmpOCGen.PC1TmpOCGenRow AddPC1TmpOCGenRow(string NroOC, string CodProv, string NomProv, DateTime FecEntOC)
 {
     DataTmpOCGen.PC1TmpOCGenRow row = (DataTmpOCGen.PC1TmpOCGenRow) this.NewRow();
     row.ItemArray = new object[] { NroOC, CodProv, NomProv, FecEntOC };
     this.Rows.Add(row);
     return(row);
 }
Exemplo n.º 2
0
 public PC1TmpOCGenRowChangeEvent(DataTmpOCGen.PC1TmpOCGenRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemplo n.º 3
0
 public void RemovePC1TmpOCGenRow(DataTmpOCGen.PC1TmpOCGenRow row)
 {
     this.Rows.Remove(row);
 }
Exemplo n.º 4
0
 public void AddPC1TmpOCGenRow(DataTmpOCGen.PC1TmpOCGenRow row)
 {
     this.Rows.Add(row);
 }