public tpu_ComprobanteDetalleDeudaRow Addtpu_ComprobanteDetalleDeudaRow(
                string IdComprobante,
                string IdTipoDeComprobante,
                string Numero,
                System.DateTime FechaEmision,
                System.DateTime FechaVencimiento,
                short Cuota,
                System.Decimal Importe,
                System.Decimal Saldo,
                string IdMonedaCierre,
                string IdCotizacionCierre,
                System.DateTime FechaCreacion,
                long IdConexionCreacion,
                System.Byte[] UltimaModificacion,
                long IdConexionUltimaModificacion,
                long IdReservado,
                System.Guid RowId,
                long IdSucursal,
                long IdEmpresa,
                System.Decimal SaldoTemporal)
            {
                tpu_ComprobanteDetalleDeudaRow rowtpu_ComprobanteDetalleDeudaRow = ((tpu_ComprobanteDetalleDeudaRow)(this.NewRow()));

                rowtpu_ComprobanteDetalleDeudaRow.ItemArray = new object[] {
                    IdComprobante,
                    IdTipoDeComprobante,
                    Numero,
                    FechaEmision,
                    FechaVencimiento,
                    Cuota,
                    Importe,
                    Saldo,
                    IdMonedaCierre,
                    IdCotizacionCierre,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdSucursal,
                    IdEmpresa,
                    SaldoTemporal
                };
                this.Rows.Add(rowtpu_ComprobanteDetalleDeudaRow);
                return(rowtpu_ComprobanteDetalleDeudaRow);
            }
 public tpu_ComprobanteDetalleDeudaRowChangeEvent(tpu_ComprobanteDetalleDeudaRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void Removetpu_ComprobanteDetalleDeudaRow(tpu_ComprobanteDetalleDeudaRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addtpu_ComprobanteDetalleDeudaRow(tpu_ComprobanteDetalleDeudaRow row)
 {
     this.Rows.Add(row);
 }