public tsh_ProductosListasDePreciosRow Addtsh_ProductosListasDePreciosRow(
                string IdProducto,
                string IdListaDePrecio,
                string ModoDeAplicacion,
                System.Decimal Coeficiente,
                System.Decimal MaxDescuento,
                System.Decimal MaxDescuentoPorcentual,
                System.Decimal PrecioDeVentaBruto,
                System.Decimal PrecioDeVentaBrutoConImpuesto,
                System.DateTime FechaCreacion,
                long IdConexionCreacion,
                System.Byte[] UltimaModificacion,
                long IdConexionUltimaModificacion,
                long IdReservado,
                System.Guid RowId,
                long IdEmpresa,
                long IdSucursal,
                System.DateTime FechaUltimaModificacionPrecioDeVenta)
            {
                tsh_ProductosListasDePreciosRow rowtsh_ProductosListasDePreciosRow = ((tsh_ProductosListasDePreciosRow)(this.NewRow()));

                rowtsh_ProductosListasDePreciosRow.ItemArray = new object[] {
                    IdProducto,
                    IdListaDePrecio,
                    ModoDeAplicacion,
                    Coeficiente,
                    MaxDescuento,
                    MaxDescuentoPorcentual,
                    PrecioDeVentaBruto,
                    PrecioDeVentaBrutoConImpuesto,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal,
                    FechaUltimaModificacionPrecioDeVenta
                };
                this.Rows.Add(rowtsh_ProductosListasDePreciosRow);
                return(rowtsh_ProductosListasDePreciosRow);
            }
 public tsh_ProductosListasDePreciosRowChangeEvent(tsh_ProductosListasDePreciosRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void Removetsh_ProductosListasDePreciosRow(tsh_ProductosListasDePreciosRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addtsh_ProductosListasDePreciosRow(tsh_ProductosListasDePreciosRow row)
 {
     this.Rows.Add(row);
 }