DigitalData.Modules.Config
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
The primary connection string. Will not be saved to userconfig.
The test connection string. Will not be saved to userconfig.
Global setting. Will not be saved to userconfig.
Returns the currently loaded config object
Path to the current user config.
Path to the current computer config. Maybe the same as `UserConfigPath`
Creates a new instance of the ConfigManager
LogConfig instance
The path to check for a user config file, eg. AppData (Usually Application.UserAppDataPath or Application.LocalUserAppDataPath)
The path to check for a computer config file, eg. ProgramData (Usually Application.CommonAppDataPath)
Override values from ComputerConfig with UserConfig
Creates a new ConfigManager with a single (user)config path
LogConfig instance
The path to check for a user config file, eg. AppData (Usually Application.UserAppDataPath or Application.LocalUserAppDataPath)
Save the current config object to `UserConfigPath`
Force saving all attributes including the attributes marked as excluded
True if save was successful, False otherwise
Copies all properties from Source to Target, except those who have an attribute
listed in ExcludedAttributeTypes
Source config object
Target config object
List of Attribute type to exclude
Filters a config object by copying all values except `ExcludedAttributeTypes`
Config object
List of Attribute type to exclude
Serialize a config object to byte array
Write an object to disk as xml
The object to write
The file name to write to
Reads an xml from disk and deserializes to object