ConfigurationManager Class Members
The following tables list the members exposed by ConfigurationManager.
Public Constructors
Name | Description | |
---|---|---|
ConfigurationManager Constructor | Constructor |
Public Properties
Name | Description | |
---|---|---|
Caching | ||
CanCreateValue | ||
ConfigurationKeys | Configuration Keys | |
CreationSource | ||
CurrentSetProvider | ||
DisplayName | ||
Groups | ||
Name | ||
Providers |
Public Methods
Name | Description | |
---|---|---|
AddCustomAction | ||
AddGroup | ||
AddLinkedProviders<TS> | ||
AddProvider<TS> | ||
CanSetValue | Can set a value in the configuration database for this key | |
DoAllCustomActions | ||
FindGroup | Searches for the first group. | |
Get | Overloaded. | |
GetAsString | ||
GetBoolean | Overloaded. | |
GetCollection<T> | Get a collection of configurations by name | |
GetConfiguration | Overloaded. Get Configuration by name | |
GetConfigurationForDisplay | ||
GetConfigurationValue | ||
GetDouble | Overloaded. | |
GetEnumMembers | ||
GetInteger | Overloaded. | |
GetNamedProvider | ||
GetProvider | ||
GetString | Overloaded. | |
GetTrail<T> | ||
GetUntypedValue | ||
GetValueType | ||
HasConfiguration | ||
LoadCustomProviders | Load custom providers from XML file | |
RemoveConfiguration | ||
RemoveProvider | ||
Set<T> | ||
SetFromString |
Protected Methods
Name | Description | |
---|---|---|
AddGroupsIfRequired | Add Groups from key if required. |
See Also