37 lines
1.6 KiB
Plaintext
37 lines
1.6 KiB
Plaintext
Project Description
|
|
|
|
This project implements a platform-agnostic Module. UI-independent application
|
|
elements can be implemented here (Business Objects, Controllers, etc.). The root
|
|
project folder contains the Module.cs(vb) file with the class that inherits
|
|
ModuleBase. This class can be designed with the Module Designer that 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. Differences files can be designed with the Model Editor.
|
|
|
|
|
|
Relevant Documentation
|
|
|
|
Application Solution Components
|
|
https://documentation.devexpress.com/eXpressAppFramework/CustomDocument112569.aspx
|
|
|
|
ModuleBase Class
|
|
https://documentation.devexpress.com/eXpressAppFramework/clsDevExpressExpressAppModuleBasetopic.aspx
|
|
|
|
Module Designer
|
|
https://documentation.devexpress.com/eXpressAppFramework/CustomDocument112828.aspx
|
|
|
|
Application Model
|
|
https://documentation.devexpress.com/eXpressAppFramework/CustomDocument112579.aspx
|
|
|
|
Model Editor
|
|
https://documentation.devexpress.com/eXpressAppFramework/CustomDocument112582.aspx
|
|
|
|
|
|
eXpand Framework - http://www.expandframework.com
|
|
|
|
This is an open source toolkit built above the eXpressApp Framework extending its capabilities
|
|
and providing 50+ cutting-edge libraries containing tools and reusable modules to target numerous
|
|
business scenarios. The main idea behind eXpand is to offer as many features as possible to
|
|
developers/business users through a declarative approach (configuring files rather than writing code).
|