ConfigurationHelperService Members
Include Protected Members
Include Inherited Members
A service used by the settings UI in Visual Studio to read and write client settings into the app.config configuration file. It stores user-customizable settings in XML format
The ConfigurationHelperService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConfigurationHelperService() | Initializes a new instance of ConfigurationHelperService. | |
ConfigurationHelperService(Func<T, TResult>) |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetSectionName | Formats the group name and the key name. | |
GetSerializeAs | Determines the default serialization mechanism to use for a given type,. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUserConfigurationPath | Gets the most likely path to user configuration files for the current project, based on the values of different project properties. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ReadConnectionStrings | Returns all the connection strings in the specified configuration that start with the specified prefix. | |
ReadSettings | Reads settings from the appropriate section. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) | |
WriteConnectionStrings | Writes the connection strings to the specified configuration file after deleting any existing connection strings with the specified prefix. | |
WriteSettings | Writes settings to the appropriate section after clearing existing settings. |
Top