-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathReadMe.txt
More file actions
29 lines (19 loc) · 898 Bytes
/
ReadMe.txt
File metadata and controls
29 lines (19 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Folder Description
The "BusinessObjects" project folder is intended for storing code of your data model.
In XAF, a business object can be implemented as an ORM-based persistent class
or a non-persistent POCO.
Relevant Documentation
Business Model Design
https://docs.devexpress.com/eXpressAppFramework/113461
Use the Entity Framework Core Data Model
https://docs.devexpress.com/eXpressAppFramework/402972
Non-Persistent Objects
https://docs.devexpress.com/eXpressAppFramework/116516
Data Types Supported by built-in Editors
https://docs.devexpress.com/eXpressAppFramework/113014
Implement Custom Business Classes and Reference Properties (EF Core)
https://docs.devexpress.com/eXpressAppFramework/402978
Ways to Implement Business Logic
https://docs.devexpress.com/eXpressAppFramework/113710
Debugging, Unit and Functional Testing
https://docs.devexpress.com/eXpressAppFramework/112572