コード例 #1
0
 public DSOVPend.PC1TmpOVPendRow AddPC1TmpOVPendRow(string Cliente, string NomCli, string EntBloq, string ExcLimCre, string NroOV, DateTime FechaOV, DateTime FechaEnt, int Reserva, string RefCli, string OCompra, string CodProd, string Desc1, string Desc2, decimal Cantidad, decimal StockFisico, decimal StockComp, DateTime FechaOC, decimal CantOC, string EntParc)
 {
     DSOVPend.PC1TmpOVPendRow row = (DSOVPend.PC1TmpOVPendRow) this.NewRow();
     row.ItemArray = new object[] {
         Cliente, NomCli, EntBloq, ExcLimCre, NroOV, FechaOV, FechaEnt, Reserva, RefCli, OCompra, CodProd, Desc1, Desc2, Cantidad, StockFisico, StockComp,
         FechaOC, CantOC, EntParc
     };
     this.Rows.Add(row);
     return(row);
 }
コード例 #2
0
 public PC1TmpOVPendRowChangeEvent(DSOVPend.PC1TmpOVPendRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
コード例 #3
0
 public void RemovePC1TmpOVPendRow(DSOVPend.PC1TmpOVPendRow row)
 {
     this.Rows.Remove(row);
 }
コード例 #4
0
 public void AddPC1TmpOVPendRow(DSOVPend.PC1TmpOVPendRow row)
 {
     this.Rows.Add(row);
 }