33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
|
|
Project Description
|
||
|
|
|
||
|
|
This project implements a WinForms application. The root project folder
|
||
|
|
contains the WinApplication.cs file with the class that inherits WinApplication.
|
||
|
|
This class allows you to view and customize Module components:
|
||
|
|
referenced modules, Controllers and business classes. Additionally, the root folder
|
||
|
|
contains Application Model difference files (XAFML files) that keep application
|
||
|
|
settings specific for the current Module. Difference files can be customized in code
|
||
|
|
or in the Model Editor.
|
||
|
|
|
||
|
|
|
||
|
|
Relevant Documentation
|
||
|
|
|
||
|
|
Application Solution Components
|
||
|
|
https://docs.devexpress.com/eXpressAppFramework/112569
|
||
|
|
|
||
|
|
XAF Community Extensions
|
||
|
|
https://www.devexpress.com/products/net/application_framework/#extensions
|
||
|
|
|
||
|
|
Debugging, Unit and Functional Testing
|
||
|
|
https://docs.devexpress.com/eXpressAppFramework/112572
|
||
|
|
|
||
|
|
WinApplication Class
|
||
|
|
https://docs.devexpress.com/eXpressAppFramework/DevExpress.ExpressApp.Win.WinApplication
|
||
|
|
|
||
|
|
XafApplication Class
|
||
|
|
https://docs.devexpress.com/eXpressAppFramework/DevExpress.ExpressApp.XafApplication
|
||
|
|
|
||
|
|
Application Model
|
||
|
|
https://docs.devexpress.com/eXpressAppFramework/112579
|
||
|
|
|
||
|
|
Model Editor
|
||
|
|
https://docs.devexpress.com/eXpressAppFramework/112582
|