XafApplication Properties
Manages an XAF application.
Name | Description |
---|---|
Application |
|
Application |
Specifies the application’s name. |
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Check |
Specifies how the database and application compatibility is checked. |
Connection | Specifies the connection to the database used by the application. |
Connection |
Specifies the connection string used to connect to the application’s database or to the Application Server. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Current |
Returns an ICurrent |
Database |
Specifies the database update mode. |
Default |
Specifies the default mode of operation for Collection Sources created by the Xaf |
Delayed |
Indicates whether View Items controls are initialized immediately when a View is created. |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Design |
For internal use. |
Editor |
Provides access to the application’s Editors Factory, which is used to load View Items and List Editors to the Application Model and create them when needed. |
Enable |
Specifies if the Application Model cache designed to improve the startup speed and performance is enabled. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Ignored |
Returns a collection of exceptions that are not to be reported by the application. |
Is |
For internal use only. |
Is |
For internal use. Use the Detail |
Is |
Indicates whether the application component is currently being initialized. |
Link |
Specifies whether or not a link between a master and child object is created immediately when the New |
Main |
Provides access to the application’s main Window. |
Max |
Specifies the allowed number of failed login attempts before the application closes. |
Model | Provides access to the Application Model‘s root node. |
Modules | Provides access to the module list used by the application. |
Object |
Provides access to the application’s Object Space Provider. |
Object |
|
Object |
Gets a list of Object Space Providers used by Xaf |
Optimize |
For internal use. |
Optimized |
Disables the instantiation of Controllers that will never be activated in nested List Views. |
Resources |
Provides access to a collection of Resource Localizers used in the current application to extend the Application Model’s IModel |
Security | Provides access to the Security Strategy used in the application. |
Service |
Provides access to IService |
Show |
Specifies the application’s Show View Strategy. |
Site | For internal use only. |
Table |
For internal use. |
Title | Specifies the application’s title. |
Types |
Gets the ITypes |
See Also