The XAF Solution Wizard has successfully generated the solution according to your settings.
- The ASPxGroupImageProperty.Module project keeps your platform-agnostic code.
Its Business Objects folder contains the autogenerated data model filled with entities required by the chosen set of modules. Add your custom entities to this model and XAF will automatically create a UI to create, read, update and delete these entities.
- The ASPxGroupImageProperty.Web project is a startup project for the web application.
- To specify the database used by your application, modify the ConnectionString attribute in the configuration file located in the startup project.
|
3. Implement custom behavior
|