SD.LLBLGen.Pro.ApplicationCore.Configuration Namespace |
Class | Description | |
---|---|---|
ApplicationConfiguration |
Application configuration container. All application settings readable from config files and definition files are stored in the
instance of this class.
| |
CoreState |
The actual core application state container class.
| |
CoreStateSingleton |
Singleton provider for the core application state. This core state is more about static data used everywhere in the system
| |
DatabaseDriverConfiguration |
Class used to store read databaseDriver configuration settings read from the driver.config file.
| |
DefaultsPerTargetElementTypeContainer |
Class which contains the default values per framework target element type. The default values are stored in an OutputSettingsValueContainer.
| |
DummyOutputSettingValuesTarget |
Simple class which implements IOutputSettingValuesTarget to be used in dummy situations for editing a container
| |
OutputSettingValuesContainer |
Container class which stores output related setting values and other data, for a containing element
| |
ProjectSettingGroup |
Class which represents a property setting group, to be used as e.g. convention in the property settings editing UI, or as a convention for project setting defaults in the
user preferences UI.
| |
SettingRule |
Rule class with 1 or more SettingRuleExpression instances concatenated with and/or operators.
| |
SettingRuleExpression |
Class which defines a setting rule expression, which can be combined with other setting rules into a setting rule which is
applied to e.g. attribute definitions on the project level to filter out elements the attribute shouldn't be applied on.
| |
UserConfiguration |
General property class for user specific settings.
|