Example #1
0
            public tpu_RetencionesDetRow Addtpu_RetencionesDetRow(long IdRetencion, string IdComprobante, string IdConcepto, System.Decimal MontoNeto, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa, long IdSucursal, System.Decimal AlicuotaAplicada, System.Decimal MontoRetencion)
            {
                tpu_RetencionesDetRow rowtpu_RetencionesDetRow = ((tpu_RetencionesDetRow)(this.NewRow()));

                rowtpu_RetencionesDetRow.ItemArray = new object[] {
                    IdRetencion,
                    IdComprobante,
                    IdConcepto,
                    MontoNeto,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal,
                    AlicuotaAplicada,
                    MontoRetencion
                };
                this.Rows.Add(rowtpu_RetencionesDetRow);
                return(rowtpu_RetencionesDetRow);
            }
Example #2
0
 public tpu_RetencionesDetRowChangeEvent(tpu_RetencionesDetRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Example #3
0
 public void Removetpu_RetencionesDetRow(tpu_RetencionesDetRow row)
 {
     this.Rows.Remove(row);
 }
Example #4
0
 public void Addtpu_RetencionesDetRow(tpu_RetencionesDetRow row)
 {
     this.Rows.Add(row);
 }