示例#1
0
            public tpu_ProveedoresDetallePagoImpuestoGananciasRow Addtpu_ProveedoresDetallePagoImpuestoGananciasRow(long IdDetallePago, int Mes, int Anio, System.Decimal TotalPago, System.Decimal TotalRetenciones, long IdConceptoImpuestoGanancias, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa, long IdSucursal, string IdProveedor)
            {
                tpu_ProveedoresDetallePagoImpuestoGananciasRow rowtpu_ProveedoresDetallePagoImpuestoGananciasRow = ((tpu_ProveedoresDetallePagoImpuestoGananciasRow)(this.NewRow()));

                rowtpu_ProveedoresDetallePagoImpuestoGananciasRow.ItemArray = new object[] {
                    IdDetallePago,
                    Mes,
                    Anio,
                    TotalPago,
                    TotalRetenciones,
                    IdConceptoImpuestoGanancias,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal,
                    IdProveedor
                };
                this.Rows.Add(rowtpu_ProveedoresDetallePagoImpuestoGananciasRow);
                return(rowtpu_ProveedoresDetallePagoImpuestoGananciasRow);
            }
示例#2
0
 public tpu_ProveedoresDetallePagoImpuestoGananciasRowChangeEvent(tpu_ProveedoresDetallePagoImpuestoGananciasRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
示例#3
0
 public void Removetpu_ProveedoresDetallePagoImpuestoGananciasRow(tpu_ProveedoresDetallePagoImpuestoGananciasRow row)
 {
     this.Rows.Remove(row);
 }
示例#4
0
 public void Addtpu_ProveedoresDetallePagoImpuestoGananciasRow(tpu_ProveedoresDetallePagoImpuestoGananciasRow row)
 {
     this.Rows.Add(row);
 }