Ejemplo n.º 1
0
            public tpu_OrdenesCompraDetRow Addtpu_OrdenesCompraDetRow(
                long IdOrdenCompra,
                short Renglon,
                string IdProducto,
                System.Decimal Cantidad,
                System.Decimal Entregado,
                string Descripcion,
                System.Decimal PCostoNeto,
                System.Decimal PCostoNetoFinal,
                System.Decimal Alicuota,
                long IdMoneda,
                long IdFuenteDeCambio,
                System.Decimal VarMaximaPrecio,
                System.Decimal VarMinimaPedido,
                System.Decimal VarMaximaPedido,
                string Observaciones,
                System.DateTime FechaCreacion,
                long IdConexionCreacion,
                System.Byte[] UltimaModificacion,
                long IdConexionUltimaModificacion,
                long IdReservado,
                System.Guid RowId,
                long IdSucursal,
                long IdEmpresa)
            {
                tpu_OrdenesCompraDetRow rowtpu_OrdenesCompraDetRow = ((tpu_OrdenesCompraDetRow)(this.NewRow()));

                rowtpu_OrdenesCompraDetRow.ItemArray = new object[] {
                    IdOrdenCompra,
                    Renglon,
                    IdProducto,
                    Cantidad,
                    Entregado,
                    Descripcion,
                    PCostoNeto,
                    PCostoNetoFinal,
                    Alicuota,
                    IdMoneda,
                    IdFuenteDeCambio,
                    VarMaximaPrecio,
                    VarMinimaPedido,
                    VarMaximaPedido,
                    Observaciones,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdSucursal,
                    IdEmpresa
                };
                this.Rows.Add(rowtpu_OrdenesCompraDetRow);
                return(rowtpu_OrdenesCompraDetRow);
            }
Ejemplo n.º 2
0
 public void Removetpu_OrdenesCompraDetRow(tpu_OrdenesCompraDetRow row)
 {
     this.Rows.Remove(row);
 }
Ejemplo n.º 3
0
 public void Addtpu_OrdenesCompraDetRow(tpu_OrdenesCompraDetRow row)
 {
     this.Rows.Add(row);
 }
Ejemplo n.º 4
0
 public tpu_OrdenesCompraDetRowChangeEvent(tpu_OrdenesCompraDetRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }