예제 #1
0
            public tpu_ComprobantesCompraDetRow Addtpu_ComprobantesCompraDetRow(
                long IdComprobanteCompra,
                short Renglon,
                string IdProducto,
                System.Decimal Cantidad,
                System.Decimal PrecioNetoLista,
                System.Decimal Bonificacion,
                System.Decimal PrecioNeto,
                System.Decimal Alicuota,
                System.DateTime FechaCreacion,
                long IdConexionCreacion,
                System.Byte[] UltimaModificacion,
                long IdConexionUltimaModificacion,
                long IdReservado,
                System.Guid RowId,
                long IdSucursal,
                long IdEmpresa)
            {
                tpu_ComprobantesCompraDetRow rowtpu_ComprobantesCompraDetRow = ((tpu_ComprobantesCompraDetRow)(this.NewRow()));

                rowtpu_ComprobantesCompraDetRow.ItemArray = new object[] {
                    IdComprobanteCompra,
                    Renglon,
                    IdProducto,
                    Cantidad,
                    PrecioNetoLista,
                    Bonificacion,
                    PrecioNeto,
                    Alicuota,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdSucursal,
                    IdEmpresa
                };
                this.Rows.Add(rowtpu_ComprobantesCompraDetRow);
                return(rowtpu_ComprobantesCompraDetRow);
            }
예제 #2
0
 public tpu_ComprobantesCompraDetRowChangeEvent(tpu_ComprobantesCompraDetRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
예제 #3
0
 public void Removetpu_ComprobantesCompraDetRow(tpu_ComprobantesCompraDetRow row)
 {
     this.Rows.Remove(row);
 }
예제 #4
0
 public void Addtpu_ComprobantesCompraDetRow(tpu_ComprobantesCompraDetRow row)
 {
     this.Rows.Add(row);
 }