Ejemplo n.º 1
0
            public tpu_ComprobantesDeCompraDetRow Addtpu_ComprobantesDeCompraDetRow(string IdComprobante, long Ordinal, System.Decimal Cantidad, System.Decimal Precio, long IdEmpresa, long IdSucursal, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId)
            {
                tpu_ComprobantesDeCompraDetRow rowtpu_ComprobantesDeCompraDetRow = ((tpu_ComprobantesDeCompraDetRow)(this.NewRow()));

                rowtpu_ComprobantesDeCompraDetRow.ItemArray = new object[] {
                    IdComprobante,
                    Ordinal,
                    Cantidad,
                    Precio,
                    IdEmpresa,
                    IdSucursal,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId
                };
                this.Rows.Add(rowtpu_ComprobantesDeCompraDetRow);
                return(rowtpu_ComprobantesDeCompraDetRow);
            }
Ejemplo n.º 2
0
 public tpu_ComprobantesDeCompraDetRowChangeEvent(tpu_ComprobantesDeCompraDetRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Ejemplo n.º 3
0
 public void Removetpu_ComprobantesDeCompraDetRow(tpu_ComprobantesDeCompraDetRow row)
 {
     this.Rows.Remove(row);
 }
Ejemplo n.º 4
0
 public void Addtpu_ComprobantesDeCompraDetRow(tpu_ComprobantesDeCompraDetRow row)
 {
     this.Rows.Add(row);
 }