Exemple #1
0
            public tpu_ComprobanteDetalleDePagosRow Addtpu_ComprobanteDetalleDePagosRow(
                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)
            {
                tpu_ComprobanteDetalleDePagosRow rowtpu_ComprobanteDetalleDePagosRow = ((tpu_ComprobanteDetalleDePagosRow)(this.NewRow()));

                rowtpu_ComprobanteDetalleDePagosRow.ItemArray = new object[] {
                    IdTipoDeComprobante,
                    Numero,
                    IdComprobante,
                    IdValor,
                    Monto,
                    IdMoneda,
                    IdCotizaicon,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdSucursal,
                    IdEmpresa,
                    MontoSinRecargos,
                    IdFormaDePago
                };
                this.Rows.Add(rowtpu_ComprobanteDetalleDePagosRow);
                return(rowtpu_ComprobanteDetalleDePagosRow);
            }
Exemple #2
0
 public tpu_ComprobanteDetalleDePagosRowChangeEvent(tpu_ComprobanteDetalleDePagosRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemple #3
0
 public void Removetpu_ComprobanteDetalleDePagosRow(tpu_ComprobanteDetalleDePagosRow row)
 {
     this.Rows.Remove(row);
 }
Exemple #4
0
 public void Addtpu_ComprobanteDetalleDePagosRow(tpu_ComprobanteDetalleDePagosRow row)
 {
     this.Rows.Add(row);
 }