Application Model: Built-in Interfaces
- 2 minutes to read
This topic lists Application Model interfaces and extenders shipped with XAF. XAF uses extenders to add properties to Application Model nodes.
Interface | Description | Extenders |
---|---|---|
Contains Action settings. | ||
Defines a View Item that displays an Action Container. | ||
Contains the Actions, Action Containers, Controllers, and Disable | ||
Contains general information about an application. | IModel | |
Contains the Chart List Editor settings. | ||
Defines a persistent class from the Business Model and provides access to its members. | ||
Defines a column that displays a particular property. | ||
Defines a Detail View of a specific business class. | IModel | |
Defines the layout of View Items that belong to a particular group. | ||
Defines the View Item layout in a Detail View. | ||
Defines a business class List View. | ||
Specifies the Navigation Action structure. | IModel | |
Allows you to edit different UI settings. |
IModel | |
Defines a Property Editor for the current property. | ||
Defines the View Items layout within a tabbed group. | ||
The base interface for IModel |