Пример #1
0
 public DataTmpOCConfPend.PC1TmpOCConfPendRow AddPC1TmpOCConfPendRow(string CodProv, string NomProv, string NroOC, DateTime FechaOC, DateTime FEntSolic, DateTime FEntConf, string Codigo, string Descripcion, decimal Cantidad, string FormaDesp, string Destinatario, string EnTransito)
 {
     DataTmpOCConfPend.PC1TmpOCConfPendRow row = (DataTmpOCConfPend.PC1TmpOCConfPendRow) this.NewRow();
     row.ItemArray = new object[] { CodProv, NomProv, NroOC, FechaOC, FEntSolic, FEntConf, Codigo, Descripcion, Cantidad, FormaDesp, Destinatario, EnTransito };
     this.Rows.Add(row);
     return(row);
 }
Пример #2
0
 public PC1TmpOCConfPendRowChangeEvent(DataTmpOCConfPend.PC1TmpOCConfPendRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Пример #3
0
 public void RemovePC1TmpOCConfPendRow(DataTmpOCConfPend.PC1TmpOCConfPendRow row)
 {
     this.Rows.Remove(row);
 }
Пример #4
0
 public void AddPC1TmpOCConfPendRow(DataTmpOCConfPend.PC1TmpOCConfPendRow row)
 {
     this.Rows.Add(row);
 }