Reconfigure for GIT

This commit is contained in:
2017-03-26 20:00:03 +02:00
commit 00637826ab
8056 changed files with 535977 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
Project Description
The SISBusiness.Module.CSharp project implements a Module. 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
http://help.devexpress.com/#Xaf/CustomDocument2569
ModuleBase Class
http://help.devexpress.com/#Xaf/clsDevExpressExpressAppModuleBasetopic
Module Designer
http://help.devexpress.com/#Xaf/CustomDocument2828
Application Model
http://help.devexpress.com/#Xaf/CustomDocument2579
Model Editor
http://help.devexpress.com/#Xaf/CustomDocument2582