|
The General Options of the Wizard control creation of different page types, and of addition of important Extension Templates.

Generate pages for all BO-Entities
Turn on to create pages for all entities, turn off to make a selection of entities.
Add Navigation
Includes the Navigation Template.
Use Master Pages
Adds a Master Page Template and associates all created pages with it.
Create Browse Project Items
Creates pages that show multiple rows from database entities with the Browse Template. The Add Browse Locators options sets whether Browse Locator Templates are added. In the Wizard DataSource Options you can configure some of the important Browse Template Options before the templates are created.
Create Forms Project Items
Creates pages that use the Form Template to display and update a single row from a database entity. In the Wizard DataSource Options you can configure some of the important Form Template Options before the templates are created.
Add Security Model
Adds the Security Extension Template to the project.
Use Pre-Compilation
This causes the generated ASP.NET project to be compiled during project build. Use only if you want to check the syntax for the whole ASP.NET project, this will slow down the build process considerably. See WebBuild Template.
Add Unit testing
Adds the Unit Testing Template to the project. The unit testing will Load all pages and see if they can be loaded.
Add Error Reporting
Adds the Error Handling Template to the project.
Add Ajax Extension
Adds the Ajax Extension Template to the project.
Theme
You can select one of the available Themes for your project here.
Start Wizard
Click this button to start the creation of pages and adding of templates.
Automatically Build Project
Starts the build process automatically after pages and template have been added by the Wizard.
Override existing Project Items
Turn this option on if you want to replace pages. If pages with names equal to those created by the Wizard exist, they are replaced by the new ones. This option is turned off by default, resulting in changing the names of new pages if they would replace existing ones.
|