Esempio n. 1
0
            public tpu_ComprobanteDetalleDeValoresRow Addtpu_ComprobanteDetalleDeValoresRow(
                string IdTipoDeComprobante,
                string Numero,
                string IdComprobante,
                string IdValor,
                System.Decimal Monto,
                string IdMoneda,
                string IdCotizaicon,
                System.DateTime FechaCreacion,
                long IdConexionCreacion,
                System.Byte[] UltimaModificacion,
                long IdConexionUltimaModificacion,
                long IdReservado,
                System.Guid RowId,
                long IdSucursal,
                long IdEmpresa,
                System.Decimal MontoSinRecargos,
                string IdFormaDePago,
                string IdResponsable,
                string IdInstanciaCaja,
                string IdAutorizacion,
                string IdComprobantePago)
            {
                tpu_ComprobanteDetalleDeValoresRow rowtpu_ComprobanteDetalleDeValoresRow = ((tpu_ComprobanteDetalleDeValoresRow)(this.NewRow()));

                rowtpu_ComprobanteDetalleDeValoresRow.ItemArray = new object[] {
                    IdTipoDeComprobante,
                    Numero,
                    IdComprobante,
                    IdValor,
                    Monto,
                    IdMoneda,
                    IdCotizaicon,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdSucursal,
                    IdEmpresa,
                    MontoSinRecargos,
                    IdFormaDePago,
                    IdResponsable,
                    IdInstanciaCaja,
                    IdAutorizacion,
                    IdComprobantePago
                };
                this.Rows.Add(rowtpu_ComprobanteDetalleDeValoresRow);
                return(rowtpu_ComprobanteDetalleDeValoresRow);
            }
Esempio n. 2
0
 public void Removetpu_ComprobanteDetalleDeValoresRow(tpu_ComprobanteDetalleDeValoresRow row)
 {
     this.Rows.Remove(row);
 }
Esempio n. 3
0
 public void Addtpu_ComprobanteDetalleDeValoresRow(tpu_ComprobanteDetalleDeValoresRow row)
 {
     this.Rows.Add(row);
 }
Esempio n. 4
0
 public tpu_ComprobanteDetalleDeValoresRowChangeEvent(tpu_ComprobanteDetalleDeValoresRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }