aceApplicationBase Class |
Namespace: imbACE.Services.application
public abstract class aceApplicationBase : IAceApplicationBase, IAceLogable, ILogable
The aceApplicationBase type exposes the following members.
| Name | Description | |
|---|---|---|
| appAboutInfo |
Information about the application. Used in User Interface and to sign all reports, readme files and exported documents
| |
| ataman |
Ataman - watching logs and other folders for oversize
| |
| commandLineArguments | ||
| description |
Short description of the application
| |
| doKeepRunning |
If true it will keep running
| |
| 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
| |
| logContent |
Content of the logger
| |
| logger |
Main log-output for the application
| |
| name |
Gets the application name
| |
| plugins |
Plugins from folder_plugins folder
| |
| settings |
Base application settings
| |
| state |
State of the application
|
| Name | Description | |
|---|---|---|
| deploySettings |
Deploys or redeploys the settings - forcing all parts of the system to update their state according to the settings
| |
| doQuit |
Exits the application
| |
| log |
Logs the specified message: if logger set with logger, if not directly to console
| |
| setAboutInformation |
Sets the author information.
| |
| StartApplication |
Starts the application, keeping thread in the loop. Once it returns false, it means user chosen to quit the application
|
| 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. |
| Name | Description | |
|---|---|---|
| aceGenEx | (Defined by aceExceptionTools.) | |
| aceSciEx | (Defined by aceExceptionTools.) |