Evolutility.org 4.1
 

EvoDico Wizards

EvoDico provides a set of 4 wizards to build applications more easily.

  • Build Apps - to build new applications from scratch.
  • Install Apps - to install packaged applications
  • Import XML - to import existing XML Evolutility metadata
  • Map DB - to map existing database tables

 

Web control Properties

These step wizards require the assembly Evolutility.Wizards.dll. It provides the following properties:

BuildPages
Specifies if building a component metadata also builds a new ASPX web page file.

BuildDatabase
Specifies if building a component metadata also builds the database objects too.

MustLogin
Specifies if user authentication is required. By default it uses the stored procedure "EvoDicoSP_Login".

PathXML
Path to Wizards metadata.

PathWeb
Path to published Wizards metadata.

ShowASPX
Displays component ASPX page code (after build).

ShowXML
Displays component XML (after build).

ShowSQL
Displays component SQL for database creation (after build).

ShowSkin
Displays links to different skins for testing.

StepID
Currently displayed step of the selected wizard.

SqlConnection
Connection string to the Database. To avoid entering this property for every web control of your application, it can be set in the Web.config file of the application.

SqlConnectionDico
Connection string to "EvoDico" (Evolutility Dictionary) Database. This property is used to run 2 different databases for the data and the metadata. It can be set in the Web.config file.

Title
Wizard title (as displayed with step number).

VirtualPathPictures
Sets the virtual path to the toolbar pictures (same as VirtualPathToolbar in Evolutility).

WizardMode
Wizard to be performed. Possible values:

  • Build
  • Install
  • Map_DB
  • Import_XML
  • Wizard_Catalog