ConfigurationManager Class Methods
For a list of all members of this type, see ConfigurationManager members.
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