Click or drag to resize
SD.LLBLGen.Pro.ApplicationCore.Configuration Namespace
 
Classes
  ClassDescription
Public classApplicationConfiguration
Application configuration container. All application settings readable from config files and definition files are stored in the instance of this class.
Public classCoreState
The actual core application state container class.
Public classCoreStateSingleton
Singleton provider for the core application state. This core state is more about static data used everywhere in the system
Public classDatabaseDriverConfiguration
Class used to store read databaseDriver configuration settings read from the driver.config file.
Public classDefaultsPerTargetElementTypeContainer
Class which contains the default values per framework target element type. The default values are stored in an OutputSettingsValueContainer.
Public classDummyOutputSettingValuesTarget
Simple class which implements IOutputSettingValuesTarget to be used in dummy situations for editing a container
Public classOutputSettingValuesContainer
Container class which stores output related setting values and other data, for a containing element
Public classProjectSettingGroup
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.
Public classSettingRule
Rule class with 1 or more SettingRuleExpression instances concatenated with and/or operators.
Public classSettingRuleExpression
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.
Public classUserConfiguration
General property class for user specific settings.