Browse by Tags
All Tags »
XAF »
XAF Cookbook (
RSS)
Sorry, but there are no more tags available to filter with.
-
|
Problem You have defined a business object and XAF has generated the necessary UI to enable you to carry out CRUD functionality; however, you now wish to be able to add a new instance of the business object programmatically. Solution In your chosen module...
|
-
|
Problem You have created you own custom business object but you do not like the default layout of the details view. Solution Use the Model Editor (either at design time or runtime) or access the Layout Control in code to affect the required changes. Discussion...
|
-
|
Problem You inherit from an XAF business object and add the new properties your require, however you don’t like the default placement of the property elements on the UI Solution Use the Model Editor to change the default position of the of the UI elements...
|
-
|
Problem You need to quickly create an application to manage Contacts. You want both win form and web form applications. Solution Use XAF to create the win form and web form solutions and sub class the built in Person class to create the Contact class...
|