First create solution

This commit is contained in:
2017-03-08 11:21:27 +01:00
commit a2fb86bacf
5508 changed files with 1082238 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
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).