Click or drag to resize

IAceApplicationBase Interface

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Interface to the foundation of AceApplication

Namespace:  imbACE.Core.application
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public interface IAceApplicationBase
Request Example View Source

The IAceApplicationBase type exposes the following members.

Properties
  NameDescription
Public propertyappAboutInfo
Public propertyataman
Ataman - watching logs and other folders for oversize
Public propertycommandLineArguments
Public propertydescription
Short description of the application
Public propertyfolder
Main application folder, where the executable is started
Public propertyfolder_cache
Folder used by the chache system
Public propertyfolder_config
Folder with configuration files
Public propertyfolder_logs
Folder with log files and diagnostics
Public propertyfolder_plugins
Folder with plugins
Public propertyfolder_projects
Folder with saved application projects.
Public propertyfolder_reports
Folder with plugins
Public propertyfolder_resources
Folder with report themes and other resources
Public propertylogger
Main log-output for the application
Public propertyname
Name of the application
Public propertyplugins
Plugins from folder_plugins folder
Public propertysettings
Base application settings
Top
Methods
  NameDescription
Public methoddoQuit
Top
Events
  NameDescription
Public eventonEventApplicationClosing
Event handler for Closing" at Application, to hook reaction method on to.
Public eventonEventApplicationLoaded
Event handler for Loaded" at Application, to hook reaction method on to.
Public eventonEventApplicationReady
Event handler for Ready" at Application, to hook reaction method on to.
Top
See Also

Reference

IObjectWithName