IAceApplicationBase Interface |
Namespace: imbACE.Core.application
The IAceApplicationBase type exposes the following members.
| Name | Description | |
|---|---|---|
| appAboutInfo | ||
| ataman |
Ataman - watching logs and other folders for oversize
| |
| commandLineArguments | ||
| description |
Short description of the application
| |
| folder |
Main application folder, where the executable is started
| |
| folder_cache |
Folder used by the chache system
| |
| folder_config |
Folder with configuration files
| |
| folder_logs |
Folder with log files and diagnostics
| |
| folder_plugins |
Folder with plugins
| |
| folder_projects |
Folder with saved application projects.
| |
| folder_reports |
Folder with plugins
| |
| folder_resources |
Folder with report themes and other resources
| |
| logger |
Main log-output for the application
| |
| name |
Name of the application
| |
| plugins |
Plugins from folder_plugins folder
| |
| settings |
Base application settings
|
| Name | Description | |
|---|---|---|
| onEventApplicationClosing | Event handler for Closing" at Application, to hook reaction method on to. | |
| onEventApplicationLoaded | Event handler for Loaded" at Application, to hook reaction method on to. | |
| onEventApplicationReady | Event handler for Ready" at Application, to hook reaction method on to. |