Utility-data-pooling/packages/System.Configuration.Config.../ref/netstandard2.0/System.Configuration.Config...

4888 lines
451 KiB
XML

<?xml version="1.0" encoding="utf-8"?><span>
<doc>
<assembly>
<name>System.Configuration.ConfigurationManager</name>
</assembly>
<members>
<member name="T:System.Configuration.DpapiProtectedConfigurationProvider">
<summary>Provides a <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> object that uses the Windows data protection API (DPAPI) to encrypt and decrypt configuration data.</summary>
</member>
<member name="M:System.Configuration.DpapiProtectedConfigurationProvider.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.DpapiProtectedConfigurationProvider"></see> class using default settings.</summary>
</member>
<member name="M:System.Configuration.DpapiProtectedConfigurationProvider.Decrypt(System.Xml.XmlNode)">
<summary>Decrypts the passed <see cref="T:System.Xml.XmlNode"></see> object.</summary>
<param name="encryptedNode"></param>
<returns>A decrypted <see cref="T:System.Xml.XmlNode"></see> object.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException"><paramref name="encrypted_node">encrypted_node</paramref> does not have <see cref="P:System.Xml.XmlNode.Name"></see> set to &quot;EncryptedData&quot; and <see cref="T:System.Xml.XmlNodeType"></see> set to <see cref="F:System.Xml.XmlNodeType.Element"></see>. - or - <paramref name="encrypted_node">encrypted_node</paramref> does not have a child node named &quot;CipherData&quot; with a child node named &quot;CipherValue&quot;. - or - The child node named &quot;CipherData&quot; is an empty node.</exception>
</member>
<member name="M:System.Configuration.DpapiProtectedConfigurationProvider.Encrypt(System.Xml.XmlNode)">
<summary>Encrypts the passed <see cref="T:System.Xml.XmlNode"></see> object.</summary>
<param name="node">The <see cref="T:System.Xml.XmlNode"></see> object to encrypt.</param>
<returns>An encrypted <see cref="T:System.Xml.XmlNode"></see> object.</returns>
</member>
<member name="M:System.Configuration.DpapiProtectedConfigurationProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
<summary>Initializes the provider with default settings.</summary>
<param name="name">The provider name to use for the object.</param>
<param name="configurationValues">A <see cref="T:System.Collections.Specialized.NameValueCollection"></see> collection of values to use when initializing the object.</param>
<exception cref="T:System.Configuration.ConfigurationErrorsException"><paramref name="configurationValues">configurationValues</paramref> contains an unrecognized configuration setting.</exception>
</member>
<member name="P:System.Configuration.DpapiProtectedConfigurationProvider.UseMachineProtection">
<summary>Gets a value that indicates whether the <see cref="T:System.Configuration.DpapiProtectedConfigurationProvider"></see> object is using machine-specific or user-account-specific protection.</summary>
<returns>true if the <see cref="T:System.Configuration.DpapiProtectedConfigurationProvider"></see> is using machine-specific protection; false if it is using user-account-specific protection.</returns>
</member>
<member name="T:System.Configuration.ElementInformation">
<summary>Contains meta-information about an individual element within the configuration. This class cannot be inherited.</summary>
</member>
<member name="P:System.Configuration.ElementInformation.Errors">
<summary>Gets the errors for the associated element and subelements</summary>
<returns>The collection containing the errors for the associated element and subelements</returns>
</member>
<member name="P:System.Configuration.ElementInformation.IsCollection">
<summary>Gets a value indicating whether the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object is a <see cref="T:System.Configuration.ConfigurationElementCollection"></see> collection.</summary>
<returns>true if the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object is a <see cref="T:System.Configuration.ConfigurationElementCollection"></see> collection; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.ElementInformation.IsLocked">
<summary>Gets a value that indicates whether the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object cannot be modified.</summary>
<returns>true if the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object cannot be modified; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.ElementInformation.IsPresent">
<summary>Gets a value indicating whether the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object is in the configuration file.</summary>
<returns>true if the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object is in the configuration file; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.ElementInformation.LineNumber">
<summary>Gets the line number in the configuration file where the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object is defined.</summary>
<returns>The line number in the configuration file where the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object is defined.</returns>
</member>
<member name="P:System.Configuration.ElementInformation.Properties">
<summary>Gets a <see cref="T:System.Configuration.PropertyInformationCollection"></see> collection of the properties in the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object.</summary>
<returns>A <see cref="T:System.Configuration.PropertyInformationCollection"></see> collection of the properties in the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object.</returns>
</member>
<member name="P:System.Configuration.ElementInformation.Source">
<summary>Gets the source file where the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object originated.</summary>
<returns>The source file where the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object originated.</returns>
</member>
<member name="P:System.Configuration.ElementInformation.Type">
<summary>Gets the type of the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object.</summary>
<returns>The type of the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object.</returns>
</member>
<member name="P:System.Configuration.ElementInformation.Validator">
<summary>Gets the object used to validate the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object.</summary>
<returns>The object used to validate the associated <see cref="T:System.Configuration.ConfigurationElement"></see> object.</returns>
</member>
<member name="T:System.Configuration.ExeConfigurationFileMap">
<summary>Defines the configuration file mapping for an .exe application. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.ExeConfigurationFileMap.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ExeConfigurationFileMap"></see> class.</summary>
</member>
<member name="M:System.Configuration.ExeConfigurationFileMap.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ExeConfigurationFileMap"></see> class by using the specified machine configuration file name.</summary>
<param name="machineConfigFileName">The name of the machine configuration file that includes the complete physical path (for example, c:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config).</param>
</member>
<member name="M:System.Configuration.ExeConfigurationFileMap.Clone">
<summary>Creates a copy of the existing <see cref="T:System.Configuration.ExeConfigurationFileMap"></see> object.</summary>
<returns>An <see cref="T:System.Configuration.ExeConfigurationFileMap"></see> object.</returns>
</member>
<member name="P:System.Configuration.ExeConfigurationFileMap.ExeConfigFilename">
<summary>Gets or sets the name of the configuration file.</summary>
<returns>The configuration file name.</returns>
</member>
<member name="P:System.Configuration.ExeConfigurationFileMap.LocalUserConfigFilename">
<summary>Gets or sets the name of the configuration file for the local user.</summary>
<returns>The configuration file name.</returns>
</member>
<member name="P:System.Configuration.ExeConfigurationFileMap.RoamingUserConfigFilename">
<summary>Gets or sets the name of the configuration file for the roaming user.</summary>
<returns>The configuration file name.</returns>
</member>
<member name="T:System.Configuration.ExeContext">
<summary>Manages the path context for the current application. This class cannot be inherited.</summary>
</member>
<member name="P:System.Configuration.ExeContext.ExePath">
<summary>Gets the current path for the application.</summary>
<returns>A string value containing the current path.</returns>
</member>
<member name="P:System.Configuration.ExeContext.UserLevel">
<summary>Gets an object representing the path level of the current application.</summary>
<returns>A <see cref="T:System.Configuration.ConfigurationUserLevel"></see> object representing the path level of the current application.</returns>
</member>
<member name="T:System.Configuration.GenericEnumConverter">
<summary>Converts between a string and an enumeration type.</summary>
</member>
<member name="M:System.Configuration.GenericEnumConverter.#ctor(System.Type)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.GenericEnumConverter"></see> class.</summary>
<param name="typeEnum">The enumeration type to convert.</param>
<exception cref="T:System.ArgumentNullException"><paramref name="typeEnum">typeEnum</paramref> is null.</exception>
</member>
<member name="M:System.Configuration.GenericEnumConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<summary>Converts a <see cref="T:System.String"></see> to an <see cref="T:System.Enum"></see> type.</summary>
<param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
<param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
<param name="data">The <see cref="T:System.String"></see> object to convert.</param>
<returns>The <see cref="T:System.Enum"></see> type that represents the <paramref name="data">data</paramref> parameter.</returns>
<exception cref="T:System.ArgumentException"><paramref name="data">data</paramref> is null or an empty string (&quot;&quot;). - or - <paramref name="data">data</paramref> starts with a numeric character. - or - <paramref name="data">data</paramref> includes white space.</exception>
</member>
<member name="M:System.Configuration.GenericEnumConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
<summary>Converts an <see cref="T:System.Enum"></see> type to a <see cref="T:System.String"></see> value.</summary>
<param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
<param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
<param name="value">The value to convert to.</param>
<param name="type">The type to convert to.</param>
<returns>The <see cref="T:System.String"></see> that represents the <paramref name="value">value</paramref> parameter.</returns>
</member>
<member name="T:System.Configuration.IApplicationSettingsProvider">
<summary>Defines extended capabilities for client-based application settings providers.</summary>
</member>
<member name="M:System.Configuration.IApplicationSettingsProvider.GetPreviousVersion(System.Configuration.SettingsContext,System.Configuration.SettingsProperty)">
<summary>Returns the value of the specified settings property for the previous version of the same application.</summary>
<param name="context">A <see cref="T:System.Configuration.SettingsContext"></see> describing the current application usage.</param>
<param name="property">The <see cref="T:System.Configuration.SettingsProperty"></see> whose value is to be returned.</param>
<returns>A <see cref="T:System.Configuration.SettingsPropertyValue"></see> containing the value of the specified property setting as it was last set in the previous version of the application; or null if the setting cannot be found.</returns>
</member>
<member name="M:System.Configuration.IApplicationSettingsProvider.Reset(System.Configuration.SettingsContext)">
<summary>Resets the application settings associated with the specified application to their default values.</summary>
<param name="context">A <see cref="T:System.Configuration.SettingsContext"></see> describing the current application usage.</param>
</member>
<member name="M:System.Configuration.IApplicationSettingsProvider.Upgrade(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)">
<summary>Indicates to the provider that the application has been upgraded. This offers the provider an opportunity to upgrade its stored settings as appropriate.</summary>
<param name="context">A <see cref="T:System.Configuration.SettingsContext"></see> describing the current application usage.</param>
<param name="properties">A <see cref="T:System.Configuration.SettingsPropertyCollection"></see> containing the settings property group whose values are to be retrieved.</param>
</member>
<member name="T:System.Configuration.IConfigurationSectionHandler">
<summary>Handles the access to certain configuration sections.</summary>
</member>
<member name="M:System.Configuration.IConfigurationSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)">
<summary>Creates a configuration section handler.</summary>
<param name="parent">Parent object.</param>
<param name="configContext">Configuration context object.</param>
<param name="section">Section XML node.</param>
<returns>The created section handler object.</returns>
</member>
<member name="T:System.Configuration.IConfigurationSystem">
<summary>Provides standard configuration methods.</summary>
</member>
<member name="M:System.Configuration.IConfigurationSystem.GetConfig(System.String)">
<summary>Gets the specified configuration.</summary>
<param name="configKey">The configuration key.</param>
<returns>The object representing the configuration.</returns>
</member>
<member name="M:System.Configuration.IConfigurationSystem.Init">
<summary>Used for initialization.</summary>
</member>
<member name="T:System.Configuration.IdnElement">
<summary>Provides the configuration setting for International Domain Name (IDN) processing in the <see cref="T:System.Uri"></see> class.</summary>
</member>
<member name="M:System.Configuration.IdnElement.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.IdnElement"></see> class.</summary>
</member>
<member name="P:System.Configuration.IdnElement.Enabled">
<summary>Gets or sets the value of the <see cref="T:System.Configuration.IdnElement"></see> configuration setting.</summary>
<returns>A <see cref="T:System.UriIdnScope"></see> that contains the current configuration setting for IDN processing.</returns>
</member>
<member name="T:System.Configuration.IgnoreSection">
<summary>Provides a wrapper type definition for configuration sections that are not handled by the <see cref="N:System.Configuration"></see> types.</summary>
</member>
<member name="M:System.Configuration.IgnoreSection.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.IgnoreSection"></see> class.</summary>
</member>
<member name="T:System.Configuration.IgnoreSectionHandler">
<summary>Provides a legacy section-handler definition for configuration sections that are not handled by the <see cref="N:System.Configuration"></see> types.</summary>
</member>
<member name="M:System.Configuration.IgnoreSectionHandler.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.IgnoreSectionHandler"></see> class.</summary>
</member>
<member name="M:System.Configuration.IgnoreSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)">
<summary>Creates a new configuration handler and adds the specified configuration object to the section-handler collection.</summary>
<param name="parent">The configuration settings in a corresponding parent configuration section.</param>
<param name="configContext">The virtual path for which the configuration section handler computes configuration values. Normally this parameter is reserved and is null.</param>
<param name="section">An <see cref="T:System.Xml.XmlNode"></see> that contains the configuration information to be handled. Provides direct access to the XML contents of the configuration section.</param>
<returns>The created configuration handler object.</returns>
</member>
<member name="T:System.Configuration.InfiniteIntConverter">
<summary>Converts between a string and the standard infinite or integer value.</summary>
</member>
<member name="M:System.Configuration.InfiniteIntConverter.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.InfiniteIntConverter"></see> class.</summary>
</member>
<member name="M:System.Configuration.InfiniteIntConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<summary>Converts a <see cref="T:System.String"></see> to an <see cref="T:System.Int32"></see>.</summary>
<param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
<param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
<param name="data">The <see cref="T:System.String"></see> object to convert.</param>
<returns>The <see cref="F:System.Int32.MaxValue"></see>, if the <paramref name="data">data</paramref> parameter is the <see cref="T:System.String"></see> &quot;infinite&quot;; otherwise, the <see cref="T:System.Int32"></see> representing the <paramref name="data">data</paramref> parameter integer value.</returns>
</member>
<member name="M:System.Configuration.InfiniteIntConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
<summary>Converts an <see cref="T:System.Int32"></see>.to a <see cref="T:System.String"></see>.</summary>
<param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
<param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
<param name="value">The value to convert to.</param>
<param name="type">The type to convert to.</param>
<returns>The <see cref="T:System.String"></see> &quot;infinite&quot; if the <paramref name="value">value</paramref> is <see cref="F:System.Int32.MaxValue"></see>; otherwise, the <see cref="T:System.String"></see> representing the <paramref name="value">value</paramref> parameter.</returns>
</member>
<member name="T:System.Configuration.InfiniteTimeSpanConverter">
<summary>Converts between a string and the standard infinite <see cref="T:System.TimeSpan"></see> value.</summary>
</member>
<member name="M:System.Configuration.InfiniteTimeSpanConverter.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.InfiniteTimeSpanConverter"></see> class.</summary>
</member>
<member name="M:System.Configuration.InfiniteTimeSpanConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<summary>Converts a <see cref="T:System.String"></see> to a <see cref="T:System.TimeSpan"></see>.</summary>
<param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
<param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
<param name="data">The <see cref="T:System.String"></see> object to convert.</param>
<returns>The <see cref="F:System.TimeSpan.MaxValue"></see>, if the <paramref name="data">data</paramref> parameter is the <see cref="T:System.String"></see> infinite; otherwise, the <see cref="T:System.TimeSpan"></see> representing the <paramref name="data">data</paramref> parameter in minutes.</returns>
</member>
<member name="M:System.Configuration.InfiniteTimeSpanConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
<summary>Converts a <see cref="T:System.TimeSpan"></see> to a <see cref="T:System.String"></see>.</summary>
<param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
<param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> used during object conversion.</param>
<param name="value">The value to convert.</param>
<param name="type">The conversion type.</param>
<returns>The <see cref="T:System.String"></see> &quot;infinite&quot;, if the <paramref name="value">value</paramref> parameter is <see cref="F:System.TimeSpan.MaxValue"></see>; otherwise, the <see cref="T:System.String"></see> representing the <paramref name="value">value</paramref> parameter in minutes.</returns>
</member>
<member name="T:System.Configuration.IntegerValidator">
<summary>Provides validation of an <see cref="T:System.Int32"></see> value.</summary>
</member>
<member name="M:System.Configuration.IntegerValidator.#ctor(System.Int32,System.Int32)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.IntegerValidator"></see> class.</summary>
<param name="minValue">An <see cref="T:System.Int32"></see> object that specifies the minimum value.</param>
<param name="maxValue">An <see cref="T:System.Int32"></see> object that specifies the maximum value.</param>
</member>
<member name="M:System.Configuration.IntegerValidator.#ctor(System.Int32,System.Int32,System.Boolean)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.IntegerValidator"></see> class.</summary>
<param name="minValue">An <see cref="T:System.Int32"></see> object that specifies the minimum value.</param>
<param name="maxValue">An <see cref="T:System.Int32"></see> object that specifies the maximum value.</param>
<param name="rangeIsExclusive">true to specify that the validation range is exclusive. Inclusive means the value to be validated must be within the specified range; exclusive means that it must be below the minimum or above the maximum.</param>
</member>
<member name="M:System.Configuration.IntegerValidator.#ctor(System.Int32,System.Int32,System.Boolean,System.Int32)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.IntegerValidator"></see> class.</summary>
<param name="minValue">An <see cref="T:System.Int32"></see> object that specifies the minimum length of the integer value.</param>
<param name="maxValue">An <see cref="T:System.Int32"></see> object that specifies the maximum length of the integer value.</param>
<param name="rangeIsExclusive">A <see cref="T:System.Boolean"></see> value that specifies whether the validation range is exclusive.</param>
<param name="resolution">An <see cref="T:System.Int32"></see> object that specifies a value that must be matched.</param>
<exception cref="T:System.ArgumentOutOfRangeException"><paramref name="resolution">resolution</paramref> is less than 0. - or - <paramref name="minValue">minValue</paramref> is greater than <paramref name="maxValue">maxValue</paramref>.</exception>
</member>
<member name="M:System.Configuration.IntegerValidator.CanValidate(System.Type)">
<summary>Determines whether the type of the object can be validated.</summary>
<param name="type">The type of the object.</param>
<returns>true if the <paramref name="type">type</paramref> parameter matches an <see cref="T:System.Int32"></see> value; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.IntegerValidator.Validate(System.Object)">
<summary>Determines whether the value of an object is valid.</summary>
<param name="value">The value to be validated.</param>
</member>
<member name="T:System.Configuration.IntegerValidatorAttribute">
<summary>Declaratively instructs the .NET Framework to perform integer validation on a configuration property. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.IntegerValidatorAttribute.#ctor">
<summary>Creates a new instance of the <see cref="T:System.Configuration.IntegerValidatorAttribute"></see> class.</summary>
</member>
<member name="P:System.Configuration.IntegerValidatorAttribute.ExcludeRange">
<summary>Gets or sets a value that indicates whether to include or exclude the integers in the range defined by the <see cref="P:System.Configuration.IntegerValidatorAttribute.MinValue"></see> and <see cref="P:System.Configuration.IntegerValidatorAttribute.MaxValue"></see> property values.</summary>
<returns>true if the value must be excluded; otherwise, false. The default is false.</returns>
</member>
<member name="P:System.Configuration.IntegerValidatorAttribute.MaxValue">
<summary>Gets or sets the maximum value allowed for the property.</summary>
<returns>An integer that indicates the allowed maximum value.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">The selected value is less than <see cref="P:System.Configuration.IntegerValidatorAttribute.MinValue"></see>.</exception>
</member>
<member name="P:System.Configuration.IntegerValidatorAttribute.MinValue">
<summary>Gets or sets the minimum value allowed for the property.</summary>
<returns>An integer that indicates the allowed minimum value.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">The selected value is greater than <see cref="P:System.Configuration.IntegerValidatorAttribute.MaxValue"></see>.</exception>
</member>
<member name="P:System.Configuration.IntegerValidatorAttribute.ValidatorInstance">
<summary>Gets an instance of the <see cref="T:System.Configuration.IntegerValidator"></see> class.</summary>
<returns>The <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> validator instance.</returns>
</member>
<member name="T:System.Configuration.Internal.DelegatingConfigHost">
<summary>Delegates all members of the <see cref="T:System.Configuration.Internal.IInternalConfigHost"></see> interface to another instance of a host.</summary>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.Internal.DelegatingConfigHost"></see> class.</summary>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.CreateConfigurationContext(System.String,System.String)">
<summary>Creates a new configuration context.</summary>
<param name="configPath">A string representing the path to a configuration file.</param>
<param name="locationSubPath">A string representing a location subpath.</param>
<returns>A <see cref="T:System.Object"></see> representing a new configuration context.</returns>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.CreateDeprecatedConfigContext(System.String)">
<summary>Creates a deprecated configuration context.</summary>
<param name="configPath">A string representing the path to a configuration file.</param>
<returns>A <see cref="T:System.Object"></see> representing a deprecated configuration context.</returns>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.DecryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection)">
<summary>Decrypts an encrypted configuration section.</summary>
<param name="encryptedXml">An encrypted section of a configuration file.</param>
<param name="protectionProvider">A <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> object.</param>
<param name="protectedConfigSection"></param>
<returns>A string representing a decrypted configuration section.</returns>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.DeleteStream(System.String)">
<summary>Deletes the <see cref="T:System.IO.Stream"></see> object performing I/O tasks on a configuration file.</summary>
<param name="streamName">The name of a <see cref="T:System.IO.Stream"></see> object performing I/O tasks on a configuration file.</param>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.EncryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection)">
<summary>Encrypts a section of a configuration object.</summary>
<param name="clearTextXml"></param>
<param name="protectionProvider">A <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> object.</param>
<param name="protectedConfigSection"></param>
<returns>A string representing an encrypted section of the configuration object.</returns>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.GetConfigPathFromLocationSubPath(System.String,System.String)">
<summary>Returns a configuration path based on a location subpath.</summary>
<param name="configPath">A string representing the path to a configuration file.</param>
<param name="locationSubPath"></param>
<returns>A string representing a configuration path.</returns>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.GetConfigType(System.String,System.Boolean)">
<summary>Returns a <see cref="T:System.Type"></see> representing the type of the configuration.</summary>
<param name="typeName">A string representing the configuration type.</param>
<param name="throwOnError">true if an exception should be thrown if an error is encountered; false if an exception should not be thrown if an error is encountered.</param>
<returns>A <see cref="T:System.Type"></see> representing the type of the configuration.</returns>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.GetConfigTypeName(System.Type)">
<summary>Returns a string representing the type name of the configuration object.</summary>
<param name="t">A <see cref="T:System.Type"></see> object.</param>
<returns>A string representing the type name of the configuration object.</returns>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.GetStreamName(System.String)">
<summary>Returns the name of a <see cref="T:System.IO.Stream"></see> object performing I/O tasks on a configuration file.</summary>
<param name="configPath">A string representing the path to a configuration file.</param>
<returns>A string representing the name of a <see cref="T:System.IO.Stream"></see> object performing I/O tasks on a configuration file.</returns>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.GetStreamNameForConfigSource(System.String,System.String)">
<summary>Returns the name of a <see cref="T:System.IO.Stream"></see> object performing I/O tasks on a configuration source.</summary>
<param name="streamName">The name of a <see cref="T:System.IO.Stream"></see> object performing I/O tasks on a configuration file.</param>
<param name="configSource">A string representing the configuration source.</param>
<returns>A string representing the name of a <see cref="T:System.IO.Stream"></see> object performing I/O tasks on a configuration source.</returns>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.GetStreamVersion(System.String)">
<summary>Returns a <see cref="P:System.Diagnostics.FileVersionInfo.FileVersion"></see> object representing the version of a <see cref="T:System.IO.Stream"></see> object performing I/O tasks on a configuration file.</summary>
<param name="streamName">The name of a <see cref="T:System.IO.Stream"></see> object performing I/O tasks on a configuration file.</param>
<returns>A <see cref="P:System.Diagnostics.FileVersionInfo.FileVersion"></see> object representing the version of a <see cref="T:System.IO.Stream"></see> object performing I/O tasks on a configuration file.</returns>
</member>
<member name="P:System.Configuration.Internal.DelegatingConfigHost.Host">
<summary>Gets or sets the <see cref="T:System.Configuration.Internal.IInternalConfigHost"></see> object.</summary>
<returns>A <see cref="T:System.Configuration.Internal.IInternalConfigHost"></see> object.</returns>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.Impersonate">
<summary>Instructs the host to impersonate and returns an <see cref="T:System.IDisposable"></see> object required internally by the .NET Framework.</summary>
<returns>An <see cref="T:System.IDisposable"></see> value.</returns>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.Init(System.Configuration.Internal.IInternalConfigRoot,System.Object[])">
<summary>Initializes the configuration host.</summary>
<param name="configRoot"></param>
<param name="hostInitParams">A parameter object containing the values used for initializing the configuration host.</param>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.InitForConfiguration(System.String@,System.String@,System.String@,System.Configuration.Internal.IInternalConfigRoot,System.Object[])">
<summary>Initializes the host for configuration.</summary>
<param name="locationSubPath">A string representing a location subpath (passed by reference).</param>
<param name="configPath">A string representing the path to a configuration file.</param>
<param name="locationConfigPath">The location configuration path.</param>
<param name="configRoot"></param>
<param name="hostInitConfigurationParams">A parameter object representing the parameters used to initialize the host.</param>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.IsAboveApplication(System.String)">
<summary>Returns a value indicating whether the configuration is above the application configuration in the configuration hierarchy.</summary>
<param name="configPath">A string representing the path to a configuration file.</param>
<returns>true if the configuration is above the application configuration in the configuration hierarchy; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.IsConfigRecordRequired(System.String)">
<summary>Returns a value indicating whether a configuration record is required for the host configuration initialization.</summary>
<param name="configPath">A string representing the path to a configuration file.</param>
<returns>true if a configuration record is required for the host configuration initialization; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.IsDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition)">
<summary>Restricts or allows definitions in the host configuration.</summary>
<param name="configPath">A string representing the path to a configuration file.</param>
<param name="allowDefinition">The <see cref="T:System.Configuration.ConfigurationAllowDefinition"></see> object.</param>
<param name="allowExeDefinition">The <see cref="T:System.Configuration.ConfigurationAllowExeDefinition"></see> object.</param>
<returns>true if the grant or restriction of definitions in the host configuration was successful; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.IsFile(System.String)">
<summary>Returns a value indicating whether the file path used by a <see cref="T:System.IO.Stream"></see> object to read a configuration file is a valid path.</summary>
<param name="streamName">The name of a <see cref="T:System.IO.Stream"></see> object performing I/O tasks on a configuration file.</param>
<returns>true if the path used by a <see cref="T:System.IO.Stream"></see> object to read a configuration file is a valid path; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord)">
<summary>Returns a value indicating whether a configuration section requires a fully trusted code access security level and does not allow the <see cref="T:System.Security.AllowPartiallyTrustedCallersAttribute"></see> attribute to disable implicit link demands.</summary>
<param name="configRecord">The <see cref="T:System.Configuration.Internal.IInternalConfigRecord"></see> object.</param>
<returns>true if the configuration section requires a fully trusted code access security level and does not allow the <see cref="T:System.Security.AllowPartiallyTrustedCallersAttribute"></see> attribute to disable implicit link demands; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord)">
<summary>Returns a value indicating whether the initialization of a configuration object is considered delayed.</summary>
<param name="configRecord">The <see cref="T:System.Configuration.Internal.IInternalConfigRecord"></see> object.</param>
<returns>true if the initialization of a configuration object is considered delayed; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.IsLocationApplicable(System.String)">
<summary>Returns a value indicating whether the configuration object supports a location tag.</summary>
<param name="configPath">A string representing the path to a configuration file.</param>
<returns>true if the configuration object supports a location tag; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.Internal.DelegatingConfigHost.IsRemote">
<summary>Gets a value indicating whether the configuration is remote.</summary>
<returns>true if the configuration is remote; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.IsSecondaryRoot(System.String)">
<summary>Returns a value indicating whether a configuration path is to a configuration node whose contents should be treated as a root.</summary>
<param name="configPath">A string representing the path to a configuration file.</param>
<returns>true if the configuration path is to a configuration node whose contents should be treated as a root; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.IsTrustedConfigPath(System.String)">
<summary>Returns a value indicating whether the configuration path is trusted.</summary>
<param name="configPath">A string representing the path to a configuration file.</param>
<returns>true if the configuration path is trusted; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.OpenStreamForRead(System.String)">
<summary>Opens a <see cref="T:System.IO.Stream"></see> object to read a configuration file.</summary>
<param name="streamName">The name of a <see cref="T:System.IO.Stream"></see> object performing I/O tasks on a configuration file.</param>
<returns>Returns the <see cref="T:System.IO.Stream"></see> object specified by <paramref name="streamName">streamName</paramref>.</returns>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.OpenStreamForRead(System.String,System.Boolean)">
<summary>Opens a <see cref="T:System.IO.Stream"></see> object to read a configuration file.</summary>
<param name="streamName">The name of a <see cref="T:System.IO.Stream"></see> object performing I/O tasks on a configuration file.</param>
<param name="assertPermissions">true to assert permissions; otherwise, false.</param>
<returns>Returns the <see cref="T:System.IO.Stream"></see> object specified by <paramref name="streamName">streamName</paramref>.</returns>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.OpenStreamForWrite(System.String,System.String,System.Object@)">
<summary>Opens a <see cref="T:System.IO.Stream"></see> object for writing to a configuration file or for writing to a temporary file used to build a configuration file. Allows a <see cref="T:System.IO.Stream"></see> object to be designated as a template for copying file attributes.</summary>
<param name="streamName">The name of a <see cref="T:System.IO.Stream"></see> object performing I/O tasks on a configuration file.</param>
<param name="templateStreamName">The name of a <see cref="T:System.IO.Stream"></see> object from which file attributes are to be copied as a template.</param>
<param name="writeContext">The write context of the <see cref="T:System.IO.Stream"></see> object (passed by reference).</param>
<returns>A <see cref="T:System.IO.Stream"></see> object.</returns>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.OpenStreamForWrite(System.String,System.String,System.Object@,System.Boolean)">
<summary>Opens a <see cref="T:System.IO.Stream"></see> object for writing to a configuration file. Allows a <see cref="T:System.IO.Stream"></see> object to be designated as a template for copying file attributes.</summary>
<param name="streamName">The name of a <see cref="T:System.IO.Stream"></see> object performing I/O tasks on a configuration file.</param>
<param name="templateStreamName">The name of a <see cref="T:System.IO.Stream"></see> object from which file attributes are to be copied as a template.</param>
<param name="writeContext">The write context of the <see cref="T:System.IO.Stream"></see> object performing I/O tasks on the configuration file (passed by reference).</param>
<param name="assertPermissions">true to assert permissions; otherwise, false.</param>
<returns>Returns the <see cref="T:System.IO.Stream"></see> object specified by the <paramref name="streamName">streamName</paramref> parameter.</returns>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.PrefetchAll(System.String,System.String)">
<summary>Returns a value indicating whether the entire configuration file could be read by a designated <see cref="T:System.IO.Stream"></see> object.</summary>
<param name="configPath">A string representing the path to a configuration file.</param>
<param name="streamName">The name of a <see cref="T:System.IO.Stream"></see> object performing I/O tasks on a configuration file.</param>
<returns>true if the entire configuration file could be read by the <see cref="T:System.IO.Stream"></see> object designated by <paramref name="streamName">streamName</paramref>; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.PrefetchSection(System.String,System.String)">
<summary>Instructs the <see cref="T:System.Configuration.Internal.IInternalConfigHost"></see> object to read a designated section of its associated configuration file.</summary>
<param name="sectionGroupName">A string representing the name of a section group in the configuration file.</param>
<param name="sectionName">A string representing the name of a section in the configuration file.</param>
<returns>true if a section of the configuration file designated by the <paramref name="sectionGroupName">sectionGroupName</paramref> and <paramref name="sectionName">sectionName</paramref> parameters can be read by a <see cref="T:System.IO.Stream"></see> object; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord)">
<summary>Indicates that a new configuration record requires a complete initialization.</summary>
<param name="configRecord">An <see cref="T:System.Configuration.Internal.IInternalConfigRecord"></see> object.</param>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.StartMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback)">
<summary>Instructs the host to monitor an associated <see cref="T:System.IO.Stream"></see> object for changes in a configuration file.</summary>
<param name="streamName">The name of a <see cref="T:System.IO.Stream"></see> object performing I/O tasks on a configuration file.</param>
<param name="callback">A <see cref="T:System.Configuration.Internal.StreamChangeCallback"></see> object to receive the returned data representing the changes in the configuration file.</param>
<returns>An <see cref="T:System.Object"></see> instance containing changed configuration settings.</returns>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.StopMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback)">
<summary>Instructs the host object to stop monitoring an associated <see cref="T:System.IO.Stream"></see> object for changes in a configuration file.</summary>
<param name="streamName">The name of a <see cref="T:System.IO.Stream"></see> object performing I/O tasks on a configuration file.</param>
<param name="callback">A <see cref="T:System.Configuration.Internal.StreamChangeCallback"></see> object.</param>
</member>
<member name="P:System.Configuration.Internal.DelegatingConfigHost.SupportsChangeNotifications">
<summary>Gets a value indicating whether the host configuration supports change notifications.</summary>
<returns>true if the host supports change notifications; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.Internal.DelegatingConfigHost.SupportsLocation">
<summary>Gets a value indicating whether the host configuration supports location tags.</summary>
<returns>true if the host supports location tags; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.Internal.DelegatingConfigHost.SupportsPath">
<summary>Gets a value indicating whether the host configuration has path support.</summary>
<returns>true if the host configuration has path support; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.Internal.DelegatingConfigHost.SupportsRefresh">
<summary>Gets a value indicating whether the host configuration supports refresh.</summary>
<returns>true if the host configuration supports refresh; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.VerifyDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo)">
<summary>Verifies that a configuration definition is allowed for a configuration record.</summary>
<param name="configPath">A string representing the path to a configuration file.</param>
<param name="allowDefinition">An <see cref="P:System.Configuration.SectionInformation.AllowDefinition"></see> object.</param>
<param name="allowExeDefinition">A <see cref="T:System.Configuration.ConfigurationAllowExeDefinition"></see> object</param>
<param name="errorInfo">An <see cref="T:System.Configuration.Internal.IConfigErrorInfo"></see> object.</param>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.WriteCompleted(System.String,System.Boolean,System.Object)">
<summary>Indicates that all writing to the configuration file has completed.</summary>
<param name="streamName">The name of a <see cref="T:System.IO.Stream"></see> object performing I/O tasks on a configuration file.</param>
<param name="success">true if writing to the configuration file completed successfully; otherwise, false.</param>
<param name="writeContext">The write context of the <see cref="T:System.IO.Stream"></see> object performing I/O tasks on the configuration file.</param>
</member>
<member name="M:System.Configuration.Internal.DelegatingConfigHost.WriteCompleted(System.String,System.Boolean,System.Object,System.Boolean)">
<summary>Indicates that all writing to the configuration file has completed and specifies whether permissions should be asserted.</summary>
<param name="streamName">The name of a <see cref="T:System.IO.Stream"></see> object performing I/O tasks on a configuration file.</param>
<param name="success">true to indicate that writing was completed successfully; otherwise, false.</param>
<param name="writeContext">The write context of the <see cref="T:System.IO.Stream"></see> object performing I/O tasks on the configuration file.</param>
<param name="assertPermissions">true to assert permissions; otherwise, false.</param>
</member>
<member name="T:System.Configuration.Internal.IConfigErrorInfo">
<summary>Defines an interface used by the .NET Framework to support creating error configuration records.</summary>
</member>
<member name="P:System.Configuration.Internal.IConfigErrorInfo.Filename">
<summary>Gets a string specifying the file name related to the configuration details.</summary>
<returns>A string specifying a filename.</returns>
</member>
<member name="P:System.Configuration.Internal.IConfigErrorInfo.LineNumber">
<summary>Gets an integer specifying the line number related to the configuration details.</summary>
<returns>An integer specifying a line number.</returns>
</member>
<member name="T:System.Configuration.Internal.IConfigSystem">
<summary>Defines an interface used by the .NET Framework to support the initialization of configuration properties.</summary>
</member>
<member name="P:System.Configuration.Internal.IConfigSystem.Host">
<summary>Gets the configuration host.</summary>
<returns>An <see cref="T:System.Configuration.Internal.IInternalConfigHost"></see> object that is used by the .NET Framework to initialize application configuration properties.</returns>
</member>
<member name="M:System.Configuration.Internal.IConfigSystem.Init(System.Type,System.Object[])">
<summary>Initializes a configuration object.</summary>
<param name="typeConfigHost">The type of configuration host.</param>
<param name="hostInitParams">An array of configuration host parameters.</param>
</member>
<member name="P:System.Configuration.Internal.IConfigSystem.Root">
<summary>Gets the root of the configuration hierarchy.</summary>
<returns>An <see cref="T:System.Configuration.Internal.IInternalConfigRoot"></see> object.</returns>
</member>
<member name="T:System.Configuration.Internal.IConfigurationManagerHelper">
<summary>Defines an interface used by the .NET Framework to support configuration management.</summary>
</member>
<member name="M:System.Configuration.Internal.IConfigurationManagerHelper.EnsureNetConfigLoaded">
<summary>Ensures that the networking configuration is loaded.</summary>
</member>
<member name="T:System.UriIdnScope">
<summary>Provides the possible values for the configuration setting of the <see cref="T:System.Configuration.IdnElement"></see> in the <see cref="N:System.Configuration"></see> namespace.</summary>
</member>
<member name="F:System.UriIdnScope.All">
<summary>This value will convert any Unicode domain names to their Punycode equivalents (IDN names).</summary>
<returns></returns>
</member>
<member name="F:System.UriIdnScope.AllExceptIntranet">
<summary>This value will convert all external Unicode domain names to use the Punycode equivalents (IDN names). In this case to handle international names on the local Intranet, the DNS servers that are used for the Intranet should support Unicode names.</summary>
<returns></returns>
</member>
<member name="F:System.UriIdnScope.None">
<summary>This value will not convert any Unicode domain names to use Punycode. This is the default value which is consistent with the .NET Framework 2.0 behavior.</summary>
<returns></returns>
</member>
<member name="T:System.Configuration.ProtectedConfigurationProvider">
<summary>Is the base class to create providers for encrypting and decrypting protected-configuration data.</summary>
</member>
<member name="M:System.Configuration.ProtectedConfigurationProvider.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> class using default settings.</summary>
</member>
<member name="M:System.Configuration.ProtectedConfigurationProvider.Decrypt(System.Xml.XmlNode)">
<summary>Decrypts the passed <see cref="T:System.Xml.XmlNode"></see> object from a configuration file.</summary>
<param name="encryptedNode"></param>
<returns>The <see cref="T:System.Xml.XmlNode"></see> object containing decrypted data.</returns>
</member>
<member name="M:System.Configuration.ProtectedConfigurationProvider.Encrypt(System.Xml.XmlNode)">
<summary>Encrypts the passed <see cref="T:System.Xml.XmlNode"></see> object from a configuration file.</summary>
<param name="node">The <see cref="T:System.Xml.XmlNode"></see> object to encrypt.</param>
<returns>The <see cref="T:System.Xml.XmlNode"></see> object containing encrypted data.</returns>
</member>
<member name="T:System.Configuration.ProtectedConfigurationProviderCollection">
<summary>Provides a collection of <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> objects.</summary>
</member>
<member name="M:System.Configuration.ProtectedConfigurationProviderCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ProtectedConfigurationProviderCollection"></see> class using default settings.</summary>
</member>
<member name="M:System.Configuration.ProtectedConfigurationProviderCollection.Add(System.Configuration.Provider.ProviderBase)">
<summary>Adds a <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> object to the collection.</summary>
<param name="provider">A <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> object to add to the collection.</param>
<exception cref="T:System.ArgumentNullException"><paramref name="provider">provider</paramref> is null.</exception>
<exception cref="T:System.ArgumentException"><paramref name="provider">provider</paramref> is not a <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> object.</exception>
<exception cref="T:System.Configuration.ConfigurationException">The <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> object to add already exists in the collection. - or - The collection is read-only.</exception>
</member>
<member name="P:System.Configuration.ProtectedConfigurationProviderCollection.Item(System.String)">
<summary>Gets a <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> object in the collection with the specified name.</summary>
<param name="name">The name of a <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> object in the collection.</param>
<returns>The <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> object with the specified name, or null if there is no object with that name.</returns>
</member>
<member name="T:System.Configuration.ProtectedConfigurationSection">
<summary>Provides programmatic access to the configProtectedData configuration section. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.ProtectedConfigurationSection.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ProtectedConfigurationSection"></see> class using default settings.</summary>
</member>
<member name="P:System.Configuration.ProtectedConfigurationSection.DefaultProvider">
<summary>Gets or sets the name of the default <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> object in the <see cref="P:System.Configuration.ProtectedConfigurationSection.Providers"></see> collection property.</summary>
<returns>The name of the default <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> object in the <see cref="P:System.Configuration.ProtectedConfigurationSection.Providers"></see> collection property.</returns>
</member>
<member name="P:System.Configuration.ProtectedConfigurationSection.Providers">
<summary>Gets a <see cref="T:System.Configuration.ProviderSettingsCollection"></see> collection of all the <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> objects in all participating configuration files.</summary>
<returns>A <see cref="T:System.Configuration.ProviderSettingsCollection"></see> collection of all the <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> objects in all participating configuration files.</returns>
</member>
<member name="T:System.Configuration.ProtectedProviderSettings">
<summary>Represents a group of configuration elements that configure the providers for the &lt;configProtectedData&gt; configuration section.</summary>
</member>
<member name="M:System.Configuration.ProtectedProviderSettings.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ProtectedProviderSettings"></see> class.</summary>
</member>
<member name="P:System.Configuration.ProtectedProviderSettings.Properties">
<summary>Gets a <see cref="T:System.Configuration.ConfigurationPropertyCollection"></see> collection that represents the properties of the providers for the protected configuration data.</summary>
<returns>A <see cref="T:System.Configuration.ConfigurationPropertyCollection"></see> that represents the properties of the providers for the protected configuration data.</returns>
</member>
<member name="P:System.Configuration.ProtectedProviderSettings.Providers">
<summary>Gets a collection of <see cref="T:System.Configuration.ProviderSettings"></see> objects that represent the properties of the providers for the protected configuration data.</summary>
<returns>A collection of <see cref="T:System.Configuration.ProviderSettings"></see> objects that represent the properties of the providers for the protected configuration data.</returns>
</member>
<member name="T:System.Configuration.Provider.ProviderBase">
<summary>Provides a base implementation for the extensible provider model.</summary>
</member>
<member name="M:System.Configuration.Provider.ProviderBase.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.Provider.ProviderBase"></see> class.</summary>
</member>
<member name="P:System.Configuration.Provider.ProviderBase.Description">
<summary>Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs).</summary>
<returns>A brief, friendly description suitable for display in administrative tools or other UIs.</returns>
</member>
<member name="M:System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
<summary>Initializes the configuration builder.</summary>
<param name="name">The friendly name of the provider.</param>
<param name="config">A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.</param>
<exception cref="T:System.ArgumentNullException">The name of the provider is null.</exception>
<exception cref="T:System.ArgumentException">The name of the provider has a length of zero.</exception>
<exception cref="T:System.InvalidOperationException">An attempt is made to call <see cref="M:System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"></see> on a provider after the provider has already been initialized.</exception>
</member>
<member name="P:System.Configuration.Provider.ProviderBase.Name">
<summary>Gets the friendly name used to refer to the provider during configuration.</summary>
<returns>The friendly name used to refer to the provider during configuration.</returns>
</member>
<member name="T:System.Configuration.Provider.ProviderCollection">
<summary>Represents a collection of provider objects that inherit from <see cref="T:System.Configuration.Provider.ProviderBase"></see>.</summary>
</member>
<member name="M:System.Configuration.Provider.ProviderCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.Provider.ProviderCollection"></see> class.</summary>
</member>
<member name="M:System.Configuration.Provider.ProviderCollection.Add(System.Configuration.Provider.ProviderBase)">
<summary>Adds a provider to the collection.</summary>
<param name="provider">The provider to be added.</param>
<exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
<exception cref="T:System.ArgumentNullException"><paramref name="provider">provider</paramref> is null.</exception>
<exception cref="T:System.ArgumentException">The <see cref="P:System.Configuration.Provider.ProviderBase.Name"></see> of <paramref name="provider">provider</paramref> is null. - or - The length of the <see cref="P:System.Configuration.Provider.ProviderBase.Name"></see> of <paramref name="provider">provider</paramref> is less than 1.</exception>
</member>
<member name="M:System.Configuration.Provider.ProviderCollection.Clear">
<summary>Removes all items from the collection.</summary>
<exception cref="T:System.NotSupportedException">The collection is set to read-only.</exception>
</member>
<member name="M:System.Configuration.Provider.ProviderCollection.CopyTo(System.Configuration.Provider.ProviderBase[],System.Int32)">
<summary>Copies the contents of the collection to the given array starting at the specified index.</summary>
<param name="array">The array to copy the elements of the collection to.</param>
<param name="index">The index of the collection item at which to start the copying process.</param>
</member>
<member name="P:System.Configuration.Provider.ProviderCollection.Count">
<summary>Gets the number of providers in the collection.</summary>
<returns>The number of providers in the collection.</returns>
</member>
<member name="M:System.Configuration.Provider.ProviderCollection.GetEnumerator">
<summary>Returns an object that implements the <see cref="T:System.Collections.IEnumerator"></see> interface to iterate through the collection.</summary>
<returns>An object that implements <see cref="T:System.Collections.IEnumerator"></see> to iterate through the collection.</returns>
</member>
<member name="P:System.Configuration.Provider.ProviderCollection.IsSynchronized">
<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
<returns>false in all cases.</returns>
</member>
<member name="P:System.Configuration.Provider.ProviderCollection.Item(System.String)">
<summary>Gets the provider with the specified name.</summary>
<param name="name">The key by which the provider is identified.</param>
<returns>The provider with the specified name.</returns>
</member>
<member name="M:System.Configuration.Provider.ProviderCollection.Remove(System.String)">
<summary>Removes a provider from the collection.</summary>
<param name="name">The name of the provider to be removed.</param>
<exception cref="T:System.NotSupportedException">The collection has been set to read-only.</exception>
</member>
<member name="M:System.Configuration.Provider.ProviderCollection.SetReadOnly">
<summary>Sets the collection to be read-only.</summary>
</member>
<member name="P:System.Configuration.Provider.ProviderCollection.SyncRoot">
<summary>Gets the current object.</summary>
<returns>The current object.</returns>
</member>
<member name="M:System.Configuration.Provider.ProviderCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
<summary>Copies the elements of the <see cref="T:System.Configuration.Provider.ProviderCollection"></see> to an array, starting at a particular array index.</summary>
<param name="array">The array to copy the elements of the collection to.</param>
<param name="index">The index of the array at which to start copying provider instances from the collection.</param>
</member>
<member name="T:System.Configuration.Provider.ProviderException">
<summary>The exception that is thrown when a configuration provider error has occurred. This exception class is also used by providers to throw exceptions when internal errors occur within the provider that do not map to other pre-existing exception classes.</summary>
</member>
<member name="M:System.Configuration.Provider.ProviderException.#ctor">
<summary>Creates a new instance of the <see cref="T:System.Configuration.Provider.ProviderException"></see> class.</summary>
</member>
<member name="M:System.Configuration.Provider.ProviderException.#ctor(System.String)">
<summary>Creates a new instance of the <see cref="T:System.Configuration.Provider.ProviderException"></see> class.</summary>
<param name="message">A message describing why this <see cref="T:System.Configuration.Provider.ProviderException"></see> was thrown.</param>
</member>
<member name="M:System.Configuration.Provider.ProviderException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Creates a new instance of the <see cref="T:System.Configuration.Provider.ProviderException"></see> class.</summary>
<param name="info">The object that holds the information to deserialize.</param>
<param name="context">Contextual information about the source or destination.</param>
</member>
<member name="M:System.Configuration.Provider.ProviderException.#ctor(System.String,System.Exception)">
<summary>Creates a new instance of the <see cref="T:System.Configuration.Provider.ProviderException"></see> class.</summary>
<param name="message">A message describing why this <see cref="T:System.Configuration.Provider.ProviderException"></see> was thrown.</param>
<param name="innerException">The exception that caused this <see cref="T:System.Configuration.Provider.ProviderException"></see> to be thrown.</param>
</member>
<member name="T:System.Configuration.ProviderSettings">
<summary>Represents the configuration elements associated with a provider.</summary>
</member>
<member name="M:System.Configuration.ProviderSettings.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ProviderSettings"></see> class.</summary>
</member>
<member name="M:System.Configuration.ProviderSettings.#ctor(System.String,System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ProviderSettings"></see> class.</summary>
<param name="name">The name of the provider to configure settings for.</param>
<param name="type">The type of the provider to configure settings for.</param>
</member>
<member name="P:System.Configuration.ProviderSettings.Name">
<summary>Gets or sets the name of the provider configured by this class.</summary>
<returns>The name of the provider.</returns>
</member>
<member name="P:System.Configuration.ProviderSettings.Parameters">
<summary>Gets a collection of user-defined parameters for the provider.</summary>
<returns>A <see cref="T:System.Collections.Specialized.NameValueCollection"></see> of parameters for the provider.</returns>
</member>
<member name="P:System.Configuration.ProviderSettings.Type">
<summary>Gets or sets the type of the provider configured by this class.</summary>
<returns>The fully qualified namespace and class name for the type of provider configured by this <see cref="T:System.Configuration.ProviderSettings"></see> instance.</returns>
</member>
<member name="T:System.Configuration.ProviderSettingsCollection">
<summary>Represents a collection of <see cref="T:System.Configuration.ProviderSettings"></see> objects.</summary>
</member>
<member name="M:System.Configuration.ProviderSettingsCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ProviderSettingsCollection"></see> class.</summary>
</member>
<member name="M:System.Configuration.ProviderSettingsCollection.Add(System.Configuration.ProviderSettings)">
<summary>Adds a <see cref="T:System.Configuration.ProviderSettings"></see> object to the collection.</summary>
<param name="provider">The <see cref="T:System.Configuration.ProviderSettings"></see> object to add.</param>
</member>
<member name="M:System.Configuration.ProviderSettingsCollection.Clear">
<summary>Clears the collection.</summary>
</member>
<member name="P:System.Configuration.ProviderSettingsCollection.Item(System.Int32)">
<summary>Gets or sets a value at the specified index in the <see cref="T:System.Configuration.ProviderSettingsCollection"></see> collection.</summary>
<param name="index"></param>
<returns>The specified <see cref="T:System.Configuration.ProviderSettings"></see>.</returns>
</member>
<member name="P:System.Configuration.ProviderSettingsCollection.Item(System.String)">
<summary>Gets an item from the collection.</summary>
<param name="key">A string reference to the <see cref="T:System.Configuration.ProviderSettings"></see> object within the collection.</param>
<returns>A <see cref="T:System.Configuration.ProviderSettings"></see> object contained in the collection.</returns>
</member>
<member name="M:System.Configuration.ProviderSettingsCollection.Remove(System.String)">
<summary>Removes an element from the collection.</summary>
<param name="name"></param>
</member>
<member name="T:System.Configuration.RegexStringValidator">
<summary>Provides validation of a string based on the rules provided by a regular expression.</summary>
</member>
<member name="M:System.Configuration.RegexStringValidator.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.RegexStringValidator"></see> class.</summary>
<param name="regex">A string that specifies a regular expression.</param>
<exception cref="T:System.ArgumentException"><paramref name="regex">regex</paramref> is null or an empty string (&quot;&quot;).</exception>
</member>
<member name="M:System.Configuration.RegexStringValidator.CanValidate(System.Type)">
<summary>Determines whether the type of the object can be validated.</summary>
<param name="type">The type of object.</param>
<returns>true if the <paramref name="type">type</paramref> parameter matches a string; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.RegexStringValidator.Validate(System.Object)">
<summary>Determines whether the value of an object is valid.</summary>
<param name="value">The value of an object.</param>
<exception cref="T:System.ArgumentException"><paramref name="value">value</paramref> does not conform to the parameters of the <see cref="T:System.Text.RegularExpressions.Regex"></see> class.</exception>
</member>
<member name="T:System.Configuration.RegexStringValidatorAttribute">
<summary>Declaratively instructs the .NET Framework to perform string validation on a configuration property using a regular expression. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.RegexStringValidatorAttribute.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.RegexStringValidatorAttribute"></see> object.</summary>
<param name="regex">The string to use for regular expression validation.</param>
</member>
<member name="P:System.Configuration.RegexStringValidatorAttribute.Regex">
<summary>Gets the string used to perform regular-expression validation.</summary>
<returns>The string containing the regular expression used to filter the string assigned to the decorated configuration-element property.</returns>
</member>
<member name="P:System.Configuration.RegexStringValidatorAttribute.ValidatorInstance">
<summary>Gets an instance of the <see cref="T:System.Configuration.RegexStringValidator"></see> class.</summary>
<returns>The <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> validator instance.</returns>
</member>
<member name="T:System.Configuration.RsaProtectedConfigurationProvider">
<summary>Provides a <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> instance that uses RSA encryption to encrypt and decrypt configuration data.</summary>
</member>
<member name="M:System.Configuration.RsaProtectedConfigurationProvider.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.RsaProtectedConfigurationProvider"></see> class.</summary>
</member>
<member name="M:System.Configuration.RsaProtectedConfigurationProvider.AddKey(System.Int32,System.Boolean)">
<summary>Adds a key to the RSA key container.</summary>
<param name="keySize">The size of the key to add.</param>
<param name="exportable">true to indicate that the key is exportable; otherwise, false.</param>
</member>
<member name="P:System.Configuration.RsaProtectedConfigurationProvider.CspProviderName">
<summary>Gets the name of the Windows cryptography API (crypto API) cryptographic service provider (CSP).</summary>
<returns>The name of the CryptoAPI cryptographic service provider.</returns>
</member>
<member name="M:System.Configuration.RsaProtectedConfigurationProvider.Decrypt(System.Xml.XmlNode)">
<summary>Decrypts the XML node passed to it.</summary>
<param name="encryptedNode"></param>
<returns>The decrypted XML node.</returns>
</member>
<member name="M:System.Configuration.RsaProtectedConfigurationProvider.DeleteKey">
<summary>Removes a key from the RSA key container.</summary>
</member>
<member name="M:System.Configuration.RsaProtectedConfigurationProvider.Encrypt(System.Xml.XmlNode)">
<summary>Encrypts the XML node passed to it.</summary>
<param name="node">The <see cref="T:System.Xml.XmlNode"></see> to encrypt.</param>
<returns>An encrypted <see cref="T:System.Xml.XmlNode"></see> object.</returns>
</member>
<member name="M:System.Configuration.RsaProtectedConfigurationProvider.ExportKey(System.String,System.Boolean)">
<summary>Exports an RSA key from the key container.</summary>
<param name="xmlFileName">The file name and path to export the key to.</param>
<param name="includePrivateParameters">true to indicate that private parameters are exported; otherwise, false.</param>
<exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="F:System.IO.Path.InvalidPathChars"></see>.</exception>
<exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is null.</exception>
<exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
<exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
<exception cref="T:System.IO.IOException">An error occurred while opening the file.</exception>
<exception cref="T:System.UnauthorizedAccessException"><paramref name="path">path</paramref> specified a file that is read-only. -or- This operation is not supported on the current platform. -or- <paramref name="path">path</paramref> specified a directory. -or- The caller does not have the required permission.</exception>
<exception cref="T:System.IO.FileNotFoundException">The file specified in <paramref name="path">path</paramref> was not found.</exception>
<exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
<exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
</member>
<member name="M:System.Configuration.RsaProtectedConfigurationProvider.ImportKey(System.String,System.Boolean)">
<summary>Imports an RSA key into the key container.</summary>
<param name="xmlFileName">The file name and path to import the key from.</param>
<param name="exportable">true to indicate that the key is exportable; otherwise, false.</param>
<exception cref="T:System.ArgumentException"><paramref name="path">path</paramref> is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="F:System.IO.Path.InvalidPathChars"></see>.</exception>
<exception cref="T:System.ArgumentNullException"><paramref name="path">path</paramref> is null.</exception>
<exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.</exception>
<exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid, such as being on an unmapped drive.</exception>
<exception cref="T:System.IO.IOException">An error occurred while opening the file.</exception>
<exception cref="T:System.UnauthorizedAccessException"><paramref name="path">path</paramref> specified a file that is write-only. -or- This operation is not supported on the current platform. -or- <paramref name="path">path</paramref> specified a directory. -or- The caller does not have the required permission.</exception>
<exception cref="T:System.IO.FileNotFoundException">The file specified in <paramref name="path">path</paramref> was not found.</exception>
<exception cref="T:System.NotSupportedException"><paramref name="path">path</paramref> is in an invalid format.</exception>
</member>
<member name="M:System.Configuration.RsaProtectedConfigurationProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
<summary>Initializes the provider with default settings.</summary>
<param name="name">The provider name to use for the object.</param>
<param name="configurationValues">A <see cref="T:System.Collections.Specialized.NameValueCollection"></see> collection of values to use when initializing the object.</param>
<exception cref="T:System.Configuration.ConfigurationErrorsException"><paramref name="configurationValues">configurationValues</paramref> includes one or more unrecognized values.</exception>
</member>
<member name="P:System.Configuration.RsaProtectedConfigurationProvider.KeyContainerName">
<summary>Gets the name of the key container.</summary>
<returns>The name of the key container.</returns>
</member>
<member name="P:System.Configuration.RsaProtectedConfigurationProvider.RsaPublicKey">
<summary>Gets the public key used by the provider.</summary>
<returns>An <see cref="T:System.Security.Cryptography.RSAParameters"></see> object that contains the public key used by the provider.</returns>
</member>
<member name="P:System.Configuration.RsaProtectedConfigurationProvider.UseFIPS">
<summary>Gets a value indicating whether the provider uses FIPS.</summary>
<returns>true if the provider uses FIPS; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.RsaProtectedConfigurationProvider.UseMachineContainer">
<summary>Gets a value that indicates whether the <see cref="T:System.Configuration.RsaProtectedConfigurationProvider"></see> object is using the machine key container.</summary>
<returns>true if the <see cref="T:System.Configuration.RsaProtectedConfigurationProvider"></see> object is using the machine key container; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.RsaProtectedConfigurationProvider.UseOAEP">
<summary>Gets a value that indicates whether the provider is using Optimal Asymmetric Encryption Padding (OAEP) key exchange data.</summary>
<returns>true if the <see cref="T:System.Configuration.RsaProtectedConfigurationProvider"></see> object is using Optimal Asymmetric Encryption Padding (OAEP) key exchange data; otherwise, false.</returns>
</member>
<member name="T:System.Configuration.SchemeSettingElement">
<summary>Represents an element in a <see cref="T:System.Configuration.SchemeSettingElementCollection"></see> class.</summary>
</member>
<member name="M:System.Configuration.SchemeSettingElement.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SchemeSettingElement"></see> class.</summary>
</member>
<member name="P:System.Configuration.SchemeSettingElement.GenericUriParserOptions">
<summary>Gets the value of the GenericUriParserOptions entry from a <see cref="T:System.Configuration.SchemeSettingElement"></see> instance.</summary>
<returns>The value of GenericUriParserOptions entry.</returns>
</member>
<member name="P:System.Configuration.SchemeSettingElement.Name">
<summary>Gets the value of the Name entry from a <see cref="T:System.Configuration.SchemeSettingElement"></see> instance.</summary>
<returns>The protocol used by this schema setting.</returns>
</member>
<member name="T:System.Configuration.SchemeSettingElementCollection">
<summary>Represents a collection of <see cref="T:System.Configuration.SchemeSettingElement"></see> objects.</summary>
</member>
<member name="M:System.Configuration.SchemeSettingElementCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SchemeSettingElementCollection"></see> class.</summary>
</member>
<member name="P:System.Configuration.SchemeSettingElementCollection.CollectionType">
<summary>Gets the default collection type of <see cref="T:System.Configuration.SchemeSettingElementCollection"></see>.</summary>
<returns>The default collection type of <see cref="T:System.Configuration.SchemeSettingElementCollection"></see>.</returns>
</member>
<member name="M:System.Configuration.SchemeSettingElementCollection.IndexOf(System.Configuration.SchemeSettingElement)">
<summary>The index of the specified <see cref="T:System.Configuration.SchemeSettingElement"></see>.</summary>
<param name="element">The <see cref="T:System.Configuration.SchemeSettingElement"></see> for the specified index location.</param>
<returns>The index of the specified <see cref="T:System.Configuration.SchemeSettingElement"></see>; otherwise, -1.</returns>
</member>
<member name="P:System.Configuration.SchemeSettingElementCollection.Item(System.Int32)">
<summary>Gets an item at the specified index in the <see cref="T:System.Configuration.SchemeSettingElementCollection"></see> collection.</summary>
<param name="index">The index of the <see cref="T:System.Configuration.SchemeSettingElement"></see> to return.</param>
<returns>The specified <see cref="T:System.Configuration.SchemeSettingElement"></see>.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The <paramref name="index">index</paramref> parameter is less than zero. -or- The item specified by the parameter is null or has been removed.</exception>
</member>
<member name="P:System.Configuration.SchemeSettingElementCollection.Item(System.String)">
<summary>Gets an item from the <see cref="T:System.Configuration.SchemeSettingElementCollection"></see> collection.</summary>
<param name="name">A string reference to the <see cref="T:System.Configuration.SchemeSettingElement"></see> object within the collection.</param>
<returns>A <see cref="T:System.Configuration.SchemeSettingElement"></see> object contained in the collection.</returns>
</member>
<member name="T:System.Configuration.SectionInformation">
<summary>Contains metadata about an individual section within the configuration hierarchy. This class cannot be inherited.</summary>
</member>
<member name="P:System.Configuration.SectionInformation.AllowDefinition">
<summary>Gets or sets a value that indicates where in the configuration file hierarchy the associated configuration section can be defined.</summary>
<returns>A value that indicates where in the configuration file hierarchy the associated <see cref="T:System.Configuration.ConfigurationSection"></see> object can be declared.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The selected value conflicts with a value that is already defined.</exception>
</member>
<member name="P:System.Configuration.SectionInformation.AllowExeDefinition">
<summary>Gets or sets a value that indicates where in the configuration file hierarchy the associated configuration section can be declared.</summary>
<returns>A value that indicates where in the configuration file hierarchy the associated <see cref="T:System.Configuration.ConfigurationSection"></see> object can be declared for .exe files.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The selected value conflicts with a value that is already defined.</exception>
</member>
<member name="P:System.Configuration.SectionInformation.AllowLocation">
<summary>Gets or sets a value that indicates whether the configuration section allows the location attribute.</summary>
<returns>true if the location attribute is allowed; otherwise, false. The default is true.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The selected value conflicts with a value that is already defined.</exception>
</member>
<member name="P:System.Configuration.SectionInformation.AllowOverride">
<summary>Gets or sets a value that indicates whether the associated configuration section can be overridden by lower-level configuration files.</summary>
<returns>true if the section can be overridden; otherwise, false. The default is false.</returns>
</member>
<member name="P:System.Configuration.SectionInformation.ConfigSource">
<summary>Gets or sets the name of the include file in which the associated configuration section is defined, if such a file exists.</summary>
<returns>The name of the include file in which the associated <see cref="T:System.Configuration.ConfigurationSection"></see> is defined, if such a file exists; otherwise, an empty string (&quot;&quot;).</returns>
</member>
<member name="M:System.Configuration.SectionInformation.ForceDeclaration">
<summary>Forces the associated configuration section to appear in the configuration file.</summary>
</member>
<member name="M:System.Configuration.SectionInformation.ForceDeclaration(System.Boolean)">
<summary>Forces the associated configuration section to appear in the configuration file, or removes an existing section from the configuration file.</summary>
<param name="force"></param>
<exception cref="T:System.Configuration.ConfigurationErrorsException"><paramref name="require">require</paramref> is true and the associated section cannot be exported to the child configuration file, or it is undeclared.</exception>
</member>
<member name="P:System.Configuration.SectionInformation.ForceSave">
<summary>Gets or sets a value that indicates whether the associated configuration section will be saved even if it has not been modified.</summary>
<returns><p sourcefile="System.Configuration.ConfigurationManager.yml" sourcestartlinenumber="1" sourceendlinenumber="3"><p sourcefile="System.Configuration.ConfigurationManager.yml" sourcestartlinenumber="1" sourceendlinenumber="1"><code>true</code> if the associated <xref href="System.Configuration.ConfigurationSection"></xref> object will be saved even if it has not been modified; otherwise, <code>false</code>. The default is <code>false</code>. </p>
<block subset="none" type="note"><p><br> If the configuration file is saved (even if there are no modifications), ASP.NET restarts the application. </p>
<p sourcefile="System.Configuration.ConfigurationManager.yml" sourcestartlinenumber="5" sourceendlinenumber="5"></block></p>
</returns>
</member>
<member name="M:System.Configuration.SectionInformation.GetParentSection">
<summary>Gets the configuration section that contains the configuration section associated with this object.</summary>
<returns>The configuration section that contains the <see cref="T:System.Configuration.ConfigurationSection"></see> that is associated with this <see cref="T:System.Configuration.SectionInformation"></see> object.</returns>
<exception cref="T:System.InvalidOperationException">The method is invoked from a parent section.</exception>
</member>
<member name="M:System.Configuration.SectionInformation.GetRawXml">
<summary>Returns an XML node object that represents the associated configuration-section object.</summary>
<returns>The XML representation for this configuration section.</returns>
<exception cref="T:System.InvalidOperationException">This configuration object is locked and cannot be edited.</exception>
</member>
<member name="P:System.Configuration.SectionInformation.InheritInChildApplications">
<summary>Gets or sets a value that indicates whether the settings that are specified in the associated configuration section are inherited by applications that reside in a subdirectory of the relevant application.</summary>
<returns>true if the settings specified in this <see cref="T:System.Configuration.ConfigurationSection"></see> object are inherited by child applications; otherwise, false. The default is true.</returns>
</member>
<member name="P:System.Configuration.SectionInformation.IsDeclarationRequired">
<summary>Gets a value that indicates whether the configuration section must be declared in the configuration file.</summary>
<returns>true if the associated <see cref="T:System.Configuration.ConfigurationSection"></see> object must be declared in the configuration file; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.SectionInformation.IsDeclared">
<summary>Gets a value that indicates whether the associated configuration section is declared in the configuration file.</summary>
<returns>true if this <see cref="T:System.Configuration.ConfigurationSection"></see> is declared in the configuration file; otherwise, false. The default is true.</returns>
</member>
<member name="P:System.Configuration.SectionInformation.IsLocked">
<summary>Gets a value that indicates whether the associated configuration section is locked.</summary>
<returns>true if the section is locked; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.SectionInformation.IsProtected">
<summary>Gets a value that indicates whether the associated configuration section is protected.</summary>
<returns>true if this <see cref="T:System.Configuration.ConfigurationSection"></see> is protected; otherwise, false. The default is false.</returns>
</member>
<member name="P:System.Configuration.SectionInformation.Name">
<summary>Gets the name of the associated configuration section.</summary>
<returns>The complete name of the configuration section.</returns>
</member>
<member name="P:System.Configuration.SectionInformation.OverrideMode">
<summary>Gets or sets the <see cref="T:System.Configuration.OverrideMode"></see> enumeration value that specifies whether the associated configuration section can be overridden by child configuration files.</summary>
<returns>One of the <see cref="T:System.Configuration.OverrideMode"></see> enumeration values.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">An attempt was made to change both the <see cref="P:System.Configuration.SectionInformation.AllowOverride"></see> and <see cref="P:System.Configuration.SectionInformation.OverrideMode"></see> properties, which is not supported for compatibility reasons.</exception>
</member>
<member name="P:System.Configuration.SectionInformation.OverrideModeDefault">
<summary>Gets or sets a value that specifies the default override behavior of a configuration section by child configuration files.</summary>
<returns>One of the <see cref="T:System.Configuration.OverrideMode"></see> enumeration values.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The override behavior is specified in a parent configuration section.</exception>
</member>
<member name="P:System.Configuration.SectionInformation.OverrideModeEffective">
<summary>Gets the override behavior of a configuration section that is in turn based on whether child configuration files can lock the configuration section.</summary>
<returns>One of the <see cref="T:System.Configuration.OverrideMode"></see> enumeration values.</returns>
</member>
<member name="P:System.Configuration.SectionInformation.ProtectionProvider">
<summary>Gets the protected configuration provider for the associated configuration section.</summary>
<returns>The protected configuration provider for this <see cref="T:System.Configuration.ConfigurationSection"></see> object.</returns>
</member>
<member name="M:System.Configuration.SectionInformation.ProtectSection(System.String)">
<summary>Marks a configuration section for protection.</summary>
<param name="protectionProvider"></param>
<exception cref="T:System.InvalidOperationException">The <see cref="P:System.Configuration.SectionInformation.AllowLocation"></see> property is set to false. - or - The target section is already a protected data section.</exception>
</member>
<member name="P:System.Configuration.SectionInformation.RequirePermission">
<summary>Gets a value that indicates whether the associated configuration section requires access permissions.</summary>
<returns>true if the requirePermission attribute is set to true; otherwise, false. The default is true.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The selected value conflicts with a value that is already defined.</exception>
</member>
<member name="P:System.Configuration.SectionInformation.RestartOnExternalChanges">
<summary>Gets or sets a value that specifies whether a change in an external configuration include file requires an application restart.</summary>
<returns>true if a change in an external configuration include file requires an application restart; otherwise, false. The default is true.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The selected value conflicts with a value that is already defined.</exception>
</member>
<member name="M:System.Configuration.SectionInformation.RevertToParent">
<summary>Causes the associated configuration section to inherit all its values from the parent section.</summary>
<exception cref="T:System.InvalidOperationException">This method cannot be called outside editing mode.</exception>
</member>
<member name="P:System.Configuration.SectionInformation.SectionName">
<summary>Gets the name of the associated configuration section.</summary>
<returns>The name of the associated <see cref="T:System.Configuration.ConfigurationSection"></see> object.</returns>
</member>
<member name="M:System.Configuration.SectionInformation.SetRawXml(System.String)">
<summary>Sets the object to an XML representation of the associated configuration section within the configuration file.</summary>
<param name="rawXml"></param>
<exception cref="T:System.ArgumentException"><paramref name="xml">xml</paramref> is null.</exception>
</member>
<member name="P:System.Configuration.SectionInformation.Type">
<summary>Gets or sets the section class name.</summary>
<returns>The name of the class that is associated with this <see cref="T:System.Configuration.ConfigurationSection"></see> section.</returns>
<exception cref="T:System.ArgumentException">The selected value is null or an empty string (&quot;&quot;).</exception>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The selected value conflicts with a value that is already defined.</exception>
</member>
<member name="M:System.Configuration.SectionInformation.UnprotectSection">
<summary>Removes the protected configuration encryption from the associated configuration section.</summary>
</member>
<member name="T:System.Configuration.SettingAttribute">
<summary>Represents a custom settings attribute used to associate settings information with a settings property.</summary>
</member>
<member name="M:System.Configuration.SettingAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingAttribute"></see> class.</summary>
</member>
<member name="T:System.Configuration.SettingChangingEventArgs">
<summary>Provides data for the <see cref="E:System.Configuration.ApplicationSettingsBase.SettingChanging"></see> event.</summary>
</member>
<member name="M:System.Configuration.SettingChangingEventArgs.#ctor(System.String,System.String,System.String,System.Object,System.Boolean)">
<summary>Initializes an instance of the <see cref="T:System.Configuration.SettingChangingEventArgs"></see> class.</summary>
<param name="settingName">A <see cref="T:System.String"></see> containing the name of the application setting.</param>
<param name="settingClass">A <see cref="T:System.String"></see> containing a category description of the setting. Often this parameter is set to the application settings group name.</param>
<param name="settingKey">A <see cref="T:System.String"></see> containing the application settings key.</param>
<param name="newValue">An <see cref="T:System.Object"></see> that contains the new value to be assigned to the application settings property.</param>
<param name="cancel">true to cancel the event; otherwise, false.</param>
</member>
<member name="P:System.Configuration.SettingChangingEventArgs.NewValue">
<summary>Gets the new value being assigned to the application settings property.</summary>
<returns>An <see cref="T:System.Object"></see> that contains the new value to be assigned to the application settings property.</returns>
</member>
<member name="P:System.Configuration.SettingChangingEventArgs.SettingClass">
<summary>Gets the application settings property category.</summary>
<returns>A <see cref="T:System.String"></see> containing a category description of the setting. Typically, this parameter is set to the application settings group name.</returns>
</member>
<member name="P:System.Configuration.SettingChangingEventArgs.SettingKey">
<summary>Gets the application settings key associated with the property.</summary>
<returns>A <see cref="T:System.String"></see> containing the application settings key.</returns>
</member>
<member name="P:System.Configuration.SettingChangingEventArgs.SettingName">
<summary>Gets the name of the application setting associated with the application settings property.</summary>
<returns>A <see cref="T:System.String"></see> containing the name of the application setting.</returns>
</member>
<member name="T:System.Configuration.SettingChangingEventHandler">
<summary>Represents the method that will handle the <see cref="E:System.Configuration.ApplicationSettingsBase.SettingChanging"></see> event.</summary>
<param name="sender">The source of the event, typically an application settings wrapper class derived from the <see cref="T:System.Configuration.ApplicationSettingsBase"></see> class.</param>
<param name="e">A <see cref="T:System.Configuration.SettingChangingEventArgs"></see> containing the data for the event.</param>
</member>
<member name="T:System.Configuration.SettingElement">
<summary>Represents a simplified configuration element used for updating elements in the configuration. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.SettingElement.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingElement"></see> class.</summary>
</member>
<member name="M:System.Configuration.SettingElement.#ctor(System.String,System.Configuration.SettingsSerializeAs)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingElement"></see> class based on supplied parameters.</summary>
<param name="name">The name of the <see cref="T:System.Configuration.SettingElement"></see> object.</param>
<param name="serializeAs">A <see cref="T:System.Configuration.SettingsSerializeAs"></see> object. This object is an enumeration used as the serialization scheme to store configuration settings.</param>
</member>
<member name="M:System.Configuration.SettingElement.Equals(System.Object)">
<summary>Compares the current <see cref="T:System.Configuration.SettingElement"></see> instance to the specified object.</summary>
<param name="settings"></param>
<returns>true if the <see cref="T:System.Configuration.SettingElement"></see> instance is equal to the specified object; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.SettingElement.GetHashCode">
<summary>Gets a unique value representing the <see cref="T:System.Configuration.SettingElement"></see> current instance.</summary>
<returns>A unique value representing the <see cref="T:System.Configuration.SettingElement"></see> current instance.</returns>
</member>
<member name="P:System.Configuration.SettingElement.Name">
<summary>Gets or sets the name of the <see cref="T:System.Configuration.SettingElement"></see> object.</summary>
<returns>The name of the <see cref="T:System.Configuration.SettingElement"></see> object.</returns>
</member>
<member name="P:System.Configuration.SettingElement.SerializeAs">
<summary>Gets or sets the serialization mechanism used to persist the values of the <see cref="T:System.Configuration.SettingElement"></see> object.</summary>
<returns>A <see cref="T:System.Configuration.SettingsSerializeAs"></see> object.</returns>
</member>
<member name="P:System.Configuration.SettingElement.Value">
<summary>Gets or sets the value of a <see cref="T:System.Configuration.SettingElement"></see> object by using a <see cref="T:System.Configuration.SettingValueElement"></see> object.</summary>
<returns>A <see cref="T:System.Configuration.SettingValueElement"></see> object containing the value of the <see cref="T:System.Configuration.SettingElement"></see> object.</returns>
</member>
<member name="T:System.Configuration.SettingElementCollection">
<summary>Contains a collection of <see cref="T:System.Configuration.SettingElement"></see> objects. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.SettingElementCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingElementCollection"></see> class.</summary>
</member>
<member name="M:System.Configuration.SettingElementCollection.Add(System.Configuration.SettingElement)">
<summary>Adds a <see cref="T:System.Configuration.SettingElement"></see> object to the collection.</summary>
<param name="element">The <see cref="T:System.Configuration.SettingElement"></see> object to add to the collection.</param>
</member>
<member name="M:System.Configuration.SettingElementCollection.Clear">
<summary>Removes all <see cref="T:System.Configuration.SettingElement"></see> objects from the collection.</summary>
</member>
<member name="P:System.Configuration.SettingElementCollection.CollectionType">
<summary>Gets the type of the configuration collection.</summary>
<returns>The <see cref="T:System.Configuration.ConfigurationElementCollectionType"></see> object of the collection.</returns>
</member>
<member name="M:System.Configuration.SettingElementCollection.Get(System.String)">
<summary>Gets a <see cref="T:System.Configuration.SettingElement"></see> object from the collection.</summary>
<param name="elementKey">A string value representing the <see cref="T:System.Configuration.SettingElement"></see> object in the collection.</param>
<returns>A <see cref="T:System.Configuration.SettingElement"></see> object.</returns>
</member>
<member name="M:System.Configuration.SettingElementCollection.Remove(System.Configuration.SettingElement)">
<summary>Removes a <see cref="T:System.Configuration.SettingElement"></see> object from the collection.</summary>
<param name="element">A <see cref="T:System.Configuration.SettingElement"></see> object.</param>
</member>
<member name="T:System.Configuration.SettingsAttributeDictionary">
<summary>Represents a collection of key/value pairs used to describe a configuration object as well as a <see cref="T:System.Configuration.SettingsProperty"></see> object.</summary>
</member>
<member name="M:System.Configuration.SettingsAttributeDictionary.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsAttributeDictionary"></see> class.</summary>
</member>
<member name="M:System.Configuration.SettingsAttributeDictionary.#ctor(System.Configuration.SettingsAttributeDictionary)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsAttributeDictionary"></see> class.</summary>
<param name="attributes">A collection of key/value pairs that are related to configuration settings.</param>
</member>
<member name="T:System.Configuration.SettingsBase">
<summary>Provides the base class used to support user property settings.</summary>
</member>
<member name="M:System.Configuration.SettingsBase.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsBase"></see> class.</summary>
</member>
<member name="P:System.Configuration.SettingsBase.Context">
<summary>Gets the associated settings context.</summary>
<returns>A <see cref="T:System.Configuration.SettingsContext"></see> associated with the settings instance.</returns>
</member>
<member name="M:System.Configuration.SettingsBase.Initialize(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection,System.Configuration.SettingsProviderCollection)">
<summary>Initializes internal properties used by <see cref="T:System.Configuration.SettingsBase"></see> object.</summary>
<param name="context">The settings context related to the settings properties.</param>
<param name="properties">The settings properties that will be accessible from the <see cref="T:System.Configuration.SettingsBase"></see> instance.</param>
<param name="providers">The initialized providers that should be used when loading and saving property values.</param>
</member>
<member name="P:System.Configuration.SettingsBase.IsSynchronized">
<summary>Gets a value indicating whether access to the object is synchronized (thread safe).</summary>
<returns>true if access to the <see cref="T:System.Configuration.SettingsBase"></see> is synchronized; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.SettingsBase.Item(System.String)">
<summary>Gets or sets the value of the specified settings property.</summary>
<param name="propertyName">A <see cref="T:System.String"></see> containing the name of the property to access.</param>
<returns>If found, the value of the named settings property.</returns>
<exception cref="T:System.Configuration.SettingsPropertyNotFoundException">There are no properties associated with the current object, or the specified property could not be found.</exception>
<exception cref="T:System.Configuration.SettingsPropertyIsReadOnlyException">An attempt was made to set a read-only property.</exception>
<exception cref="T:System.Configuration.SettingsPropertyWrongTypeException">The value supplied is of a type incompatible with the settings property, during a set operation.</exception>
</member>
<member name="P:System.Configuration.SettingsBase.Properties">
<summary>Gets the collection of settings properties.</summary>
<returns>A <see cref="T:System.Configuration.SettingsPropertyCollection"></see> collection containing all the <see cref="T:System.Configuration.SettingsProperty"></see> objects.</returns>
</member>
<member name="P:System.Configuration.SettingsBase.PropertyValues">
<summary>Gets a collection of settings property values.</summary>
<returns>A collection of <see cref="T:System.Configuration.SettingsPropertyValue"></see> objects representing the actual data values for the properties managed by the <see cref="T:System.Configuration.SettingsBase"></see> instance.</returns>
</member>
<member name="P:System.Configuration.SettingsBase.Providers">
<summary>Gets a collection of settings providers.</summary>
<returns>A <see cref="T:System.Configuration.SettingsProviderCollection"></see> containing <see cref="T:System.Configuration.SettingsProvider"></see> objects.</returns>
</member>
<member name="M:System.Configuration.SettingsBase.Save">
<summary>Stores the current values of the settings properties.</summary>
</member>
<member name="M:System.Configuration.SettingsBase.Synchronized(System.Configuration.SettingsBase)">
<summary>Provides a <see cref="T:System.Configuration.SettingsBase"></see> class that is synchronized (thread safe).</summary>
<param name="settingsBase">The class used to support user property settings.</param>
<returns>A <see cref="T:System.Configuration.SettingsBase"></see> class that is synchronized.</returns>
</member>
<member name="T:System.Configuration.SettingsContext">
<summary>Provides contextual information that the provider can use when persisting settings.</summary>
</member>
<member name="M:System.Configuration.SettingsContext.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsContext"></see> class.</summary>
</member>
<member name="T:System.Configuration.SettingsDescriptionAttribute">
<summary>Provides a string that describes an individual configuration property. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.SettingsDescriptionAttribute.#ctor(System.String)">
<summary>Initializes an instance of the <see cref="T:System.Configuration.SettingsDescriptionAttribute"></see> class.</summary>
<param name="description">The <see cref="T:System.String"></see> used as descriptive text.</param>
</member>
<member name="P:System.Configuration.SettingsDescriptionAttribute.Description">
<summary>Gets the descriptive text for the associated configuration property.</summary>
<returns>A <see cref="T:System.String"></see> containing the descriptive text for the associated configuration property.</returns>
</member>
<member name="T:System.Configuration.SettingsGroupDescriptionAttribute">
<summary>Provides a string that describes an application settings property group. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.SettingsGroupDescriptionAttribute.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsGroupDescriptionAttribute"></see> class.</summary>
<param name="description">A <see cref="T:System.String"></see> containing the descriptive text for the application settings group.</param>
</member>
<member name="P:System.Configuration.SettingsGroupDescriptionAttribute.Description">
<summary>The descriptive text for the application settings properties group.</summary>
<returns>A <see cref="T:System.String"></see> containing the descriptive text for the application settings group.</returns>
</member>
<member name="T:System.Configuration.SettingsGroupNameAttribute">
<summary>Specifies a name for application settings property group. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.SettingsGroupNameAttribute.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsGroupNameAttribute"></see> class.</summary>
<param name="groupName">A <see cref="T:System.String"></see> containing the name of the application settings property group.</param>
</member>
<member name="P:System.Configuration.SettingsGroupNameAttribute.GroupName">
<summary>Gets the name of the application settings property group.</summary>
<returns>A <see cref="T:System.String"></see> containing the name of the application settings property group.</returns>
</member>
<member name="T:System.Configuration.SettingsLoadedEventArgs">
<summary>Provides data for the <see cref="E:System.Configuration.ApplicationSettingsBase.SettingsLoaded"></see> event.</summary>
</member>
<member name="M:System.Configuration.SettingsLoadedEventArgs.#ctor(System.Configuration.SettingsProvider)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsLoadedEventArgs"></see> class.</summary>
<param name="provider">A <see cref="T:System.Configuration.SettingsProvider"></see> object from which settings are loaded.</param>
</member>
<member name="P:System.Configuration.SettingsLoadedEventArgs.Provider">
<summary>Gets the settings provider used to store configuration settings.</summary>
<returns>A settings provider.</returns>
</member>
<member name="T:System.Configuration.SettingsLoadedEventHandler">
<summary>Represents the method that will handle the <see cref="E:System.Configuration.ApplicationSettingsBase.SettingsLoaded"></see> event.</summary>
<param name="sender">The source of the event, typically the settings class.</param>
<param name="e">A <see cref="T:System.Configuration.SettingsLoadedEventArgs"></see> object that contains the event data.</param>
</member>
<member name="T:System.Configuration.SettingsManageability">
<summary>Provides values to indicate which services should be made available to application settings.</summary>
</member>
<member name="F:System.Configuration.SettingsManageability.Roaming">
<summary>Enables application settings to be stored in roaming user profiles. For more information about roaming user profiles, see <see cref="http://msdn.microsoft.com/en-us/d3cca593-4521-408d-b323-ea398d226de3">Isolated Storage and Roaming</see>.</summary>
<returns></returns>
</member>
<member name="T:System.Configuration.SettingsManageabilityAttribute">
<summary>Specifies special services for application settings properties. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.SettingsManageabilityAttribute.#ctor(System.Configuration.SettingsManageability)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsManageabilityAttribute"></see> class.</summary>
<param name="manageability">A <see cref="T:System.Configuration.SettingsManageability"></see> value that enumerates the services being requested.</param>
</member>
<member name="P:System.Configuration.SettingsManageabilityAttribute.Manageability">
<summary>Gets the set of special services that have been requested.</summary>
<returns>A value that results from using the logical OR operator to combine all the <see cref="T:System.Configuration.SettingsManageability"></see> enumeration values corresponding to the requested services.</returns>
</member>
<member name="T:System.Configuration.SettingsProperty">
<summary>Used internally as the class that represents metadata about an individual configuration property.</summary>
</member>
<member name="M:System.Configuration.SettingsProperty.#ctor(System.Configuration.SettingsProperty)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsProperty"></see> class, based on the supplied parameter.</summary>
<param name="propertyToCopy">Specifies a copy of an existing <see cref="T:System.Configuration.SettingsProperty"></see> object.</param>
</member>
<member name="M:System.Configuration.SettingsProperty.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsProperty"></see> class. based on the supplied parameter.</summary>
<param name="name">Specifies the name of an existing <see cref="T:System.Configuration.SettingsProperty"></see> object.</param>
</member>
<member name="M:System.Configuration.SettingsProperty.#ctor(System.String,System.Type,System.Configuration.SettingsProvider,System.Boolean,System.Object,System.Configuration.SettingsSerializeAs,System.Configuration.SettingsAttributeDictionary,System.Boolean,System.Boolean)">
<summary>Creates a new instance of the <see cref="T:System.Configuration.SettingsProperty"></see> class based on the supplied parameters.</summary>
<param name="name">The name of the <see cref="T:System.Configuration.SettingsProperty"></see> object.</param>
<param name="propertyType">The type of <see cref="T:System.Configuration.SettingsProperty"></see> object.</param>
<param name="provider">A <see cref="T:System.Configuration.SettingsProvider"></see> object to use for persistence.</param>
<param name="isReadOnly">A <see cref="T:System.Boolean"></see> value specifying whether the <see cref="T:System.Configuration.SettingsProperty"></see> object is read-only.</param>
<param name="defaultValue">The default value of the <see cref="T:System.Configuration.SettingsProperty"></see> object.</param>
<param name="serializeAs">A <see cref="T:System.Configuration.SettingsSerializeAs"></see> object. This object is an enumeration used to set the serialization scheme for storing application settings.</param>
<param name="attributes">A <see cref="T:System.Configuration.SettingsAttributeDictionary"></see> object.</param>
<param name="throwOnErrorDeserializing">A Boolean value specifying whether an error will be thrown when the property is unsuccessfully deserialized.</param>
<param name="throwOnErrorSerializing">A Boolean value specifying whether an error will be thrown when the property is unsuccessfully serialized.</param>
</member>
<member name="P:System.Configuration.SettingsProperty.Attributes">
<summary>Gets a <see cref="T:System.Configuration.SettingsAttributeDictionary"></see> object containing the attributes of the <see cref="T:System.Configuration.SettingsProperty"></see> object.</summary>
<returns>A <see cref="T:System.Configuration.SettingsAttributeDictionary"></see> object.</returns>
</member>
<member name="P:System.Configuration.SettingsProperty.DefaultValue">
<summary>Gets or sets the default value of the <see cref="T:System.Configuration.SettingsProperty"></see> object.</summary>
<returns>An object containing the default value of the <see cref="T:System.Configuration.SettingsProperty"></see> object.</returns>
</member>
<member name="P:System.Configuration.SettingsProperty.IsReadOnly">
<summary>Gets or sets a value specifying whether a <see cref="T:System.Configuration.SettingsProperty"></see> object is read-only.</summary>
<returns>true if the <see cref="T:System.Configuration.SettingsProperty"></see> is read-only; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.SettingsProperty.Name">
<summary>Gets or sets the name of the <see cref="T:System.Configuration.SettingsProperty"></see>.</summary>
<returns>The name of the <see cref="T:System.Configuration.SettingsProperty"></see>.</returns>
</member>
<member name="P:System.Configuration.SettingsProperty.PropertyType">
<summary>Gets or sets the type for the <see cref="T:System.Configuration.SettingsProperty"></see>.</summary>
<returns>The type for the <see cref="T:System.Configuration.SettingsProperty"></see>.</returns>
</member>
<member name="P:System.Configuration.SettingsProperty.Provider">
<summary>Gets or sets the provider for the <see cref="T:System.Configuration.SettingsProperty"></see>.</summary>
<returns>A <see cref="T:System.Configuration.SettingsProvider"></see> object.</returns>
</member>
<member name="P:System.Configuration.SettingsProperty.SerializeAs">
<summary>Gets or sets a <see cref="T:System.Configuration.SettingsSerializeAs"></see> object for the <see cref="T:System.Configuration.SettingsProperty"></see>.</summary>
<returns>A <see cref="T:System.Configuration.SettingsSerializeAs"></see> object.</returns>
</member>
<member name="P:System.Configuration.SettingsProperty.ThrowOnErrorDeserializing">
<summary>Gets or sets a value specifying whether an error will be thrown when the property is unsuccessfully deserialized.</summary>
<returns>true if the error will be thrown when the property is unsuccessfully deserialized; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.SettingsProperty.ThrowOnErrorSerializing">
<summary>Gets or sets a value specifying whether an error will be thrown when the property is unsuccessfully serialized.</summary>
<returns>true if the error will be thrown when the property is unsuccessfully serialized; otherwise, false.</returns>
</member>
<member name="T:System.Configuration.SettingsPropertyCollection">
<summary>Contains a collection of <see cref="T:System.Configuration.SettingsProperty"></see> objects.</summary>
</member>
<member name="M:System.Configuration.SettingsPropertyCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsPropertyCollection"></see> class.</summary>
</member>
<member name="M:System.Configuration.SettingsPropertyCollection.Add(System.Configuration.SettingsProperty)">
<summary>Adds a <see cref="T:System.Configuration.SettingsProperty"></see> object to the collection.</summary>
<param name="property">A <see cref="T:System.Configuration.SettingsProperty"></see> object.</param>
<exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
</member>
<member name="M:System.Configuration.SettingsPropertyCollection.Clear">
<summary>Removes all <see cref="T:System.Configuration.SettingsProperty"></see> objects from the collection.</summary>
<exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
</member>
<member name="M:System.Configuration.SettingsPropertyCollection.Clone">
<summary>Creates a copy of the existing collection.</summary>
<returns>A <see cref="T:System.Configuration.SettingsPropertyCollection"></see> class.</returns>
</member>
<member name="M:System.Configuration.SettingsPropertyCollection.CopyTo(System.Array,System.Int32)">
<summary>Copies this <see cref="T:System.Configuration.SettingsPropertyCollection"></see> object to an array.</summary>
<param name="array">The array to copy the object to.</param>
<param name="index">The index at which to begin copying.</param>
</member>
<member name="P:System.Configuration.SettingsPropertyCollection.Count">
<summary>Gets a value that specifies the number of <see cref="T:System.Configuration.SettingsProperty"></see> objects in the collection.</summary>
<returns>The number of <see cref="T:System.Configuration.SettingsProperty"></see> objects in the collection.</returns>
</member>
<member name="M:System.Configuration.SettingsPropertyCollection.GetEnumerator">
<summary>Gets the <see cref="T:System.Collections.IEnumerator"></see> object as it applies to the collection.</summary>
<returns>The <see cref="T:System.Collections.IEnumerator"></see> object as it applies to the collection.</returns>
</member>
<member name="P:System.Configuration.SettingsPropertyCollection.IsSynchronized">
<summary>Gets a value that indicates whether access to the collection is synchronized (thread safe).</summary>
<returns>true if access to the <see cref="T:System.Configuration.SettingsPropertyCollection"></see> is synchronized; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.SettingsPropertyCollection.Item(System.String)">
<summary>Gets the collection item with the specified name.</summary>
<param name="name">The name of the <see cref="T:System.Configuration.SettingsProperty"></see> object.</param>
<returns>The <see cref="T:System.Configuration.SettingsProperty"></see> object with the specified <paramref name="name">name</paramref>.</returns>
</member>
<member name="M:System.Configuration.SettingsPropertyCollection.OnAdd(System.Configuration.SettingsProperty)">
<summary>Performs additional, custom processing when adding to the contents of the <see cref="T:System.Configuration.SettingsPropertyCollection"></see> instance.</summary>
<param name="property">A <see cref="T:System.Configuration.SettingsProperty"></see> object.</param>
</member>
<member name="M:System.Configuration.SettingsPropertyCollection.OnAddComplete(System.Configuration.SettingsProperty)">
<summary>Performs additional, custom processing after adding to the contents of the <see cref="T:System.Configuration.SettingsPropertyCollection"></see> instance.</summary>
<param name="property">A <see cref="T:System.Configuration.SettingsProperty"></see> object.</param>
</member>
<member name="M:System.Configuration.SettingsPropertyCollection.OnClear">
<summary>Performs additional, custom processing when clearing the contents of the <see cref="T:System.Configuration.SettingsPropertyCollection"></see> instance.</summary>
</member>
<member name="M:System.Configuration.SettingsPropertyCollection.OnClearComplete">
<summary>Performs additional, custom processing after clearing the contents of the <see cref="T:System.Configuration.SettingsPropertyCollection"></see> instance.</summary>
</member>
<member name="M:System.Configuration.SettingsPropertyCollection.OnRemove(System.Configuration.SettingsProperty)">
<summary>Performs additional, custom processing when removing the contents of the <see cref="T:System.Configuration.SettingsPropertyCollection"></see> instance.</summary>
<param name="property">A <see cref="T:System.Configuration.SettingsProperty"></see> object.</param>
</member>
<member name="M:System.Configuration.SettingsPropertyCollection.OnRemoveComplete(System.Configuration.SettingsProperty)">
<summary>Performs additional, custom processing after removing the contents of the <see cref="T:System.Configuration.SettingsPropertyCollection"></see> instance.</summary>
<param name="property">A <see cref="T:System.Configuration.SettingsProperty"></see> object.</param>
</member>
<member name="M:System.Configuration.SettingsPropertyCollection.Remove(System.String)">
<summary>Removes a <see cref="T:System.Configuration.SettingsProperty"></see> object from the collection.</summary>
<param name="name">The name of the <see cref="T:System.Configuration.SettingsProperty"></see> object.</param>
<exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
</member>
<member name="M:System.Configuration.SettingsPropertyCollection.SetReadOnly">
<summary>Sets the collection to be read-only.</summary>
</member>
<member name="P:System.Configuration.SettingsPropertyCollection.SyncRoot">
<summary>Gets the object to synchronize access to the collection.</summary>
<returns>The object to synchronize access to the collection.</returns>
</member>
<member name="T:System.Configuration.SettingsPropertyIsReadOnlyException">
<summary>Provides an exception for read-only <see cref="T:System.Configuration.SettingsProperty"></see> objects.</summary>
</member>
<member name="M:System.Configuration.SettingsPropertyIsReadOnlyException.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsPropertyIsReadOnlyException"></see> class.</summary>
</member>
<member name="M:System.Configuration.SettingsPropertyIsReadOnlyException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsPropertyIsReadOnlyException"></see> class based on a supplied parameter.</summary>
<param name="message">A string containing an exception message.</param>
</member>
<member name="M:System.Configuration.SettingsPropertyIsReadOnlyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsPropertyIsReadOnlyException"></see> class based on the supplied parameters.</summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object that holds the serialized object data about the exception being thrown.</param>
<param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object that contains contextual information about the source or destination of the serialized stream.</param>
</member>
<member name="M:System.Configuration.SettingsPropertyIsReadOnlyException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsPropertyIsReadOnlyException"></see> class based on supplied parameters.</summary>
<param name="message">A string containing an exception message.</param>
<param name="innerException">The exception that is the cause of the current exception.</param>
</member>
<member name="T:System.Configuration.SettingsPropertyNotFoundException">
<summary>Provides an exception for <see cref="T:System.Configuration.SettingsProperty"></see> objects that are not found.</summary>
</member>
<member name="M:System.Configuration.SettingsPropertyNotFoundException.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsPropertyNotFoundException"></see> class.</summary>
</member>
<member name="M:System.Configuration.SettingsPropertyNotFoundException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsPropertyNotFoundException"></see> class, based on a supplied parameter.</summary>
<param name="message">A string containing an exception message.</param>
</member>
<member name="M:System.Configuration.SettingsPropertyNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsPropertyNotFoundException"></see> class, based on supplied parameters.</summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object that holds the serialized object data about the exception being thrown.</param>
<param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object that contains contextual information about the source or destination of the serialized stream.</param>
</member>
<member name="M:System.Configuration.SettingsPropertyNotFoundException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsPropertyNotFoundException"></see> class, based on supplied parameters.</summary>
<param name="message">A string containing an exception message.</param>
<param name="innerException">The exception that is the cause of the current exception.</param>
</member>
<member name="T:System.Configuration.SettingsPropertyValue">
<summary>Contains the value of a settings property that can be loaded and stored by an instance of <see cref="T:System.Configuration.SettingsBase"></see>.</summary>
</member>
<member name="M:System.Configuration.SettingsPropertyValue.#ctor(System.Configuration.SettingsProperty)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsPropertyValue"></see> class, based on supplied parameters.</summary>
<param name="property">Specifies a <see cref="T:System.Configuration.SettingsProperty"></see> object.</param>
</member>
<member name="P:System.Configuration.SettingsPropertyValue.Deserialized">
<summary>Gets or sets whether the value of a <see cref="T:System.Configuration.SettingsProperty"></see> object has been deserialized.</summary>
<returns>true if the value of a <see cref="T:System.Configuration.SettingsProperty"></see> object has been deserialized; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.SettingsPropertyValue.IsDirty">
<summary>Gets or sets whether the value of a <see cref="T:System.Configuration.SettingsProperty"></see> object has changed.</summary>
<returns>true if the value of a <see cref="T:System.Configuration.SettingsProperty"></see> object has changed; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.SettingsPropertyValue.Name">
<summary>Gets the name of the property from the associated <see cref="T:System.Configuration.SettingsProperty"></see> object.</summary>
<returns>The name of the <see cref="T:System.Configuration.SettingsProperty"></see> object.</returns>
</member>
<member name="P:System.Configuration.SettingsPropertyValue.Property">
<summary>Gets the <see cref="T:System.Configuration.SettingsProperty"></see> object.</summary>
<returns>The <see cref="T:System.Configuration.SettingsProperty"></see> object that describes the <see cref="T:System.Configuration.SettingsPropertyValue"></see> object.</returns>
</member>
<member name="P:System.Configuration.SettingsPropertyValue.PropertyValue">
<summary>Gets or sets the value of the <see cref="T:System.Configuration.SettingsProperty"></see> object.</summary>
<returns>The value of the <see cref="T:System.Configuration.SettingsProperty"></see> object. When this value is set, the <see cref="P:System.Configuration.SettingsPropertyValue.IsDirty"></see> property is set to true and <see cref="P:System.Configuration.SettingsPropertyValue.UsingDefaultValue"></see> is set to false. When a value is first accessed from the <see cref="P:System.Configuration.SettingsPropertyValue.PropertyValue"></see> property, and if the value was initially stored into the <see cref="T:System.Configuration.SettingsPropertyValue"></see> object as a serialized representation using the <see cref="P:System.Configuration.SettingsPropertyValue.SerializedValue"></see> property, the <see cref="P:System.Configuration.SettingsPropertyValue.PropertyValue"></see> property will trigger deserialization of the underlying value. As a side effect, the <see cref="P:System.Configuration.SettingsPropertyValue.Deserialized"></see> property will be set to true. If this chain of events occurs in ASP.NET, and if an error occurs during the deserialization process, the error is logged using the health-monitoring feature of ASP.NET. By default, this means that deserialization errors will show up in the Application Event Log when running under ASP.NET. If this process occurs outside of ASP.NET, and if an error occurs during deserialization, the error is suppressed, and the remainder of the logic during deserialization occurs. If there is no serialized value to deserialize when the deserialization is attempted, then <see cref="T:System.Configuration.SettingsPropertyValue"></see> object will instead attempt to return a default value if one was configured as defined on the associated <see cref="T:System.Configuration.SettingsProperty"></see> instance. In this case, if the <see cref="P:System.Configuration.SettingsProperty.DefaultValue"></see> property was set to either null, or to the string &quot;[null]&quot;, then the <see cref="T:System.Configuration.SettingsPropertyValue"></see> object will initialize the <see cref="P:System.Configuration.SettingsPropertyValue.PropertyValue"></see> property to either null for reference types, or to the default value for the associated value type. On the other hand, if <see cref="P:System.Configuration.SettingsProperty.DefaultValue"></see> property holds a valid object reference or string value (other than &quot;[null]&quot;), then the <see cref="P:System.Configuration.SettingsProperty.DefaultValue"></see> property is returned instead. If there is no serialized value to deserialize when the deserialization is attempted, and no default value was specified, then an empty string will be returned for string types. For all other types, a default instance will be returned by calling <see cref="M:System.Activator.CreateInstance(System.Type)"></see> — for reference types this means an attempt will be made to create an object instance using the default constructor. If this attempt fails, then null is returned.</returns>
<exception cref="T:System.ArgumentException">While attempting to use the default value from the <see cref="P:System.Configuration.SettingsProperty.DefaultValue"></see> property, an error occurred. Either the attempt to convert <see cref="P:System.Configuration.SettingsProperty.DefaultValue"></see> property to a valid type failed, or the resulting value was not compatible with the type defined by <see cref="P:System.Configuration.SettingsProperty.PropertyType"></see>.</exception>
</member>
<member name="P:System.Configuration.SettingsPropertyValue.SerializedValue">
<summary>Gets or sets the serialized value of the <see cref="T:System.Configuration.SettingsProperty"></see> object.</summary>
<returns>The serialized value of a <see cref="T:System.Configuration.SettingsProperty"></see> object.</returns>
<exception cref="T:System.ArgumentException">The serialization options for the property indicated the use of a string type converter, but a type converter was not available.</exception>
</member>
<member name="P:System.Configuration.SettingsPropertyValue.UsingDefaultValue">
<summary>Gets a Boolean value specifying whether the value of the <see cref="T:System.Configuration.SettingsPropertyValue"></see> object is the default value as defined by the <see cref="P:System.Configuration.SettingsProperty.DefaultValue"></see> property value on the associated <see cref="T:System.Configuration.SettingsProperty"></see> object.</summary>
<returns>true if the value of the <see cref="T:System.Configuration.SettingsProperty"></see> object is the default value; otherwise, false.</returns>
</member>
<member name="T:System.Configuration.SettingsPropertyValueCollection">
<summary>Contains a collection of settings property values that map <see cref="T:System.Configuration.SettingsProperty"></see> objects to <see cref="T:System.Configuration.SettingsPropertyValue"></see> objects.</summary>
</member>
<member name="M:System.Configuration.SettingsPropertyValueCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsPropertyValueCollection"></see> class.</summary>
</member>
<member name="M:System.Configuration.SettingsPropertyValueCollection.Add(System.Configuration.SettingsPropertyValue)">
<summary>Adds a <see cref="T:System.Configuration.SettingsPropertyValue"></see> object to the collection.</summary>
<param name="property">A <see cref="T:System.Configuration.SettingsPropertyValue"></see> object.</param>
<exception cref="T:System.NotSupportedException">An attempt was made to add an item to the collection, but the collection was marked as read-only.</exception>
</member>
<member name="M:System.Configuration.SettingsPropertyValueCollection.Clear">
<summary>Removes all <see cref="T:System.Configuration.SettingsPropertyValue"></see> objects from the collection.</summary>
</member>
<member name="M:System.Configuration.SettingsPropertyValueCollection.Clone">
<summary>Creates a copy of the existing collection.</summary>
<returns>A <see cref="T:System.Configuration.SettingsPropertyValueCollection"></see> class.</returns>
</member>
<member name="M:System.Configuration.SettingsPropertyValueCollection.CopyTo(System.Array,System.Int32)">
<summary>Copies this <see cref="T:System.Configuration.SettingsPropertyValueCollection"></see> collection to an array.</summary>
<param name="array">The array to copy the collection to.</param>
<param name="index">The index at which to begin copying.</param>
</member>
<member name="P:System.Configuration.SettingsPropertyValueCollection.Count">
<summary>Gets a value that specifies the number of <see cref="T:System.Configuration.SettingsPropertyValue"></see> objects in the collection.</summary>
<returns>The number of <see cref="T:System.Configuration.SettingsPropertyValue"></see> objects in the collection.</returns>
</member>
<member name="M:System.Configuration.SettingsPropertyValueCollection.GetEnumerator">
<summary>Gets the <see cref="T:System.Collections.IEnumerator"></see> object as it applies to the collection.</summary>
<returns>The <see cref="T:System.Collections.IEnumerator"></see> object as it applies to the collection.</returns>
</member>
<member name="P:System.Configuration.SettingsPropertyValueCollection.IsSynchronized">
<summary>Gets a value that indicates whether access to the collection is synchronized (thread safe).</summary>
<returns>true if access to the <see cref="T:System.Configuration.SettingsPropertyValueCollection"></see> collection is synchronized; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.SettingsPropertyValueCollection.Item(System.String)">
<summary>Gets an item from the collection.</summary>
<param name="name">A <see cref="T:System.Configuration.SettingsPropertyValue"></see> object.</param>
<returns>The <see cref="T:System.Configuration.SettingsPropertyValue"></see> object with the specified <paramref name="name">name</paramref>.</returns>
</member>
<member name="M:System.Configuration.SettingsPropertyValueCollection.Remove(System.String)">
<summary>Removes a <see cref="T:System.Configuration.SettingsPropertyValue"></see> object from the collection.</summary>
<param name="name">The name of the <see cref="T:System.Configuration.SettingsPropertyValue"></see> object.</param>
<exception cref="T:System.NotSupportedException">An attempt was made to remove an item from the collection, but the collection was marked as read-only.</exception>
</member>
<member name="M:System.Configuration.SettingsPropertyValueCollection.SetReadOnly">
<summary>Sets the collection to be read-only.</summary>
</member>
<member name="P:System.Configuration.SettingsPropertyValueCollection.SyncRoot">
<summary>Gets the object to synchronize access to the collection.</summary>
<returns>The object to synchronize access to the collection.</returns>
</member>
<member name="T:System.Configuration.SettingsPropertyWrongTypeException">
<summary>Provides an exception that is thrown when an invalid type is used with a <see cref="T:System.Configuration.SettingsProperty"></see> object.</summary>
</member>
<member name="M:System.Configuration.SettingsPropertyWrongTypeException.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsPropertyWrongTypeException"></see> class.</summary>
</member>
<member name="M:System.Configuration.SettingsPropertyWrongTypeException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsPropertyWrongTypeException"></see> class based on the supplied parameter.</summary>
<param name="message">A string containing an exception message.</param>
</member>
<member name="M:System.Configuration.SettingsPropertyWrongTypeException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsPropertyWrongTypeException"></see> class based on the supplied parameters.</summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that holds the serialized object data about the exception being thrown.</param>
<param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains contextual information about the source or destination of the serialized stream.</param>
</member>
<member name="M:System.Configuration.SettingsPropertyWrongTypeException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsPropertyWrongTypeException"></see> class based on the supplied parameters.</summary>
<param name="message">A string containing an exception message.</param>
<param name="innerException">The exception that is the cause of the current exception.</param>
</member>
<member name="T:System.Configuration.SettingsProvider">
<summary>Acts as a base class for deriving custom settings providers in the application settings architecture.</summary>
</member>
<member name="M:System.Configuration.SettingsProvider.#ctor">
<summary>Initializes an instance of the <see cref="T:System.Configuration.SettingsProvider"></see> class.</summary>
</member>
<member name="P:System.Configuration.SettingsProvider.ApplicationName">
<summary>Gets or sets the name of the currently running application.</summary>
<returns>A <see cref="T:System.String"></see> that contains the application's shortened name, which does not contain a full path or extension, for example, SimpleAppSettings.</returns>
</member>
<member name="M:System.Configuration.SettingsProvider.GetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)">
<summary>Returns the collection of settings property values for the specified application instance and settings property group.</summary>
<param name="context">A <see cref="T:System.Configuration.SettingsContext"></see> describing the current application use.</param>
<param name="collection">A <see cref="T:System.Configuration.SettingsPropertyCollection"></see> containing the settings property group whose values are to be retrieved.</param>
<returns>A <see cref="T:System.Configuration.SettingsPropertyValueCollection"></see> containing the values for the specified settings property group.</returns>
</member>
<member name="M:System.Configuration.SettingsProvider.SetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyValueCollection)">
<summary>Sets the values of the specified group of property settings.</summary>
<param name="context">A <see cref="T:System.Configuration.SettingsContext"></see> describing the current application usage.</param>
<param name="collection">A <see cref="T:System.Configuration.SettingsPropertyValueCollection"></see> representing the group of property settings to set.</param>
</member>
<member name="T:System.Configuration.SettingsProviderAttribute">
<summary>Specifies the settings provider used to provide storage for the current application settings class or property. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.SettingsProviderAttribute.#ctor(System.String)">
<summary>Initializes an instance of the <see cref="T:System.Configuration.SettingsProviderAttribute"></see> class.</summary>
<param name="providerTypeName">A <see cref="T:System.String"></see> containing the name of the settings provider.</param>
</member>
<member name="M:System.Configuration.SettingsProviderAttribute.#ctor(System.Type)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsProviderAttribute"></see> class.</summary>
<param name="providerType">A <see cref="T:System.Type"></see> containing the settings provider type.</param>
</member>
<member name="P:System.Configuration.SettingsProviderAttribute.ProviderTypeName">
<summary>Gets the type name of the settings provider.</summary>
<returns>A <see cref="T:System.String"></see> containing the name of the settings provider.</returns>
</member>
<member name="T:System.Configuration.SettingsProviderCollection">
<summary>Represents a collection of application settings providers.</summary>
</member>
<member name="M:System.Configuration.SettingsProviderCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsProviderCollection"></see> class.</summary>
</member>
<member name="M:System.Configuration.SettingsProviderCollection.Add(System.Configuration.Provider.ProviderBase)">
<summary>Adds a new settings provider to the collection.</summary>
<param name="provider">A <see cref="T:System.Configuration.Provider.ProviderBase"></see> to add to the collection.</param>
<exception cref="T:System.ArgumentException">The <paramref name="provider">provider</paramref> parameter is not of type <see cref="T:System.Configuration.SettingsProvider"></see>. -or- The <see cref="P:System.Configuration.Provider.ProviderBase.Name"></see> property of the provider parameter is null or an empty string. -or- A settings provider with the same <see cref="P:System.Configuration.Provider.ProviderBase.Name"></see> already exists in the collection.</exception>
<exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
<exception cref="T:System.ArgumentNullException">The <paramref name="provider">provider</paramref> parameter is null.</exception>
</member>
<member name="P:System.Configuration.SettingsProviderCollection.Item(System.String)">
<summary>Gets the settings provider in the collection that matches the specified name.</summary>
<param name="name">A <see cref="T:System.String"></see> containing the friendly name of the settings provider.</param>
<returns>If found, the <see cref="T:System.Configuration.SettingsProvider"></see> whose name matches that specified by the name parameter; otherwise, null.</returns>
<exception cref="T:System.ArgumentNullException">The <paramref name="name">name</paramref> parameter is null.</exception>
<exception cref="T:System.NotSupportedException">The collection is read-only when setting this value.</exception>
</member>
<member name="T:System.Configuration.SettingsSavingEventHandler">
<summary>Represents the method that will handle the <see cref="E:System.Configuration.ApplicationSettingsBase.SettingsSaving"></see> event.</summary>
<param name="sender">The source of the event, typically a data container or data-bound collection.</param>
<param name="e">A <see cref="T:System.ComponentModel.CancelEventArgs"></see> that contains the event data.</param>
</member>
<member name="T:System.Configuration.SettingsSerializeAs">
<summary>Determines the serialization scheme used to store application settings.</summary>
</member>
<member name="F:System.Configuration.SettingsSerializeAs.Binary">
<summary>The settings property is serialized using binary object serialization.</summary>
<returns></returns>
</member>
<member name="F:System.Configuration.SettingsSerializeAs.ProviderSpecific">
<summary>The settings provider has implicit knowledge of the property or its type and picks an appropriate serialization mechanism. Often used for custom serialization.</summary>
<returns></returns>
</member>
<member name="F:System.Configuration.SettingsSerializeAs.String">
<summary>The settings property is serialized as plain text.</summary>
<returns></returns>
</member>
<member name="F:System.Configuration.SettingsSerializeAs.Xml">
<summary>The settings property is serialized as XML using XML serialization.</summary>
<returns></returns>
</member>
<member name="T:System.Configuration.SettingsSerializeAsAttribute">
<summary>Specifies the serialization mechanism that the settings provider should use. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.SettingsSerializeAsAttribute.#ctor(System.Configuration.SettingsSerializeAs)">
<summary>Initializes an instance of the <see cref="T:System.Configuration.SettingsSerializeAsAttribute"></see> class.</summary>
<param name="serializeAs">A <see cref="T:System.Configuration.SettingsSerializeAs"></see> enumerated value that specifies the serialization scheme.</param>
</member>
<member name="P:System.Configuration.SettingsSerializeAsAttribute.SerializeAs">
<summary>Gets the <see cref="T:System.Configuration.SettingsSerializeAs"></see> enumeration value that specifies the serialization scheme.</summary>
<returns>A <see cref="T:System.Configuration.SettingsSerializeAs"></see> enumerated value that specifies the serialization scheme.</returns>
</member>
<member name="T:System.Configuration.SettingValueElement">
<summary>Contains the XML representing the serialized value of the setting. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.SettingValueElement.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingValueElement"></see> class.</summary>
</member>
<member name="M:System.Configuration.SettingValueElement.Equals(System.Object)">
<summary>Compares the current <see cref="T:System.Configuration.SettingValueElement"></see> instance to the specified object.</summary>
<param name="settingValue">The object to compare.</param>
<returns>true if the <see cref="T:System.Configuration.SettingValueElement"></see> instance is equal to the specified object; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.SettingValueElement.GetHashCode">
<summary>Gets a unique value representing the <see cref="T:System.Configuration.SettingValueElement"></see> current instance.</summary>
<returns>A unique value representing the <see cref="T:System.Configuration.SettingValueElement"></see> current instance.</returns>
</member>
<member name="P:System.Configuration.SettingValueElement.ValueXml">
<summary>Gets or sets the value of a <see cref="T:System.Configuration.SettingValueElement"></see> object by using an <see cref="T:System.Xml.XmlNode"></see> object.</summary>
<returns>An <see cref="T:System.Xml.XmlNode"></see> object containing the value of a <see cref="T:System.Configuration.SettingElement"></see>.</returns>
</member>
<member name="T:System.Configuration.SingleTagSectionHandler">
<summary>Handles configuration sections that are represented by a single XML tag in the .config file.</summary>
</member>
<member name="M:System.Configuration.SingleTagSectionHandler.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SingleTagSectionHandler"></see> class.</summary>
</member>
<member name="M:System.Configuration.SingleTagSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)">
<summary>Used internally to create a new instance of this object.</summary>
<param name="parent">The parent of this object.</param>
<param name="context">The context of this object.</param>
<param name="section">The <see cref="T:System.Xml.XmlNode"></see> object in the configuration.</param>
<returns>The created object handler.</returns>
</member>
<member name="T:System.Configuration.SpecialSetting">
<summary>Specifies the special setting category of a application settings property.</summary>
</member>
<member name="F:System.Configuration.SpecialSetting.ConnectionString">
<summary>The configuration property represents a connection string, typically for a data store or network resource.</summary>
<returns></returns>
</member>
<member name="F:System.Configuration.SpecialSetting.WebServiceUrl">
<summary>The configuration property represents a Uniform Resource Locator (URL) to a Web service.</summary>
<returns></returns>
</member>
<member name="T:System.Configuration.SpecialSettingAttribute">
<summary>Indicates that an application settings property has a special significance. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.SpecialSettingAttribute.#ctor(System.Configuration.SpecialSetting)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SpecialSettingAttribute"></see> class.</summary>
<param name="specialSetting"></param>
</member>
<member name="P:System.Configuration.SpecialSettingAttribute.SpecialSetting">
<summary>Gets the value describing the special setting category of the application settings property.</summary>
<returns>A <see cref="T:System.Configuration.SpecialSetting"></see> enumeration value defining the category of the application settings property.</returns>
</member>
<member name="T:System.Configuration.StringValidator">
<summary>Provides validation of a string.</summary>
</member>
<member name="M:System.Configuration.StringValidator.#ctor(System.Int32)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.StringValidator"></see> class, based on a supplied parameter.</summary>
<param name="minLength">An integer that specifies the minimum length of the string value.</param>
</member>
<member name="M:System.Configuration.StringValidator.#ctor(System.Int32,System.Int32)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.StringValidator"></see> class, based on supplied parameters.</summary>
<param name="minLength">An integer that specifies the minimum length of the string value.</param>
<param name="maxLength">An integer that specifies the maximum length of the string value.</param>
</member>
<member name="M:System.Configuration.StringValidator.#ctor(System.Int32,System.Int32,System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.StringValidator"></see> class, based on supplied parameters.</summary>
<param name="minLength">An integer that specifies the minimum length of the string value.</param>
<param name="maxLength">An integer that specifies the maximum length of the string value.</param>
<param name="invalidCharacters">A string that represents invalid characters.</param>
</member>
<member name="M:System.Configuration.StringValidator.CanValidate(System.Type)">
<summary>Determines whether an object can be validated based on type.</summary>
<param name="type">The object type.</param>
<returns>true if the <paramref name="type">type</paramref> parameter matches a string; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.StringValidator.Validate(System.Object)">
<summary>Determines whether the value of an object is valid.</summary>
<param name="value">The object value.</param>
<exception cref="T:System.ArgumentException"><paramref name="value">value</paramref> is less than <paramref name="minValue">minValue</paramref> or greater than <paramref name="maxValue">maxValue</paramref> as defined in the constructor. - or - <paramref name="value">value</paramref> contains invalid characters.</exception>
</member>
<member name="T:System.Configuration.StringValidatorAttribute">
<summary>Declaratively instructs the .NET Framework to perform string validation on a configuration property. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.StringValidatorAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.StringValidatorAttribute"></see> class.</summary>
</member>
<member name="P:System.Configuration.StringValidatorAttribute.InvalidCharacters">
<summary>Gets or sets the invalid characters for the property.</summary>
<returns>The string that contains the set of characters that are not allowed for the property.</returns>
</member>
<member name="P:System.Configuration.StringValidatorAttribute.MaxLength">
<summary>Gets or sets the maximum length allowed for the string to assign to the property.</summary>
<returns>An integer that indicates the maximum allowed length for the string to assign to the property.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">The selected value is less than <see cref="P:System.Configuration.StringValidatorAttribute.MinLength"></see>.</exception>
</member>
<member name="P:System.Configuration.StringValidatorAttribute.MinLength">
<summary>Gets or sets the minimum allowed value for the string to assign to the property.</summary>
<returns>An integer that indicates the allowed minimum length for the string to assign to the property.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">The selected value is greater than <see cref="P:System.Configuration.StringValidatorAttribute.MaxLength"></see>.</exception>
</member>
<member name="P:System.Configuration.StringValidatorAttribute.ValidatorInstance">
<summary>Gets an instance of the <see cref="T:System.Configuration.StringValidator"></see> class.</summary>
<returns>A current <see cref="T:System.Configuration.StringValidator"></see> settings in a <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> validator instance.</returns>
</member>
<member name="T:System.Configuration.SubclassTypeValidator">
<summary>Validates that an object is a derived class of a specified type.</summary>
</member>
<member name="M:System.Configuration.SubclassTypeValidator.#ctor(System.Type)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SubclassTypeValidator"></see> class.</summary>
<param name="baseClass">The base class to validate against.</param>
<exception cref="T:System.ArgumentNullException"><paramref name="baseClass">baseClass</paramref> is null.</exception>
</member>
<member name="M:System.Configuration.SubclassTypeValidator.CanValidate(System.Type)">
<summary>Determines whether an object can be validated based on type.</summary>
<param name="type">The object type.</param>
<returns>true if the <paramref name="type">type</paramref> parameter matches a type that can be validated; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.SubclassTypeValidator.Validate(System.Object)">
<summary>Determines whether the value of an object is valid.</summary>
<param name="value">The object value.</param>
<exception cref="T:System.ArgumentException"><paramref name="value">value</paramref> is not of a <see cref="T:System.Type"></see> that can be derived from <paramref name="baseClass">baseClass</paramref> as defined in the constructor.</exception>
</member>
<member name="T:System.Configuration.SubclassTypeValidatorAttribute">
<summary>Declaratively instructs the .NET Framework to perform validation on a configuration property. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.SubclassTypeValidatorAttribute.#ctor(System.Type)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.SubclassTypeValidatorAttribute"></see> class.</summary>
<param name="baseClass">The base class type.</param>
</member>
<member name="P:System.Configuration.SubclassTypeValidatorAttribute.BaseClass">
<summary>Gets the base type of the object being validated.</summary>
<returns>The base type of the object being validated.</returns>
</member>
<member name="P:System.Configuration.SubclassTypeValidatorAttribute.ValidatorInstance">
<summary>Gets the validator attribute instance.</summary>
<returns>The current <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> instance.</returns>
</member>
<member name="T:System.Configuration.TimeSpanMinutesConverter">
<summary>Converts a time span expressed in minutes.</summary>
</member>
<member name="M:System.Configuration.TimeSpanMinutesConverter.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.TimeSpanMinutesConverter"></see> class.</summary>
</member>
<member name="M:System.Configuration.TimeSpanMinutesConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<summary>Converts a <see cref="T:System.String"></see> to a <see cref="T:System.TimeSpan"></see>.</summary>
<param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
<param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
<param name="data">The <see cref="T:System.String"></see> object to convert.</param>
<returns>The <see cref="T:System.TimeSpan"></see> representing the <paramref name="data">data</paramref> parameter in minutes.</returns>
</member>
<member name="M:System.Configuration.TimeSpanMinutesConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
<summary>Converts a <see cref="T:System.TimeSpan"></see> to a <see cref="T:System.String"></see>.</summary>
<param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
<param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
<param name="value">The value to convert to.</param>
<param name="type">The type to convert to.</param>
<returns>The <see cref="T:System.String"></see> representing the <paramref name="value">value</paramref> parameter in minutes.</returns>
</member>
<member name="T:System.Configuration.TimeSpanMinutesOrInfiniteConverter">
<summary>Converts a <see cref="T:System.TimeSpan"></see> expressed in minutes or as a standard infinite time span.</summary>
</member>
<member name="M:System.Configuration.TimeSpanMinutesOrInfiniteConverter.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.TimeSpanMinutesOrInfiniteConverter"></see> class.</summary>
</member>
<member name="M:System.Configuration.TimeSpanMinutesOrInfiniteConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<summary>Converts a <see cref="T:System.String"></see> to a <see cref="T:System.TimeSpan"></see>.</summary>
<param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
<param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
<param name="data">The <see cref="T:System.String"></see> object to convert.</param>
<returns>The <see cref="F:System.TimeSpan.MaxValue"></see>, if the <paramref name="data">data</paramref> parameter is the <see cref="T:System.String"></see> &quot;infinite&quot;; otherwise, the <see cref="T:System.TimeSpan"></see> representing the <paramref name="data">data</paramref> parameter in minutes.</returns>
</member>
<member name="M:System.Configuration.TimeSpanMinutesOrInfiniteConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
<summary>Converts a <see cref="T:System.TimeSpan"></see> to a <see cref="T:System.String"></see>.</summary>
<param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
<param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
<param name="value">The value to convert.</param>
<param name="type">The conversion type.</param>
<returns>The <see cref="T:System.String"></see> &quot;infinite&quot;, if the <paramref name="value">value</paramref> parameter is <see cref="F:System.TimeSpan.MaxValue"></see>; otherwise, the <see cref="T:System.String"></see> representing the <paramref name="value">value</paramref> parameter in minutes.</returns>
</member>
<member name="T:System.Configuration.TimeSpanSecondsConverter">
<summary>Converts a time span expressed in seconds.</summary>
</member>
<member name="M:System.Configuration.TimeSpanSecondsConverter.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.TimeSpanSecondsConverter"></see> class.</summary>
</member>
<member name="M:System.Configuration.TimeSpanSecondsConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<summary>Converts a <see cref="T:System.String"></see> to a <see cref="T:System.TimeSpan"></see>.</summary>
<param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
<param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
<param name="data">The <see cref="T:System.String"></see> object to convert.</param>
<returns>The <see cref="T:System.TimeSpan"></see> representing the <paramref name="data">data</paramref> parameter in seconds.</returns>
<exception cref="T:System.ArgumentException"><paramref name="data">data</paramref> cannot be parsed as an integer value.</exception>
</member>
<member name="M:System.Configuration.TimeSpanSecondsConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
<summary>Converts a <see cref="T:System.TimeSpan"></see> to a <see cref="T:System.String"></see>.</summary>
<param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
<param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
<param name="value">The value to convert to.</param>
<param name="type">The type to convert to.</param>
<returns>The <see cref="T:System.String"></see> that represents the <paramref name="value">value</paramref> parameter in minutes.</returns>
</member>
<member name="T:System.Configuration.TimeSpanSecondsOrInfiniteConverter">
<summary>Converts a <see cref="T:System.TimeSpan"></see> expressed in seconds or as a standard infinite time span.</summary>
</member>
<member name="M:System.Configuration.TimeSpanSecondsOrInfiniteConverter.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.TimeSpanSecondsOrInfiniteConverter"></see> class.</summary>
</member>
<member name="M:System.Configuration.TimeSpanSecondsOrInfiniteConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<summary>Converts a <see cref="T:System.String"></see> to a <see cref="T:System.TimeSpan"></see>.</summary>
<param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
<param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
<param name="data">The <see cref="T:System.String"></see> object to convert.</param>
<returns>The <see cref="F:System.TimeSpan.MaxValue"></see>, if the <paramref name="data">data</paramref> parameter is the <see cref="T:System.String"></see> &quot;infinite&quot;; otherwise, the <see cref="T:System.TimeSpan"></see> representing the <paramref name="data">data</paramref> parameter in seconds.</returns>
</member>
<member name="M:System.Configuration.TimeSpanSecondsOrInfiniteConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
<summary>Converts a <see cref="T:System.TimeSpan"></see> to a. <see cref="T:System.String"></see>.</summary>
<param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
<param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
<param name="value">The value to convert.</param>
<param name="type">The conversion type.</param>
<returns>The <see cref="T:System.String"></see> &quot;infinite&quot;, if the <paramref name="value">value</paramref> parameter is <see cref="F:System.TimeSpan.MaxValue"></see>; otherwise, the <see cref="T:System.String"></see> representing the <paramref name="value">value</paramref> parameter in seconds.</returns>
</member>
<member name="T:System.Configuration.TimeSpanValidator">
<summary>Provides validation of a <see cref="T:System.TimeSpan"></see> object.</summary>
</member>
<member name="M:System.Configuration.TimeSpanValidator.#ctor(System.TimeSpan,System.TimeSpan)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.TimeSpanValidator"></see> class, based on supplied parameters.</summary>
<param name="minValue">A <see cref="T:System.TimeSpan"></see> object that specifies the minimum time allowed to pass validation.</param>
<param name="maxValue">A <see cref="T:System.TimeSpan"></see> object that specifies the maximum time allowed to pass validation.</param>
</member>
<member name="M:System.Configuration.TimeSpanValidator.#ctor(System.TimeSpan,System.TimeSpan,System.Boolean)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.TimeSpanValidator"></see> class, based on supplied parameters.</summary>
<param name="minValue">A <see cref="T:System.TimeSpan"></see> object that specifies the minimum time allowed to pass validation.</param>
<param name="maxValue">A <see cref="T:System.TimeSpan"></see> object that specifies the maximum time allowed to pass validation.</param>
<param name="rangeIsExclusive">A <see cref="T:System.Boolean"></see> value that specifies whether the validation range is exclusive.</param>
</member>
<member name="M:System.Configuration.TimeSpanValidator.#ctor(System.TimeSpan,System.TimeSpan,System.Boolean,System.Int64)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.TimeSpanValidator"></see> class, based on supplied parameters.</summary>
<param name="minValue">A <see cref="T:System.TimeSpan"></see> object that specifies the minimum time allowed to pass validation.</param>
<param name="maxValue">A <see cref="T:System.TimeSpan"></see> object that specifies the maximum time allowed to pass validation.</param>
<param name="rangeIsExclusive">A <see cref="T:System.Boolean"></see> value that specifies whether the validation range is exclusive.</param>
<param name="resolutionInSeconds">An <see cref="T:System.Int64"></see> value that specifies a number of seconds.</param>
<exception cref="T:System.ArgumentOutOfRangeException"><paramref name="resolutionInSeconds">resolutionInSeconds</paramref> is less than 0. - or - <paramref name="minValue">minValue</paramref> is greater than <paramref name="maxValue">maxValue</paramref>.</exception>
</member>
<member name="M:System.Configuration.TimeSpanValidator.CanValidate(System.Type)">
<summary>Determines whether the type of the object can be validated.</summary>
<param name="type">The type of the object.</param>
<returns>true if the <paramref name="type">type</paramref> parameter matches a <see cref="T:System.TimeSpan"></see> value; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.TimeSpanValidator.Validate(System.Object)">
<summary>Determines whether the value of an object is valid.</summary>
<param name="value">The value of an object.</param>
</member>
<member name="T:System.Configuration.TimeSpanValidatorAttribute">
<summary>Declaratively instructs the .NET Framework to perform time validation on a configuration property. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.TimeSpanValidatorAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.TimeSpanValidatorAttribute"></see> class.</summary>
</member>
<member name="P:System.Configuration.TimeSpanValidatorAttribute.ExcludeRange">
<summary>Gets or sets a value that indicates whether to include or exclude the integers in the range as defined by <see cref="P:System.Configuration.TimeSpanValidatorAttribute.MinValueString"></see> and <see cref="P:System.Configuration.TimeSpanValidatorAttribute.MaxValueString"></see>.</summary>
<returns>true if the value must be excluded; otherwise, false. The default is false.</returns>
</member>
<member name="P:System.Configuration.TimeSpanValidatorAttribute.MaxValue">
<summary>Gets the absolute maximum <see cref="T:System.TimeSpan"></see> value.</summary>
<returns>The allowed maximum <see cref="T:System.TimeSpan"></see> value.</returns>
</member>
<member name="P:System.Configuration.TimeSpanValidatorAttribute.MaxValueString">
<summary>Gets or sets the relative maximum <see cref="T:System.TimeSpan"></see> value.</summary>
<returns>The allowed maximum <see cref="T:System.TimeSpan"></see> value.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">The selected value represents less than <see cref="P:System.Configuration.TimeSpanValidatorAttribute.MinValue"></see>.</exception>
</member>
<member name="P:System.Configuration.TimeSpanValidatorAttribute.MinValue">
<summary>Gets the absolute minimum <see cref="T:System.TimeSpan"></see> value.</summary>
<returns>The allowed minimum <see cref="T:System.TimeSpan"></see> value.</returns>
</member>
<member name="P:System.Configuration.TimeSpanValidatorAttribute.MinValueString">
<summary>Gets or sets the relative minimum <see cref="T:System.TimeSpan"></see> value.</summary>
<returns>The minimum allowed <see cref="T:System.TimeSpan"></see> value.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">The selected value represents more than <see cref="P:System.Configuration.TimeSpanValidatorAttribute.MaxValue"></see>.</exception>
</member>
<member name="F:System.Configuration.TimeSpanValidatorAttribute.TimeSpanMaxValue">
<summary>Gets the absolute maximum value allowed.</summary>
<returns></returns>
</member>
<member name="F:System.Configuration.TimeSpanValidatorAttribute.TimeSpanMinValue">
<summary>Gets the absolute minimum value allowed.</summary>
<returns></returns>
</member>
<member name="P:System.Configuration.TimeSpanValidatorAttribute.ValidatorInstance">
<summary>Gets an instance of the <see cref="T:System.Configuration.TimeSpanValidator"></see> class.</summary>
<returns>The <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> validator instance.</returns>
</member>
<member name="T:System.Configuration.TypeNameConverter">
<summary>Converts between type and string values. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.TypeNameConverter.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.TypeNameConverter"></see> class.</summary>
</member>
<member name="M:System.Configuration.TypeNameConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<summary>Converts a <see cref="T:System.String"></see> object to a <see cref="T:System.Type"></see> object.</summary>
<param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
<param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
<param name="data">The <see cref="T:System.String"></see> object to convert.</param>
<returns>The <see cref="T:System.Type"></see> that represents the <paramref name="data">data</paramref> parameter.</returns>
<exception cref="T:System.ArgumentException">The <see cref="T:System.Type"></see> value cannot be resolved.</exception>
</member>
<member name="M:System.Configuration.TypeNameConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
<summary>Converts a <see cref="T:System.Type"></see> object to a <see cref="T:System.String"></see> object.</summary>
<param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
<param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
<param name="value">The value to convert to.</param>
<param name="type">The type to convert to.</param>
<returns>The <see cref="T:System.String"></see> that represents the <paramref name="value">value</paramref> parameter.</returns>
</member>
<member name="T:System.Configuration.UriSection">
<summary>Represents the Uri section within a configuration file.</summary>
</member>
<member name="M:System.Configuration.UriSection.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.UriSection"></see> class.</summary>
</member>
<member name="P:System.Configuration.UriSection.Idn">
<summary>Gets an <see cref="T:System.Configuration.IdnElement"></see> object that contains the configuration setting for International Domain Name (IDN) processing in the <see cref="T:System.Uri"></see> class.</summary>
<returns>The configuration setting for International Domain Name (IDN) processing in the <see cref="T:System.Uri"></see> class.</returns>
</member>
<member name="P:System.Configuration.UriSection.IriParsing">
<summary>Gets an <see cref="T:System.Configuration.IriParsingElement"></see> object that contains the configuration setting for International Resource Identifiers (IRI) parsing in the <see cref="T:System.Uri"></see> class.</summary>
<returns>The configuration setting for International Resource Identifiers (IRI) parsing in the <see cref="T:System.Uri"></see> class.</returns>
</member>
<member name="P:System.Configuration.UriSection.SchemeSettings">
<summary>Gets a <see cref="T:System.Configuration.SchemeSettingElementCollection"></see> object that contains the configuration settings for scheme parsing in the <see cref="T:System.Uri"></see> class.</summary>
<returns>The configuration settings for scheme parsing in the <see cref="T:System.Uri"></see> class</returns>
</member>
<member name="T:System.Configuration.UserScopedSettingAttribute">
<summary>Specifies that an application settings group or property contains distinct values for each user of an application. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.UserScopedSettingAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.UserScopedSettingAttribute"></see> class.</summary>
</member>
<member name="T:System.Configuration.UserSettingsGroup">
<summary>Represents a grouping of related user settings sections within a configuration file. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.UserSettingsGroup.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.UserSettingsGroup"></see> class.</summary>
</member>
<member name="T:System.Configuration.ValidatorCallback">
<summary>Represents a method to be called after the validation of an object.</summary>
<param name="value"></param>
</member>
<member name="T:System.Configuration.WhiteSpaceTrimStringConverter">
<summary>Converts a string to its canonical format.</summary>
</member>
<member name="M:System.Configuration.WhiteSpaceTrimStringConverter.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.WhiteSpaceTrimStringConverter"></see> class.</summary>
</member>
<member name="M:System.Configuration.WhiteSpaceTrimStringConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<summary>Converts a <see cref="T:System.String"></see> to canonical form.</summary>
<param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
<param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
<param name="data">The <see cref="T:System.String"></see> object to convert.</param>
<returns>An object representing the converted value.</returns>
</member>
<member name="M:System.Configuration.WhiteSpaceTrimStringConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
<summary>Converts a <see cref="T:System.String"></see> to canonical form.</summary>
<param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
<param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> object used during conversion.</param>
<param name="value">The value to convert to.</param>
<param name="type">The type to convert to.</param>
<returns>An object representing the converted value.</returns>
</member>
<member name="T:System.Configuration.ConfigurationElementProperty">
<summary>Specifies the property of a configuration element. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.ConfigurationElementProperty.#ctor(System.Configuration.ConfigurationValidatorBase)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationElementProperty"></see> class, based on a supplied parameter.</summary>
<param name="validator">A <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> object.</param>
<exception cref="T:System.ArgumentNullException"><paramref name="validator">validator</paramref> is null.</exception>
</member>
<member name="P:System.Configuration.ConfigurationElementProperty.Validator">
<summary>Gets a <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> object used to validate the <see cref="T:System.Configuration.ConfigurationElementProperty"></see> object.</summary>
<returns>A <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> object.</returns>
</member>
<member name="T:System.Configuration.ConfigurationErrorsException">
<summary>The exception that is thrown when a configuration error has occurred.</summary>
</member>
<member name="M:System.Configuration.ConfigurationErrorsException.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationErrorsException"></see> class.</summary>
</member>
<member name="M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.String,System.Int32)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationErrorsException"></see> class.</summary>
<param name="message">A message that describes why this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception was thrown.</param>
<param name="filename">The path to the configuration file that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception to be thrown.</param>
<param name="line">The line number within the configuration file at which this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception was thrown.</param>
</member>
<member name="M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Exception,System.Xml.XmlReader)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationErrorsException"></see> class.</summary>
<param name="message">A message that describes why this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception was thrown.</param>
<param name="inner">The inner exception that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception to be thrown.</param>
<param name="reader">The <see cref="T:System.Xml.XmlReader"></see> object that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception to be thrown.</param>
</member>
<member name="M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Exception,System.Xml.XmlNode)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationErrorsException"></see> class.</summary>
<param name="message">A message that describes why this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception was thrown.</param>
<param name="inner">The inner exception that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception to be thrown.</param>
<param name="node">The <see cref="T:System.Xml.XmlNode"></see> object that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception to be thrown.</param>
</member>
<member name="M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Xml.XmlReader)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationErrorsException"></see> class.</summary>
<param name="message">A message that describes why this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception was thrown.</param>
<param name="reader">The <see cref="T:System.Xml.XmlReader"></see> object that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception to be thrown.</param>
</member>
<member name="M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Exception,System.String,System.Int32)">
<summary>Initializes a new instance of a <see cref="T:System.Configuration.ConfigurationErrorsException"></see> class.</summary>
<param name="message">A message that describes why this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception was thrown.</param>
<param name="inner">The inner exception that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception to be thrown.</param>
<param name="filename">The path to the configuration file that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception to be thrown.</param>
<param name="line">The line number within the configuration file at which this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception was thrown.</param>
</member>
<member name="M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationErrorsException"></see> class.</summary>
<param name="message">A message that describes why this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception was thrown.</param>
<param name="inner">The exception that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception to be thrown.</param>
</member>
<member name="M:System.Configuration.ConfigurationErrorsException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationErrorsException"></see> class.</summary>
<param name="info">The object that holds the information to deserialize.</param>
<param name="context">Contextual information about the source or destination.</param>
<exception cref="T:System.InvalidOperationException">The current type is not a <see cref="T:System.Configuration.ConfigurationException"></see> or a <see cref="T:System.Configuration.ConfigurationErrorsException"></see>.</exception>
</member>
<member name="M:System.Configuration.ConfigurationErrorsException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationErrorsException"></see> class.</summary>
<param name="message">A message that describes why this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception was thrown.</param>
</member>
<member name="M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Xml.XmlNode)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationErrorsException"></see> class.</summary>
<param name="message">A message that describes why this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception was thrown.</param>
<param name="node">The <see cref="T:System.Xml.XmlNode"></see> object that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception to be thrown.</param>
</member>
<member name="P:System.Configuration.ConfigurationErrorsException.BareMessage">
<summary>Gets a description of why this configuration exception was thrown.</summary>
<returns>A description of why this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> was thrown.</returns>
</member>
<member name="P:System.Configuration.ConfigurationErrorsException.Errors">
<summary>Gets a collection of errors that detail the reasons this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception was thrown.</summary>
<returns>An <see cref="T:System.Collections.ICollection"></see> object that contains errors that identify the reasons this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception was thrown.</returns>
</member>
<member name="P:System.Configuration.ConfigurationErrorsException.Filename">
<summary>Gets the path to the configuration file that caused this configuration exception to be thrown.</summary>
<returns>The path to the configuration file that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> to be thrown.</returns>
</member>
<member name="M:System.Configuration.ConfigurationErrorsException.GetFilename(System.Xml.XmlNode)">
<summary>Gets the path to the configuration file from which the internal <see cref="T:System.Xml.XmlNode"></see> object was loaded when this configuration exception was thrown.</summary>
<param name="node">The <see cref="T:System.Xml.XmlNode"></see> object that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception to be thrown.</param>
<returns>The path to the configuration file from which the internal <see cref="T:System.Xml.XmlNode"></see> object was loaded when this configuration exception was thrown.</returns>
</member>
<member name="M:System.Configuration.ConfigurationErrorsException.GetFilename(System.Xml.XmlReader)">
<summary>Gets the path to the configuration file that the internal <see cref="T:System.Xml.XmlReader"></see> was reading when this configuration exception was thrown.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader"></see> object that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception to be thrown.</param>
<returns>The path of the configuration file the internal <see cref="T:System.Xml.XmlReader"></see> object was accessing when the exception occurred.</returns>
</member>
<member name="M:System.Configuration.ConfigurationErrorsException.GetLineNumber(System.Xml.XmlNode)">
<summary>Gets the line number within the configuration file that the internal <see cref="T:System.Xml.XmlNode"></see> object represented when this configuration exception was thrown.</summary>
<param name="node">The <see cref="T:System.Xml.XmlNode"></see> object that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception to be thrown.</param>
<returns>The line number within the configuration file that contains the <see cref="T:System.Xml.XmlNode"></see> object being parsed when this configuration exception was thrown.</returns>
</member>
<member name="M:System.Configuration.ConfigurationErrorsException.GetLineNumber(System.Xml.XmlReader)">
<summary>Gets the line number within the configuration file that the internal <see cref="T:System.Xml.XmlReader"></see> object was processing when this configuration exception was thrown.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader"></see> object that caused this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception to be thrown.</param>
<returns>The line number within the configuration file that the <see cref="T:System.Xml.XmlReader"></see> object was accessing when the exception occurred.</returns>
</member>
<member name="M:System.Configuration.ConfigurationErrorsException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object with the file name and line number at which this configuration exception occurred.</summary>
<param name="info">The object that holds the information to be serialized.</param>
<param name="context">The contextual information about the source or destination.</param>
</member>
<member name="P:System.Configuration.ConfigurationErrorsException.Line">
<summary>Gets the line number within the configuration file at which this configuration exception was thrown.</summary>
<returns>The line number within the configuration file at which this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception was thrown.</returns>
</member>
<member name="P:System.Configuration.ConfigurationErrorsException.Message">
<summary>Gets an extended description of why this configuration exception was thrown.</summary>
<returns>An extended description of why this <see cref="T:System.Configuration.ConfigurationErrorsException"></see> exception was thrown.</returns>
</member>
<member name="T:System.Configuration.ConfigurationException">
<summary>The exception that is thrown when a configuration system error has occurred.</summary>
</member>
<member name="M:System.Configuration.ConfigurationException.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationException"></see> class.</summary>
</member>
<member name="M:System.Configuration.ConfigurationException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationException"></see> class.</summary>
<param name="message">A message describing why this <see cref="T:System.Configuration.ConfigurationException"></see> exception was thrown.</param>
</member>
<member name="M:System.Configuration.ConfigurationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationException"></see> class.</summary>
<param name="info">The object that holds the information to deserialize.</param>
<param name="context">Contextual information about the source or destination.</param>
</member>
<member name="M:System.Configuration.ConfigurationException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationException"></see> class.</summary>
<param name="message">A message describing why this <see cref="T:System.Configuration.ConfigurationException"></see> exception was thrown.</param>
<param name="inner">The inner exception that caused this <see cref="T:System.Configuration.ConfigurationException"></see> to be thrown, if any.</param>
</member>
<member name="M:System.Configuration.ConfigurationException.#ctor(System.String,System.Xml.XmlNode)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationException"></see> class.</summary>
<param name="message">A message describing why this <see cref="T:System.Configuration.ConfigurationException"></see> exception was thrown.</param>
<param name="node">The <see cref="T:System.Xml.XmlNode"></see> that caused this <see cref="T:System.Configuration.ConfigurationException"></see> to be thrown.</param>
</member>
<member name="M:System.Configuration.ConfigurationException.#ctor(System.String,System.Exception,System.Xml.XmlNode)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationException"></see> class.</summary>
<param name="message">A message describing why this <see cref="T:System.Configuration.ConfigurationException"></see> exception was thrown.</param>
<param name="inner">The inner exception that caused this <see cref="T:System.Configuration.ConfigurationException"></see> to be thrown, if any.</param>
<param name="node">The <see cref="T:System.Xml.XmlNode"></see> that caused this <see cref="T:System.Configuration.ConfigurationException"></see> to be thrown.</param>
</member>
<member name="M:System.Configuration.ConfigurationException.#ctor(System.String,System.String,System.Int32)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationException"></see> class.</summary>
<param name="message">A message describing why this <see cref="T:System.Configuration.ConfigurationException"></see> exception was thrown.</param>
<param name="filename">The path to the configuration file that caused this <see cref="T:System.Configuration.ConfigurationException"></see> to be thrown.</param>
<param name="line">The line number within the configuration file at which this <see cref="T:System.Configuration.ConfigurationException"></see> was thrown.</param>
</member>
<member name="M:System.Configuration.ConfigurationException.#ctor(System.String,System.Exception,System.String,System.Int32)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationException"></see> class.</summary>
<param name="message">A message describing why this <see cref="T:System.Configuration.ConfigurationException"></see> exception was thrown.</param>
<param name="inner">The inner exception that caused this <see cref="T:System.Configuration.ConfigurationException"></see> to be thrown, if any.</param>
<param name="filename">The path to the configuration file that caused this <see cref="T:System.Configuration.ConfigurationException"></see> to be thrown.</param>
<param name="line">The line number within the configuration file at which this <see cref="T:System.Configuration.ConfigurationException"></see> was thrown.</param>
</member>
<member name="P:System.Configuration.ConfigurationException.BareMessage">
<summary>Gets a description of why this configuration exception was thrown.</summary>
<returns>A description of why this <see cref="T:System.Configuration.ConfigurationException"></see> exception was thrown.</returns>
</member>
<member name="P:System.Configuration.ConfigurationException.Filename">
<summary>Gets the path to the configuration file that caused this configuration exception to be thrown.</summary>
<returns>The path to the configuration file that caused this <see cref="T:System.Configuration.ConfigurationException"></see> exception to be thrown.</returns>
</member>
<member name="M:System.Configuration.ConfigurationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object with the file name and line number at which this configuration exception occurred.</summary>
<param name="info">The object that holds the information to be serialized.</param>
<param name="context">The contextual information about the source or destination.</param>
</member>
<member name="M:System.Configuration.ConfigurationException.GetXmlNodeFilename(System.Xml.XmlNode)">
<summary>Gets the path to the configuration file from which the internal <see cref="T:System.Xml.XmlNode"></see> object was loaded when this configuration exception was thrown.</summary>
<param name="node">The <see cref="T:System.Xml.XmlNode"></see> that caused this <see cref="T:System.Configuration.ConfigurationException"></see> exception to be thrown.</param>
<returns>A string representing the node file name.</returns>
</member>
<member name="M:System.Configuration.ConfigurationException.GetXmlNodeLineNumber(System.Xml.XmlNode)">
<summary>Gets the line number within the configuration file that the internal <see cref="T:System.Xml.XmlNode"></see> object represented when this configuration exception was thrown.</summary>
<param name="node">The <see cref="T:System.Xml.XmlNode"></see> that caused this <see cref="T:System.Configuration.ConfigurationException"></see> exception to be thrown.</param>
<returns>An int representing the node line number.</returns>
</member>
<member name="P:System.Configuration.ConfigurationException.Line">
<summary>Gets the line number within the configuration file at which this configuration exception was thrown.</summary>
<returns>The line number within the configuration file at which this <see cref="T:System.Configuration.ConfigurationException"></see> exception was thrown.</returns>
</member>
<member name="P:System.Configuration.ConfigurationException.Message">
<summary>Gets an extended description of why this configuration exception was thrown.</summary>
<returns>An extended description of why this <see cref="T:System.Configuration.ConfigurationException"></see> exception was thrown.</returns>
</member>
<member name="T:System.Configuration.ConfigurationFileMap">
<summary>Defines the configuration file mapping for the machine configuration file.</summary>
</member>
<member name="M:System.Configuration.ConfigurationFileMap.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationFileMap"></see> class.</summary>
</member>
<member name="M:System.Configuration.ConfigurationFileMap.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationFileMap"></see> class based on the supplied parameter.</summary>
<param name="machineConfigFilename">The name of the machine configuration file.</param>
</member>
<member name="M:System.Configuration.ConfigurationFileMap.Clone">
<summary>Creates a copy of the existing <see cref="T:System.Configuration.ConfigurationFileMap"></see> object.</summary>
<returns>A <see cref="T:System.Configuration.ConfigurationFileMap"></see> object.</returns>
</member>
<member name="P:System.Configuration.ConfigurationFileMap.MachineConfigFilename">
<summary>Gets or sets the name of the machine configuration file name.</summary>
<returns>The machine configuration file name.</returns>
</member>
<member name="T:System.Configuration.ConfigurationLocation">
<summary>Represents a location element within a configuration file.</summary>
</member>
<member name="M:System.Configuration.ConfigurationLocation.OpenConfiguration">
<summary>Creates an instance of a Configuration object.</summary>
<returns>A Configuration object.</returns>
</member>
<member name="P:System.Configuration.ConfigurationLocation.Path">
<summary>Gets the relative path to the resource whose configuration settings are represented by this <see cref="T:System.Configuration.ConfigurationLocation"></see> object.</summary>
<returns>The relative path to the resource whose configuration settings are represented by this <see cref="T:System.Configuration.ConfigurationLocation"></see>.</returns>
</member>
<member name="T:System.Configuration.ConfigurationLocationCollection">
<summary>Contains a collection of <see cref="T:System.Configuration.ConfigurationLocationCollection"></see> objects.</summary>
</member>
<member name="P:System.Configuration.ConfigurationLocationCollection.Item(System.Int32)">
<summary>Gets the <see cref="T:System.Configuration.ConfigurationLocationCollection"></see> object at the specified index.</summary>
<param name="index">The index location of the <see cref="T:System.Configuration.ConfigurationLocationCollection"></see> to return.</param>
<returns>The <see cref="T:System.Configuration.ConfigurationLocationCollection"></see> at the specified index.</returns>
</member>
<member name="T:System.Configuration.ConfigurationLockCollection">
<summary>Contains a collection of locked configuration objects. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.ConfigurationLockCollection.Add(System.String)">
<summary>Locks a configuration object by adding it to the collection.</summary>
<param name="name">The name of the configuration object.</param>
<exception cref="T:System.Configuration.ConfigurationErrorsException">Occurs when the <paramref name="name">name</paramref> does not match an existing configuration object within the collection.</exception>
</member>
<member name="P:System.Configuration.ConfigurationLockCollection.AttributeList">
<summary>Gets a list of configuration objects contained in the collection.</summary>
<returns>A comma-delimited string that lists the lock configuration objects in the collection.</returns>
</member>
<member name="M:System.Configuration.ConfigurationLockCollection.Clear">
<summary>Clears all configuration objects from the collection.</summary>
</member>
<member name="M:System.Configuration.ConfigurationLockCollection.Contains(System.String)">
<summary>Verifies whether a specific configuration object is locked.</summary>
<param name="name">The name of the configuration object to verify.</param>
<returns>true if the <see cref="T:System.Configuration.ConfigurationLockCollection"></see> contains the specified configuration object; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.ConfigurationLockCollection.CopyTo(System.String[],System.Int32)">
<summary>Copies the entire <see cref="T:System.Configuration.ConfigurationLockCollection"></see> collection to a compatible one-dimensional <see cref="T:System.Array"></see>, starting at the specified index of the target array.</summary>
<param name="array">A one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from the <see cref="T:System.Configuration.ConfigurationLockCollection"></see>. The <see cref="T:System.Array"></see> must have zero-based indexing.</param>
<param name="index">The zero-based index in array at which copying begins.</param>
</member>
<member name="P:System.Configuration.ConfigurationLockCollection.Count">
<summary>Gets the number of locked configuration objects contained in the collection.</summary>
<returns>The number of locked configuration objects contained in the collection.</returns>
</member>
<member name="M:System.Configuration.ConfigurationLockCollection.GetEnumerator">
<summary>Gets an <see cref="T:System.Collections.IEnumerator"></see> object, which is used to iterate through this <see cref="T:System.Configuration.ConfigurationLockCollection"></see> collection.</summary>
<returns>An <see cref="T:System.Collections.IEnumerator"></see> object.</returns>
</member>
<member name="P:System.Configuration.ConfigurationLockCollection.HasParentElements">
<summary>Gets a value specifying whether the collection of locked objects has parent elements.</summary>
<returns>true if the <see cref="T:System.Configuration.ConfigurationLockCollection"></see> collection has parent elements; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.ConfigurationLockCollection.IsModified">
<summary>Gets a value specifying whether the collection has been modified.</summary>
<returns>true if the <see cref="T:System.Configuration.ConfigurationLockCollection"></see> collection has been modified; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.ConfigurationLockCollection.IsReadOnly(System.String)">
<summary>Verifies whether a specific configuration object is read-only.</summary>
<param name="name">The name of the configuration object to verify.</param>
<returns>true if the specified configuration object in the <see cref="T:System.Configuration.ConfigurationLockCollection"></see> collection is read-only; otherwise, false.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The specified configuration object is not in the collection.</exception>
</member>
<member name="P:System.Configuration.ConfigurationLockCollection.IsSynchronized">
<summary>Gets a value specifying whether the collection is synchronized.</summary>
<returns>true if the <see cref="T:System.Configuration.ConfigurationLockCollection"></see> collection is synchronized; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.ConfigurationLockCollection.Remove(System.String)">
<summary>Removes a configuration object from the collection.</summary>
<param name="name">The name of the configuration object.</param>
<exception cref="T:System.Configuration.ConfigurationErrorsException">Occurs when the <paramref name="name">name</paramref> does not match an existing configuration object within the collection.</exception>
</member>
<member name="M:System.Configuration.ConfigurationLockCollection.SetFromList(System.String)">
<summary>Locks a set of configuration objects based on the supplied list.</summary>
<param name="attributeList">A comma-delimited string.</param>
<exception cref="T:System.Configuration.ConfigurationErrorsException">Occurs when an item in the <paramref name="attributeList">attributeList</paramref> parameter is not a valid lockable configuration attribute.</exception>
</member>
<member name="P:System.Configuration.ConfigurationLockCollection.SyncRoot">
<summary>Gets an object used to synchronize access to this <see cref="T:System.Configuration.ConfigurationLockCollection"></see> collection.</summary>
<returns>An object used to synchronize access to this <see cref="T:System.Configuration.ConfigurationLockCollection"></see> collection.</returns>
</member>
<member name="M:System.Configuration.ConfigurationLockCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
<summary>Copies the entire <see cref="T:System.Configuration.ConfigurationLockCollection"></see> collection to a compatible one-dimensional <see cref="T:System.Array"></see>, starting at the specified index of the target array.</summary>
<param name="array">A one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from the <see cref="T:System.Configuration.ConfigurationLockCollection"></see> collection. The <see cref="T:System.Array"></see> must have zero-based indexing.</param>
<param name="index">The zero-based index in array at which copying begins.</param>
</member>
<member name="T:System.Configuration.ConfigurationManager">
<summary>Provides access to configuration files for client applications. This class cannot be inherited.</summary>
</member>
<member name="P:System.Configuration.ConfigurationManager.AppSettings">
<summary>Gets the <see cref="T:System.Configuration.AppSettingsSection"></see> data for the current application's default configuration.</summary>
<returns>Returns a <see cref="T:System.Collections.Specialized.NameValueCollection"></see> object that contains the contents of the <see cref="T:System.Configuration.AppSettingsSection"></see> object for the current application's default configuration.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">Could not retrieve a <see cref="T:System.Collections.Specialized.NameValueCollection"></see> object with the application settings data.</exception>
</member>
<member name="P:System.Configuration.ConfigurationManager.ConnectionStrings">
<summary>Gets the <see cref="T:System.Configuration.ConnectionStringsSection"></see> data for the current application's default configuration.</summary>
<returns>Returns a <see cref="T:System.Configuration.ConnectionStringSettingsCollection"></see> object that contains the contents of the <see cref="T:System.Configuration.ConnectionStringsSection"></see> object for the current application's default configuration.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">Could not retrieve a <see cref="T:System.Configuration.ConnectionStringSettingsCollection"></see> object.</exception>
</member>
<member name="M:System.Configuration.ConfigurationManager.GetSection(System.String)">
<summary>Retrieves a specified configuration section for the current application's default configuration.</summary>
<param name="sectionName">The configuration section path and name.</param>
<returns>The specified <see cref="T:System.Configuration.ConfigurationSection"></see> object, or null if the section does not exist.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">A configuration file could not be loaded.</exception>
</member>
<member name="M:System.Configuration.ConfigurationManager.OpenExeConfiguration(System.Configuration.ConfigurationUserLevel)">
<summary>Opens the configuration file for the current application as a <see cref="T:System.Configuration.Configuration"></see> object.</summary>
<param name="userLevel">The <see cref="T:System.Configuration.ConfigurationUserLevel"></see> for which you are opening the configuration.</param>
<returns>A <see cref="T:System.Configuration.Configuration"></see> object.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">A configuration file could not be loaded.</exception>
</member>
<member name="M:System.Configuration.ConfigurationManager.OpenExeConfiguration(System.String)">
<summary>Opens the specified client configuration file as a <see cref="T:System.Configuration.Configuration"></see> object.</summary>
<param name="exePath">The path of the executable (exe) file.</param>
<returns>A <see cref="T:System.Configuration.Configuration"></see> object.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">A configuration file could not be loaded.</exception>
</member>
<member name="M:System.Configuration.ConfigurationManager.OpenMachineConfiguration">
<summary>Opens the machine configuration file on the current computer as a <see cref="T:System.Configuration.Configuration"></see> object.</summary>
<returns>A <see cref="T:System.Configuration.Configuration"></see> object.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">A configuration file could not be loaded.</exception>
</member>
<member name="M:System.Configuration.ConfigurationManager.OpenMappedExeConfiguration(System.Configuration.ExeConfigurationFileMap,System.Configuration.ConfigurationUserLevel)">
<summary>Opens the specified client configuration file as a <see cref="T:System.Configuration.Configuration"></see> object that uses the specified file mapping and user level.</summary>
<param name="fileMap">An <see cref="T:System.Configuration.ExeConfigurationFileMap"></see> object that references configuration file to use instead of the application default configuration file.</param>
<param name="userLevel">The <see cref="T:System.Configuration.ConfigurationUserLevel"></see> object for which you are opening the configuration.</param>
<returns>The configuration object.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">A configuration file could not be loaded.</exception>
</member>
<member name="M:System.Configuration.ConfigurationManager.OpenMappedExeConfiguration(System.Configuration.ExeConfigurationFileMap,System.Configuration.ConfigurationUserLevel,System.Boolean)">
<summary>Opens the specified client configuration file as a <see cref="T:System.Configuration.Configuration"></see> object that uses the specified file mapping, user level, and preload option.</summary>
<param name="fileMap">An <see cref="T:System.Configuration.ExeConfigurationFileMap"></see> object that references the configuration file to use instead of the default application configuration file.</param>
<param name="userLevel">The <see cref="T:System.Configuration.ConfigurationUserLevel"></see> object for which you are opening the configuration.</param>
<param name="preLoad">true to preload all section groups and sections; otherwise, false.</param>
<returns>The configuration object.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">A configuration file could not be loaded.</exception>
</member>
<member name="M:System.Configuration.ConfigurationManager.OpenMappedMachineConfiguration(System.Configuration.ConfigurationFileMap)">
<summary>Opens the machine configuration file as a <see cref="T:System.Configuration.Configuration"></see> object that uses the specified file mapping.</summary>
<param name="fileMap">An <see cref="T:System.Configuration.ExeConfigurationFileMap"></see> object that references configuration file to use instead of the application default configuration file.</param>
<returns>A <see cref="T:System.Configuration.Configuration"></see> object.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">A configuration file could not be loaded.</exception>
</member>
<member name="M:System.Configuration.ConfigurationManager.RefreshSection(System.String)">
<summary>Refreshes the named section so the next time that it is retrieved it will be re-read from disk.</summary>
<param name="sectionName">The configuration section name or the configuration path and section name of the section to refresh.</param>
</member>
<member name="T:System.Configuration.ConfigurationProperty">
<summary>Represents an attribute or a child of a configuration element. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationProperty"></see> class.</summary>
<param name="name">The name of the configuration entity.</param>
<param name="type">The type of the configuration entity.</param>
</member>
<member name="M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type,System.Object)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationProperty"></see> class.</summary>
<param name="name">The name of the configuration entity.</param>
<param name="type">The type of the configuration entity.</param>
<param name="defaultValue"></param>
</member>
<member name="M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type,System.Object,System.Configuration.ConfigurationPropertyOptions)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationProperty"></see> class.</summary>
<param name="name">The name of the configuration entity.</param>
<param name="type">The type of the configuration entity.</param>
<param name="defaultValue"></param>
<param name="options"></param>
</member>
<member name="M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type,System.Object,System.ComponentModel.TypeConverter,System.Configuration.ConfigurationValidatorBase,System.Configuration.ConfigurationPropertyOptions)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationProperty"></see> class.</summary>
<param name="name">The name of the configuration entity.</param>
<param name="type">The type of the configuration entity.</param>
<param name="defaultValue"></param>
<param name="typeConverter"></param>
<param name="validator"></param>
<param name="options"></param>
</member>
<member name="M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type,System.Object,System.ComponentModel.TypeConverter,System.Configuration.ConfigurationValidatorBase,System.Configuration.ConfigurationPropertyOptions,System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationProperty"></see> class.</summary>
<param name="name">The name of the configuration entity.</param>
<param name="type">The type of the configuration entity.</param>
<param name="defaultValue"></param>
<param name="typeConverter"></param>
<param name="validator"></param>
<param name="options"></param>
<param name="description">The description of the configuration entity.</param>
</member>
<member name="P:System.Configuration.ConfigurationProperty.Converter">
<summary>Gets the <see cref="T:System.ComponentModel.TypeConverter"></see> used to convert this <see cref="T:System.Configuration.ConfigurationProperty"></see> into an XML representation for writing to the configuration file.</summary>
<returns>A <see cref="T:System.ComponentModel.TypeConverter"></see> used to convert this <see cref="T:System.Configuration.ConfigurationProperty"></see> into an XML representation for writing to the configuration file.</returns>
<exception cref="T:System.Exception">This <see cref="T:System.Configuration.ConfigurationProperty"></see> cannot be converted.</exception>
</member>
<member name="P:System.Configuration.ConfigurationProperty.DefaultValue">
<summary>Gets the default value for this <see cref="T:System.Configuration.ConfigurationProperty"></see> property.</summary>
<returns>An <see cref="T:System.Object"></see> that can be cast to the type specified by the <see cref="P:System.Configuration.ConfigurationProperty.Type"></see> property.</returns>
</member>
<member name="P:System.Configuration.ConfigurationProperty.Description">
<summary>Gets the description associated with the <see cref="T:System.Configuration.ConfigurationProperty"></see>.</summary>
<returns>A string value that describes the property.</returns>
</member>
<member name="P:System.Configuration.ConfigurationProperty.IsAssemblyStringTransformationRequired">
<summary>Indicates whether the assembly name for the configuration property requires transformation when it is serialized for an earlier version of the .NET Framework.</summary>
<returns>true if the property requires assembly name transformation; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.ConfigurationProperty.IsDefaultCollection">
<summary>Gets a value that indicates whether the property is the default collection of an element.</summary>
<returns>true if the property is the default collection of an element; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.ConfigurationProperty.IsKey">
<summary>Gets a value indicating whether this <see cref="T:System.Configuration.ConfigurationProperty"></see> is the key for the containing <see cref="T:System.Configuration.ConfigurationElement"></see> object.</summary>
<returns>true if this <see cref="T:System.Configuration.ConfigurationProperty"></see> object is the key for the containing element; otherwise, false. The default is false.</returns>
</member>
<member name="P:System.Configuration.ConfigurationProperty.IsRequired">
<summary>Gets a value indicating whether this <see cref="T:System.Configuration.ConfigurationProperty"></see> is required.</summary>
<returns>true if the <see cref="T:System.Configuration.ConfigurationProperty"></see> is required; otherwise, false. The default is false.</returns>
</member>
<member name="P:System.Configuration.ConfigurationProperty.IsTypeStringTransformationRequired">
<summary>Indicates whether the type name for the configuration property requires transformation when it is serialized for an earlier version of the .NET Framework.</summary>
<returns>true if the property requires type-name transformation; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.ConfigurationProperty.IsVersionCheckRequired">
<summary>Indicates whether the configuration property's parent configuration section is queried at serialization time to determine whether the configuration property should be serialized into XML.</summary>
<returns>true if the parent configuration section should be queried; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.ConfigurationProperty.Name">
<summary>Gets the name of this <see cref="T:System.Configuration.ConfigurationProperty"></see>.</summary>
<returns>The name of the <see cref="T:System.Configuration.ConfigurationProperty"></see>.</returns>
</member>
<member name="P:System.Configuration.ConfigurationProperty.Type">
<summary>Gets the type of this <see cref="T:System.Configuration.ConfigurationProperty"></see> object.</summary>
<returns>A <see cref="T:System.Type"></see> representing the type of this <see cref="T:System.Configuration.ConfigurationProperty"></see> object.</returns>
</member>
<member name="P:System.Configuration.ConfigurationProperty.Validator">
<summary>Gets the <see cref="T:System.Configuration.ConfigurationValidatorAttribute"></see>, which is used to validate this <see cref="T:System.Configuration.ConfigurationProperty"></see> object.</summary>
<returns>The <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> validator, which is used to validate this <see cref="T:System.Configuration.ConfigurationProperty"></see>.</returns>
</member>
<member name="T:System.Configuration.ConfigurationPropertyAttribute">
<summary>Declaratively instructs the .NET Framework to instantiate a configuration property. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.ConfigurationPropertyAttribute.#ctor(System.String)">
<summary>Initializes a new instance of <see cref="T:System.Configuration.ConfigurationPropertyAttribute"></see> class.</summary>
<param name="name">Name of the <see cref="T:System.Configuration.ConfigurationProperty"></see> object defined.</param>
</member>
<member name="P:System.Configuration.ConfigurationPropertyAttribute.DefaultValue">
<summary>Gets or sets the default value for the decorated property.</summary>
<returns>The object representing the default value of the decorated configuration-element property.</returns>
</member>
<member name="P:System.Configuration.ConfigurationPropertyAttribute.IsDefaultCollection">
<summary>Gets or sets a value indicating whether this is the default property collection for the decorated configuration property.</summary>
<returns>true if the property represents the default collection of an element; otherwise, false. The default is false.</returns>
</member>
<member name="P:System.Configuration.ConfigurationPropertyAttribute.IsKey">
<summary>Gets or sets a value indicating whether this is a key property for the decorated element property.</summary>
<returns>true if the property is a key property for an element of the collection; otherwise, false. The default is false.</returns>
</member>
<member name="P:System.Configuration.ConfigurationPropertyAttribute.IsRequired">
<summary>Gets or sets a value indicating whether the decorated element property is required.</summary>
<returns>true if the property is required; otherwise, false. The default is false.</returns>
</member>
<member name="P:System.Configuration.ConfigurationPropertyAttribute.Name">
<summary>Gets the name of the decorated configuration-element property.</summary>
<returns>The name of the decorated configuration-element property.</returns>
</member>
<member name="P:System.Configuration.ConfigurationPropertyAttribute.Options">
<summary>Gets or sets the <see cref="T:System.Configuration.ConfigurationPropertyOptions"></see> for the decorated configuration-element property.</summary>
<returns>One of the <see cref="T:System.Configuration.ConfigurationPropertyOptions"></see> enumeration values associated with the property.</returns>
</member>
<member name="T:System.Configuration.ConfigurationPropertyCollection">
<summary>Represents a collection of configuration-element properties.</summary>
</member>
<member name="M:System.Configuration.ConfigurationPropertyCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationPropertyCollection"></see> class.</summary>
</member>
<member name="M:System.Configuration.ConfigurationPropertyCollection.Add(System.Configuration.ConfigurationProperty)">
<summary>Adds a configuration property to the collection.</summary>
<param name="property">The <see cref="T:System.Configuration.ConfigurationProperty"></see> to add.</param>
</member>
<member name="M:System.Configuration.ConfigurationPropertyCollection.Clear">
<summary>Removes all configuration property objects from the collection.</summary>
</member>
<member name="M:System.Configuration.ConfigurationPropertyCollection.Contains(System.String)">
<summary>Specifies whether the configuration property is contained in this collection.</summary>
<param name="name">An identifier for the <see cref="T:System.Configuration.ConfigurationProperty"></see> to verify.</param>
<returns>true if the specified <see cref="T:System.Configuration.ConfigurationProperty"></see> is contained in the collection; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.ConfigurationPropertyCollection.CopyTo(System.Configuration.ConfigurationProperty[],System.Int32)">
<summary>Copies this ConfigurationPropertyCollection to an array.</summary>
<param name="array">Array to which to copy.</param>
<param name="index">Index at which to begin copying.</param>
</member>
<member name="P:System.Configuration.ConfigurationPropertyCollection.Count">
<summary>Gets the number of properties in the collection.</summary>
<returns>The number of properties in the collection.</returns>
</member>
<member name="M:System.Configuration.ConfigurationPropertyCollection.GetEnumerator">
<summary>Gets the <see cref="T:System.Collections.IEnumerator"></see> object as it applies to the collection.</summary>
<returns>The <see cref="T:System.Collections.IEnumerator"></see> object as it applies to the collection</returns>
</member>
<member name="P:System.Configuration.ConfigurationPropertyCollection.IsSynchronized">
<summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
<returns>true if access to the <see cref="T:System.Configuration.ConfigurationPropertyCollection"></see> is synchronized; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.ConfigurationPropertyCollection.Item(System.String)">
<summary>Gets the collection item with the specified name.</summary>
<param name="name">The <see cref="T:System.Configuration.ConfigurationProperty"></see> to return.</param>
<returns>The <see cref="T:System.Configuration.ConfigurationProperty"></see> with the specified <paramref name="name">name</paramref>.</returns>
</member>
<member name="M:System.Configuration.ConfigurationPropertyCollection.Remove(System.String)">
<summary>Removes a configuration property from the collection.</summary>
<param name="name">The <see cref="T:System.Configuration.ConfigurationProperty"></see> to remove.</param>
<returns>true if the specified <see cref="T:System.Configuration.ConfigurationProperty"></see> was removed; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.ConfigurationPropertyCollection.SyncRoot">
<summary>Gets the object to synchronize access to the collection.</summary>
<returns>The object to synchronize access to the collection.</returns>
</member>
<member name="M:System.Configuration.ConfigurationPropertyCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
<summary>Copies this collection to an array.</summary>
<param name="array">The array to which to copy.</param>
<param name="index">The index location at which to begin copying.</param>
</member>
<member name="T:System.Configuration.ConfigurationPropertyOptions">
<summary>Specifies the options to apply to a property.</summary>
</member>
<member name="F:System.Configuration.ConfigurationPropertyOptions.IsAssemblyStringTransformationRequired">
<summary>Indicates whether the assembly name for the configuration property requires transformation when it is serialized for an earlier version of the .NET Framework.</summary>
<returns></returns>
</member>
<member name="F:System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection">
<summary>Indicates that the property is a default collection.</summary>
<returns></returns>
</member>
<member name="F:System.Configuration.ConfigurationPropertyOptions.IsKey">
<summary>Indicates that the property is a collection key.</summary>
<returns></returns>
</member>
<member name="F:System.Configuration.ConfigurationPropertyOptions.IsRequired">
<summary>Indicates that the property is required.</summary>
<returns></returns>
</member>
<member name="F:System.Configuration.ConfigurationPropertyOptions.IsTypeStringTransformationRequired">
<summary>Indicates whether the type name for the configuration property requires transformation when it is serialized for an earlier version of the .NET Framework.</summary>
<returns></returns>
</member>
<member name="F:System.Configuration.ConfigurationPropertyOptions.IsVersionCheckRequired">
<summary>Indicates whether the configuration property's parent configuration section should be queried at serialization time to determine whether the configuration property should be serialized into XML.</summary>
<returns></returns>
</member>
<member name="F:System.Configuration.ConfigurationPropertyOptions.None">
<summary>Indicates that no option applies to the property.</summary>
<returns></returns>
</member>
<member name="T:System.Configuration.ConfigurationSaveMode">
<summary>Determines which properties are written out to a configuration file.</summary>
</member>
<member name="F:System.Configuration.ConfigurationSaveMode.Full">
<summary>Causes all properties to be written to the configuration file. This is useful mostly for creating information configuration files or moving configuration values from one machine to another.</summary>
<returns></returns>
</member>
<member name="F:System.Configuration.ConfigurationSaveMode.Minimal">
<summary>Causes only properties that differ from inherited values to be written to the configuration file.</summary>
<returns></returns>
</member>
<member name="F:System.Configuration.ConfigurationSaveMode.Modified">
<summary>Causes only modified properties to be written to the configuration file, even when the value is the same as the inherited value.</summary>
<returns></returns>
</member>
<member name="T:System.Configuration.ConfigurationSection">
<summary>Represents a section within a configuration file.</summary>
</member>
<member name="M:System.Configuration.ConfigurationSection.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationSection"></see> class.</summary>
</member>
<member name="M:System.Configuration.ConfigurationSection.DeserializeSection(System.Xml.XmlReader)">
<summary>Reads XML from the configuration file.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader"></see> object, which reads from the configuration file.</param>
<exception cref="T:System.Configuration.ConfigurationErrorsException"><paramref name="reader">reader</paramref> found no elements in the configuration file.</exception>
</member>
<member name="M:System.Configuration.ConfigurationSection.GetRuntimeObject">
<summary>Returns a custom object when overridden in a derived class.</summary>
<returns>The object representing the section.</returns>
</member>
<member name="M:System.Configuration.ConfigurationSection.IsModified">
<summary>Indicates whether this configuration element has been modified since it was last saved or loaded when implemented in a derived class.</summary>
<returns>true if the element has been modified; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.ConfigurationSection.ResetModified">
<summary>Resets the value of the <see cref="M:System.Configuration.ConfigurationElement.IsModified"></see> method to false when implemented in a derived class.</summary>
</member>
<member name="P:System.Configuration.ConfigurationSection.SectionInformation">
<summary>Gets a <see cref="T:System.Configuration.SectionInformation"></see> object that contains the non-customizable information and functionality of the <see cref="T:System.Configuration.ConfigurationSection"></see> object.</summary>
<returns>A <see cref="T:System.Configuration.SectionInformation"></see> that contains the non-customizable information and functionality of the <see cref="T:System.Configuration.ConfigurationSection"></see>.</returns>
</member>
<member name="M:System.Configuration.ConfigurationSection.SerializeSection(System.Configuration.ConfigurationElement,System.String,System.Configuration.ConfigurationSaveMode)">
<summary>Creates an XML string containing an unmerged view of the <see cref="T:System.Configuration.ConfigurationSection"></see> object as a single section to write to a file.</summary>
<param name="parentElement">The <see cref="T:System.Configuration.ConfigurationElement"></see> instance to use as the parent when performing the un-merge.</param>
<param name="name">The name of the section to create.</param>
<param name="saveMode">The <see cref="T:System.Configuration.ConfigurationSaveMode"></see> instance to use when writing to a string.</param>
<returns>An XML string containing an unmerged view of the <see cref="T:System.Configuration.ConfigurationSection"></see> object.</returns>
</member>
<member name="M:System.Configuration.ConfigurationSection.ShouldSerializeElementInTargetVersion(System.Configuration.ConfigurationElement,System.String,System.Runtime.Versioning.FrameworkName)">
<summary>Indicates whether the specified element should be serialized when the configuration object hierarchy is serialized for the specified target version of the .NET Framework.</summary>
<param name="element">The <see cref="T:System.Configuration.ConfigurationElement"></see> object that is a candidate for serialization.</param>
<param name="elementName">The name of the <see cref="T:System.Configuration.ConfigurationElement"></see> object as it occurs in XML.</param>
<param name="targetFramework">The target version of the .NET Framework.</param>
<returns>true if the <paramref name="element">element</paramref> should be serialized; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.ConfigurationSection.ShouldSerializePropertyInTargetVersion(System.Configuration.ConfigurationProperty,System.String,System.Runtime.Versioning.FrameworkName,System.Configuration.ConfigurationElement)">
<summary>Indicates whether the specified property should be serialized when the configuration object hierarchy is serialized for the specified target version of the .NET Framework.</summary>
<param name="property">The <see cref="T:System.Configuration.ConfigurationProperty"></see> object that is a candidate for serialization.</param>
<param name="propertyName">The name of the <see cref="T:System.Configuration.ConfigurationProperty"></see> object as it occurs in XML.</param>
<param name="targetFramework">The target version of the .NET Framework.</param>
<param name="parentConfigurationElement">The parent element of the property.</param>
<returns>true if the <paramref name="property">property</paramref> should be serialized; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.ConfigurationSection.ShouldSerializeSectionInTargetVersion(System.Runtime.Versioning.FrameworkName)">
<summary>Indicates whether the current <see cref="T:System.Configuration.ConfigurationSection"></see> instance should be serialized when the configuration object hierarchy is serialized for the specified target version of the .NET Framework.</summary>
<param name="targetFramework">The target version of the .NET Framework.</param>
<returns>true if the current section should be serialized; otherwise, false.</returns>
</member>
<member name="T:System.Configuration.ConfigurationSectionCollection">
<summary>Represents a collection of related sections within a configuration file.</summary>
</member>
<member name="M:System.Configuration.ConfigurationSectionCollection.Add(System.String,System.Configuration.ConfigurationSection)">
<summary>Adds a <see cref="T:System.Configuration.ConfigurationSection"></see> object to the <see cref="T:System.Configuration.ConfigurationSectionCollection"></see> object.</summary>
<param name="name">The name of the section to be added.</param>
<param name="section">The section to be added.</param>
</member>
<member name="M:System.Configuration.ConfigurationSectionCollection.Clear">
<summary>Clears this <see cref="T:System.Configuration.ConfigurationSectionCollection"></see> object.</summary>
</member>
<member name="M:System.Configuration.ConfigurationSectionCollection.CopyTo(System.Configuration.ConfigurationSection[],System.Int32)">
<summary>Copies this <see cref="T:System.Configuration.ConfigurationSectionCollection"></see> object to an array.</summary>
<param name="array">The array to copy the <see cref="T:System.Configuration.ConfigurationSectionCollection"></see> object to.</param>
<param name="index">The index location at which to begin copying.</param>
<exception cref="T:System.ArgumentNullException"><paramref name="array">array</paramref> is null.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">The length of <paramref name="array">array</paramref> is less than the value of <see cref="P:System.Configuration.ConfigurationSectionCollection.Count"></see> plus <paramref name="index">index</paramref>.</exception>
</member>
<member name="P:System.Configuration.ConfigurationSectionCollection.Count">
<summary>Gets the number of sections in this <see cref="T:System.Configuration.ConfigurationSectionCollection"></see> object.</summary>
<returns>An integer that represents the number of sections in the collection.</returns>
</member>
<member name="M:System.Configuration.ConfigurationSectionCollection.Get(System.Int32)">
<summary>Gets the specified <see cref="T:System.Configuration.ConfigurationSection"></see> object contained in this <see cref="T:System.Configuration.ConfigurationSectionCollection"></see> object.</summary>
<param name="index">The index of the <see cref="T:System.Configuration.ConfigurationSection"></see> object to be returned.</param>
<returns>The <see cref="T:System.Configuration.ConfigurationSection"></see> object at the specified index.</returns>
</member>
<member name="M:System.Configuration.ConfigurationSectionCollection.Get(System.String)">
<summary>Gets the specified <see cref="T:System.Configuration.ConfigurationSection"></see> object contained in this <see cref="T:System.Configuration.ConfigurationSectionCollection"></see> object.</summary>
<param name="name">The name of the <see cref="T:System.Configuration.ConfigurationSection"></see> object to be returned.</param>
<returns>The <see cref="T:System.Configuration.ConfigurationSection"></see> object with the specified name.</returns>
<exception cref="T:System.ArgumentException"><paramref name="name">name</paramref> is null or an empty string (&quot;&quot;).</exception>
</member>
<member name="M:System.Configuration.ConfigurationSectionCollection.GetEnumerator">
<summary>Gets an enumerator that can iterate through this <see cref="T:System.Configuration.ConfigurationSectionCollection"></see> object.</summary>
<returns>An <see cref="T:System.Collections.IEnumerator"></see> that can be used to iterate through this <see cref="T:System.Configuration.ConfigurationSectionCollection"></see> object.</returns>
</member>
<member name="M:System.Configuration.ConfigurationSectionCollection.GetKey(System.Int32)">
<summary>Gets the key of the specified <see cref="T:System.Configuration.ConfigurationSection"></see> object contained in this <see cref="T:System.Configuration.ConfigurationSectionCollection"></see> object.</summary>
<param name="index">The index of the <see cref="T:System.Configuration.ConfigurationSection"></see> object whose key is to be returned.</param>
<returns>The key of the <see cref="T:System.Configuration.ConfigurationSection"></see> object at the specified index.</returns>
</member>
<member name="M:System.Configuration.ConfigurationSectionCollection.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Used by the system during serialization.</summary>
<param name="info">The applicable <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object.</param>
<param name="context">The applicable <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object.</param>
</member>
<member name="P:System.Configuration.ConfigurationSectionCollection.Item(System.Int32)">
<summary>Gets the specified <see cref="T:System.Configuration.ConfigurationSection"></see> object.</summary>
<param name="index">The index of the <see cref="T:System.Configuration.ConfigurationSection"></see> object to be returned.</param>
<returns>The <see cref="T:System.Configuration.ConfigurationSection"></see> object at the specified index.</returns>
</member>
<member name="P:System.Configuration.ConfigurationSectionCollection.Item(System.String)">
<summary>Gets the specified <see cref="T:System.Configuration.ConfigurationSection"></see> object.</summary>
<param name="name">The name of the <see cref="T:System.Configuration.ConfigurationSection"></see> object to be returned.</param>
<returns>The <see cref="T:System.Configuration.ConfigurationSection"></see> object with the specified name.</returns>
</member>
<member name="P:System.Configuration.ConfigurationSectionCollection.Keys">
<summary>Gets the keys to all <see cref="T:System.Configuration.ConfigurationSection"></see> objects contained in this <see cref="T:System.Configuration.ConfigurationSectionCollection"></see> object.</summary>
<returns>A <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection"></see> object that contains the keys of all sections in this collection.</returns>
</member>
<member name="M:System.Configuration.ConfigurationSectionCollection.Remove(System.String)">
<summary>Removes the specified <see cref="T:System.Configuration.ConfigurationSection"></see> object from this <see cref="T:System.Configuration.ConfigurationSectionCollection"></see> object.</summary>
<param name="name">The name of the section to be removed.</param>
</member>
<member name="M:System.Configuration.ConfigurationSectionCollection.RemoveAt(System.Int32)">
<summary>Removes the specified <see cref="T:System.Configuration.ConfigurationSection"></see> object from this <see cref="T:System.Configuration.ConfigurationSectionCollection"></see> object.</summary>
<param name="index">The index of the section to be removed.</param>
</member>
<member name="T:System.Configuration.ConfigurationSectionGroup">
<summary>Represents a group of related sections within a configuration file.</summary>
</member>
<member name="M:System.Configuration.ConfigurationSectionGroup.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> class.</summary>
</member>
<member name="M:System.Configuration.ConfigurationSectionGroup.ForceDeclaration">
<summary>Forces the declaration for this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object.</summary>
</member>
<member name="M:System.Configuration.ConfigurationSectionGroup.ForceDeclaration(System.Boolean)">
<summary>Forces the declaration for this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object.</summary>
<param name="force"></param>
<exception cref="T:System.InvalidOperationException">The <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object is the root section group. - or - The <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object has a location.</exception>
</member>
<member name="P:System.Configuration.ConfigurationSectionGroup.IsDeclarationRequired">
<summary>Gets a value that indicates whether this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object declaration is required.</summary>
<returns>true if this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> declaration is required; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.ConfigurationSectionGroup.IsDeclared">
<summary>Gets a value that indicates whether this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object is declared.</summary>
<returns>true if this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> is declared; otherwise, false. The default is false.</returns>
</member>
<member name="P:System.Configuration.ConfigurationSectionGroup.Name">
<summary>Gets the name property of this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object.</summary>
<returns>The name property of this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object.</returns>
</member>
<member name="P:System.Configuration.ConfigurationSectionGroup.SectionGroupName">
<summary>Gets the section group name associated with this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see>.</summary>
<returns>The section group name of this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object.</returns>
</member>
<member name="P:System.Configuration.ConfigurationSectionGroup.SectionGroups">
<summary>Gets a <see cref="T:System.Configuration.ConfigurationSectionGroupCollection"></see> object that contains all the <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> objects that are children of this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object.</summary>
<returns>A <see cref="T:System.Configuration.ConfigurationSectionGroupCollection"></see> object that contains all the <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> objects that are children of this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object.</returns>
</member>
<member name="P:System.Configuration.ConfigurationSectionGroup.Sections">
<summary>Gets a <see cref="T:System.Configuration.ConfigurationSectionCollection"></see> object that contains all of <see cref="T:System.Configuration.ConfigurationSection"></see> objects within this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object.</summary>
<returns>A <see cref="T:System.Configuration.ConfigurationSectionCollection"></see> object that contains all the <see cref="T:System.Configuration.ConfigurationSection"></see> objects within this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object.</returns>
</member>
<member name="M:System.Configuration.ConfigurationSectionGroup.ShouldSerializeSectionGroupInTargetVersion(System.Runtime.Versioning.FrameworkName)">
<summary>Indicates whether the current <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> instance should be serialized when the configuration object hierarchy is serialized for the specified target version of the .NET Framework.</summary>
<param name="targetFramework">The target version of the .NET Framework.</param>
<returns>true if the current section group should be serialized; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.ConfigurationSectionGroup.Type">
<summary>Gets or sets the type for this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object.</summary>
<returns>The type of this <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object.</returns>
<exception cref="T:System.InvalidOperationException">The <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object is the root section group. - or - The <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object has a location.</exception>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The section or group is already defined at another level.</exception>
</member>
<member name="T:System.Configuration.ConfigurationSectionGroupCollection">
<summary>Represents a collection of <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> objects.</summary>
</member>
<member name="M:System.Configuration.ConfigurationSectionGroupCollection.Add(System.String,System.Configuration.ConfigurationSectionGroup)">
<summary>Adds a <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object to this <see cref="T:System.Configuration.ConfigurationSectionGroupCollection"></see> object.</summary>
<param name="name">The name of the <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object to be added.</param>
<param name="sectionGroup">The <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object to be added.</param>
</member>
<member name="M:System.Configuration.ConfigurationSectionGroupCollection.Clear">
<summary>Clears the collection.</summary>
</member>
<member name="M:System.Configuration.ConfigurationSectionGroupCollection.CopyTo(System.Configuration.ConfigurationSectionGroup[],System.Int32)">
<summary>Copies this <see cref="T:System.Configuration.ConfigurationSectionGroupCollection"></see> object to an array.</summary>
<param name="array">The array to copy the object to.</param>
<param name="index">The index location at which to begin copying.</param>
<exception cref="T:System.ArgumentNullException"><paramref name="array">array</paramref> is null.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">The length of <paramref name="array">array</paramref> is less than the value of <see cref="P:System.Configuration.ConfigurationSectionGroupCollection.Count"></see> plus <paramref name="index">index</paramref>.</exception>
</member>
<member name="P:System.Configuration.ConfigurationSectionGroupCollection.Count">
<summary>Gets the number of section groups in the collection.</summary>
<returns>An integer that represents the number of section groups in the collection.</returns>
</member>
<member name="M:System.Configuration.ConfigurationSectionGroupCollection.Get(System.Int32)">
<summary>Gets the specified <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object contained in the collection.</summary>
<param name="index">The index of the <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object to be returned.</param>
<returns>The <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object at the specified index.</returns>
</member>
<member name="M:System.Configuration.ConfigurationSectionGroupCollection.Get(System.String)">
<summary>Gets the specified <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object from the collection.</summary>
<param name="name">The name of the <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object to be returned.</param>
<returns>The <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object with the specified name.</returns>
<exception cref="T:System.ArgumentException"><paramref name="name">name</paramref> is null or an empty string (&quot;&quot;).</exception>
</member>
<member name="M:System.Configuration.ConfigurationSectionGroupCollection.GetEnumerator">
<summary>Gets an enumerator that can iterate through the <see cref="T:System.Configuration.ConfigurationSectionGroupCollection"></see> object.</summary>
<returns>An <see cref="T:System.Collections.IEnumerator"></see> that can be used to iterate through the <see cref="T:System.Configuration.ConfigurationSectionGroupCollection"></see> object.</returns>
</member>
<member name="M:System.Configuration.ConfigurationSectionGroupCollection.GetKey(System.Int32)">
<summary>Gets the key of the specified <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object contained in this <see cref="T:System.Configuration.ConfigurationSectionGroupCollection"></see> object.</summary>
<param name="index">The index of the section group whose key is to be returned.</param>
<returns>The key of the <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object at the specified index.</returns>
</member>
<member name="M:System.Configuration.ConfigurationSectionGroupCollection.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Used by the system during serialization.</summary>
<param name="info">The applicable <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object.</param>
<param name="context">The applicable <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object.</param>
</member>
<member name="P:System.Configuration.ConfigurationSectionGroupCollection.Item(System.Int32)">
<summary>Gets the <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object whose index is specified from the collection.</summary>
<param name="index">The index of the <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object to be returned.</param>
<returns>The <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object at the specified index. In C#, this property is the indexer for the <see cref="T:System.Configuration.ConfigurationSectionCollection"></see> class.</returns>
</member>
<member name="P:System.Configuration.ConfigurationSectionGroupCollection.Item(System.String)">
<summary>Gets the <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object whose name is specified from the collection.</summary>
<param name="name">The name of the <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object to be returned.</param>
<returns>The <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object with the specified name. In C#, this property is the indexer for the <see cref="T:System.Configuration.ConfigurationSectionCollection"></see> class.</returns>
</member>
<member name="P:System.Configuration.ConfigurationSectionGroupCollection.Keys">
<summary>Gets the keys to all <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> objects contained in this <see cref="T:System.Configuration.ConfigurationSectionGroupCollection"></see> object.</summary>
<returns>A <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection"></see> object that contains the names of all section groups in this collection.</returns>
</member>
<member name="M:System.Configuration.ConfigurationSectionGroupCollection.Remove(System.String)">
<summary>Removes the <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object whose name is specified from this <see cref="T:System.Configuration.ConfigurationSectionGroupCollection"></see> object.</summary>
<param name="name">The name of the section group to be removed.</param>
</member>
<member name="M:System.Configuration.ConfigurationSectionGroupCollection.RemoveAt(System.Int32)">
<summary>Removes the <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object whose index is specified from this <see cref="T:System.Configuration.ConfigurationSectionGroupCollection"></see> object.</summary>
<param name="index">The index of the section group to be removed.</param>
</member>
<member name="T:System.Configuration.ConfigurationSettings">
<summary>Provides runtime versions 1.0 and 1.1 support for reading configuration sections and common configuration settings.</summary>
</member>
<member name="P:System.Configuration.ConfigurationSettings.AppSettings">
<summary>Gets a read-only <see cref="T:System.Collections.Specialized.NameValueCollection"></see> of the application settings section of the configuration file.</summary>
<returns>A read-only <see cref="T:System.Collections.Specialized.NameValueCollection"></see> of the application settings section from the configuration file.</returns>
</member>
<member name="M:System.Configuration.ConfigurationSettings.GetConfig(System.String)">
<summary>Returns the <see cref="T:System.Configuration.ConfigurationSection"></see> object for the passed configuration section name and path.</summary>
<param name="sectionName">A configuration name and path, such as &quot;system.net/settings&quot;.</param>
<returns><p sourcefile="System.Configuration.ConfigurationManager.yml" sourcestartlinenumber="1" sourceendlinenumber="3"><p sourcefile="System.Configuration.ConfigurationManager.yml" sourcestartlinenumber="1" sourceendlinenumber="1">The <xref href="System.Configuration.ConfigurationSection"></xref> object for the passed configuration section name and path. </p>
<block subset="none" type="note"><p><br> The <xref href="System.Configuration.ConfigurationSettings"></xref> class provides backward compatibility only. You should use the <xref href="System.Configuration.ConfigurationManager"></xref> class or <xref href="System.Web.Configuration.WebConfigurationManager"></xref> class instead. </p>
<p sourcefile="System.Configuration.ConfigurationManager.yml" sourcestartlinenumber="5" sourceendlinenumber="5"></block></p>
</returns>
<exception cref="T:System.Configuration.ConfigurationException">Unable to retrieve the requested section.</exception>
</member>
<member name="T:System.Configuration.ConfigurationUserLevel">
<summary>Used to specify which configuration file is to be represented by the Configuration object.</summary>
</member>
<member name="F:System.Configuration.ConfigurationUserLevel.None">
<summary>Get the <see cref="T:System.Configuration.Configuration"></see> that applies to all users.</summary>
<returns></returns>
</member>
<member name="F:System.Configuration.ConfigurationUserLevel.PerUserRoaming">
<summary>Get the roaming <see cref="T:System.Configuration.Configuration"></see> that applies to the current user.</summary>
<returns></returns>
</member>
<member name="F:System.Configuration.ConfigurationUserLevel.PerUserRoamingAndLocal">
<summary>Get the local <see cref="T:System.Configuration.Configuration"></see> that applies to the current user.</summary>
<returns></returns>
</member>
<member name="T:System.Configuration.ConfigurationValidatorAttribute">
<summary>Serves as the base class for the <see cref="N:System.Configuration"></see> validator attribute types.</summary>
</member>
<member name="M:System.Configuration.ConfigurationValidatorAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationValidatorAttribute"></see> class.</summary>
</member>
<member name="M:System.Configuration.ConfigurationValidatorAttribute.#ctor(System.Type)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationValidatorAttribute"></see> class using the specified validator type.</summary>
<param name="validator">The validator type to use when creating an instance of <see cref="T:System.Configuration.ConfigurationValidatorAttribute"></see>.</param>
<exception cref="T:System.ArgumentNullException"><paramref name="validator">validator</paramref> is null.</exception>
<exception cref="T:System.ArgumentException"><paramref name="validator">validator</paramref> is not derived from <see cref="T:System.Configuration.ConfigurationValidatorBase"></see>.</exception>
</member>
<member name="P:System.Configuration.ConfigurationValidatorAttribute.ValidatorInstance">
<summary>Gets the validator attribute instance.</summary>
<returns>The current <see cref="T:System.Configuration.ConfigurationValidatorBase"></see>.</returns>
</member>
<member name="P:System.Configuration.ConfigurationValidatorAttribute.ValidatorType">
<summary>Gets the type of the validator attribute.</summary>
<returns>The <see cref="T:System.Type"></see> of the current validator attribute instance.</returns>
</member>
<member name="T:System.Configuration.ConfigurationValidatorBase">
<summary>Acts as a base class for deriving a validation class so that a value of an object can be verified.</summary>
</member>
<member name="M:System.Configuration.ConfigurationValidatorBase.#ctor">
<summary>Initializes an instance of the <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> class.</summary>
</member>
<member name="M:System.Configuration.ConfigurationValidatorBase.CanValidate(System.Type)">
<summary>Determines whether an object can be validated based on type.</summary>
<param name="type">The object type.</param>
<returns>true if the <paramref name="type">type</paramref> parameter value matches the expected type; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.ConfigurationValidatorBase.Validate(System.Object)">
<summary>Determines whether the value of an object is valid.</summary>
<param name="value">The object value.</param>
</member>
<member name="T:System.Configuration.ConfigXmlDocument">
<summary>Wraps the corresponding <see cref="T:System.Xml.XmlDocument"></see> type and also carries the necessary information for reporting file-name and line numbers.</summary>
</member>
<member name="M:System.Configuration.ConfigXmlDocument.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigXmlDocument"></see> class.</summary>
</member>
<member name="M:System.Configuration.ConfigXmlDocument.CreateAttribute(System.String,System.String,System.String)">
<summary>Creates a configuration element attribute.</summary>
<param name="prefix">The prefix definition.</param>
<param name="localName">The name that is used locally.</param>
<param name="namespaceUri">The URL that is assigned to the namespace.</param>
<returns>The <see cref="P:System.Xml.Serialization.XmlAttributes.XmlAttribute"></see> attribute.</returns>
</member>
<member name="M:System.Configuration.ConfigXmlDocument.CreateCDataSection(System.String)">
<summary>Creates an XML CData section.</summary>
<param name="data">The data to use.</param>
<returns>The <see cref="T:System.Xml.XmlCDataSection"></see> value.</returns>
</member>
<member name="M:System.Configuration.ConfigXmlDocument.CreateComment(System.String)">
<summary>Create an XML comment.</summary>
<param name="data"></param>
<returns>The <see cref="T:System.Xml.XmlComment"></see> value.</returns>
</member>
<member name="M:System.Configuration.ConfigXmlDocument.CreateElement(System.String,System.String,System.String)">
<summary>Creates a configuration element.</summary>
<param name="prefix">The prefix definition.</param>
<param name="localName">The name used locally.</param>
<param name="namespaceUri">The namespace for the URL.</param>
<returns>The <see cref="T:System.Xml.XmlElement"></see> value.</returns>
</member>
<member name="M:System.Configuration.ConfigXmlDocument.CreateSignificantWhitespace(System.String)">
<summary>Creates white spaces.</summary>
<param name="data">The data to use.</param>
<returns>The <see cref="T:System.Xml.XmlSignificantWhitespace"></see> value.</returns>
</member>
<member name="M:System.Configuration.ConfigXmlDocument.CreateTextNode(System.String)">
<summary>Create a text node.</summary>
<param name="text">The text to use.</param>
<returns>The <see cref="T:System.Xml.XmlText"></see> value.</returns>
</member>
<member name="M:System.Configuration.ConfigXmlDocument.CreateWhitespace(System.String)">
<summary>Creates white space.</summary>
<param name="data">The data to use.</param>
<returns>The <see cref="T:System.Xml.XmlWhitespace"></see> value.</returns>
</member>
<member name="P:System.Configuration.ConfigXmlDocument.Filename">
<summary>Gets the configuration file name.</summary>
<returns>The configuration file name.</returns>
</member>
<member name="P:System.Configuration.ConfigXmlDocument.LineNumber">
<summary>Gets the current node line number.</summary>
<returns>The line number for the current node.</returns>
</member>
<member name="M:System.Configuration.ConfigXmlDocument.Load(System.String)">
<summary>Loads the configuration file.</summary>
<param name="filename">The name of the file.</param>
</member>
<member name="M:System.Configuration.ConfigXmlDocument.LoadSingleElement(System.String,System.Xml.XmlTextReader)">
<summary>Loads a single configuration element.</summary>
<param name="filename">The name of the file.</param>
<param name="sourceReader">The source for the reader.</param>
</member>
<member name="P:System.Configuration.ConfigXmlDocument.System#Configuration#Internal#IConfigErrorInfo#Filename">
<summary>Gets the configuration file name.</summary>
<returns>The file name.</returns>
</member>
<member name="P:System.Configuration.ConfigXmlDocument.System#Configuration#Internal#IConfigErrorInfo#LineNumber">
<summary>Gets the configuration line number.</summary>
<returns>The line number.</returns>
</member>
<member name="T:System.Configuration.ConnectionStringSettings">
<summary>Represents a single, named connection string in the connection strings configuration file section.</summary>
</member>
<member name="M:System.Configuration.ConnectionStringSettings.#ctor">
<summary>Initializes a new instance of a <see cref="T:System.Configuration.ConnectionStringSettings"></see> class.</summary>
</member>
<member name="M:System.Configuration.ConnectionStringSettings.#ctor(System.String,System.String)">
<summary>Initializes a new instance of a <see cref="T:System.Configuration.ConnectionStringSettings"></see> class.</summary>
<param name="name">The name of the connection string.</param>
<param name="connectionString">The connection string.</param>
</member>
<member name="M:System.Configuration.ConnectionStringSettings.#ctor(System.String,System.String,System.String)">
<summary>Initializes a new instance of a <see cref="T:System.Configuration.ConnectionStringSettings"></see> object.</summary>
<param name="name">The name of the connection string.</param>
<param name="connectionString">The connection string.</param>
<param name="providerName">The name of the provider to use with the connection string.</param>
</member>
<member name="P:System.Configuration.ConnectionStringSettings.ConnectionString">
<summary>Gets or sets the connection string.</summary>
<returns>The string value assigned to the <see cref="P:System.Configuration.ConnectionStringSettings.ConnectionString"></see> property.</returns>
</member>
<member name="P:System.Configuration.ConnectionStringSettings.Name">
<summary>Gets or sets the <see cref="T:System.Configuration.ConnectionStringSettings"></see> name.</summary>
<returns>The string value assigned to the <see cref="P:System.Configuration.ConnectionStringSettings.Name"></see> property.</returns>
</member>
<member name="P:System.Configuration.ConnectionStringSettings.ProviderName">
<summary>Gets or sets the provider name property.</summary>
<returns>Gets or sets the <see cref="P:System.Configuration.ConnectionStringSettings.ProviderName"></see> property.</returns>
</member>
<member name="M:System.Configuration.ConnectionStringSettings.ToString">
<summary>Returns a string representation of the object.</summary>
<returns>A string representation of the object.</returns>
</member>
<member name="T:System.Configuration.ConnectionStringSettingsCollection">
<summary>Contains a collection of <see cref="T:System.Configuration.ConnectionStringSettings"></see> objects.</summary>
</member>
<member name="M:System.Configuration.ConnectionStringSettingsCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConnectionStringSettingsCollection"></see> class.</summary>
</member>
<member name="M:System.Configuration.ConnectionStringSettingsCollection.Add(System.Configuration.ConnectionStringSettings)">
<summary>Adds a <see cref="T:System.Configuration.ConnectionStringSettings"></see> object to the collection.</summary>
<param name="settings">A <see cref="T:System.Configuration.ConnectionStringSettings"></see> object to add to the collection.</param>
</member>
<member name="M:System.Configuration.ConnectionStringSettingsCollection.Clear">
<summary>Removes all the <see cref="T:System.Configuration.ConnectionStringSettings"></see> objects from the collection.</summary>
</member>
<member name="M:System.Configuration.ConnectionStringSettingsCollection.IndexOf(System.Configuration.ConnectionStringSettings)">
<summary>Returns the collection index of the passed <see cref="T:System.Configuration.ConnectionStringSettings"></see> object.</summary>
<param name="settings">A <see cref="T:System.Configuration.ConnectionStringSettings"></see> object in the collection.</param>
<returns>The collection index of the specified <see cref="T:System.Configuration.ConnectionStringSettingsCollection"></see> object.</returns>
</member>
<member name="P:System.Configuration.ConnectionStringSettingsCollection.Item(System.Int32)">
<summary>Gets or sets the connection string at the specified index in the collection.</summary>
<param name="index">The index of a <see cref="T:System.Configuration.ConnectionStringSettings"></see> object in the collection.</param>
<returns>The <see cref="T:System.Configuration.ConnectionStringSettings"></see> object at the specified index.</returns>
</member>
<member name="P:System.Configuration.ConnectionStringSettingsCollection.Item(System.String)">
<summary>Gets or sets the <see cref="T:System.Configuration.ConnectionStringSettings"></see> object with the specified name in the collection.</summary>
<param name="name"></param>
<returns>The <see cref="T:System.Configuration.ConnectionStringSettings"></see> object with the specified name; otherwise, null.</returns>
</member>
<member name="M:System.Configuration.ConnectionStringSettingsCollection.Remove(System.Configuration.ConnectionStringSettings)">
<summary>Removes the specified <see cref="T:System.Configuration.ConnectionStringSettings"></see> object from the collection.</summary>
<param name="settings">A <see cref="T:System.Configuration.ConnectionStringSettings"></see> object in the collection.</param>
</member>
<member name="M:System.Configuration.ConnectionStringSettingsCollection.Remove(System.String)">
<summary>Removes the specified <see cref="T:System.Configuration.ConnectionStringSettings"></see> object from the collection.</summary>
<param name="name">The name of a <see cref="T:System.Configuration.ConnectionStringSettings"></see> object in the collection.</param>
</member>
<member name="M:System.Configuration.ConnectionStringSettingsCollection.RemoveAt(System.Int32)">
<summary>Removes the <see cref="T:System.Configuration.ConnectionStringSettings"></see> object at the specified index in the collection.</summary>
<param name="index">The index of a <see cref="T:System.Configuration.ConnectionStringSettings"></see> object in the collection.</param>
</member>
<member name="T:System.Configuration.ConnectionStringsSection">
<summary>Provides programmatic access to the connection strings configuration-file section.</summary>
</member>
<member name="M:System.Configuration.ConnectionStringsSection.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConnectionStringsSection"></see> class.</summary>
</member>
<member name="P:System.Configuration.ConnectionStringsSection.ConnectionStrings">
<summary>Gets a <see cref="T:System.Configuration.ConnectionStringSettingsCollection"></see> collection of <see cref="T:System.Configuration.ConnectionStringSettings"></see> objects.</summary>
<returns>A <see cref="T:System.Configuration.ConnectionStringSettingsCollection"></see> collection of <see cref="T:System.Configuration.ConnectionStringSettings"></see> objects.</returns>
</member>
<member name="T:System.Configuration.ContextInformation">
<summary>Encapsulates the context information that is associated with a <see cref="T:System.Configuration.ConfigurationElement"></see> object. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.ContextInformation.GetSection(System.String)">
<summary>Provides an object containing configuration-section information based on the specified section name.</summary>
<param name="sectionName">The name of the configuration section.</param>
<returns>An object containing the specified section within the configuration.</returns>
</member>
<member name="P:System.Configuration.ContextInformation.HostingContext">
<summary>Gets the context of the environment where the configuration property is being evaluated.</summary>
<returns>An object specifying the environment where the configuration property is being evaluated.</returns>
</member>
<member name="P:System.Configuration.ContextInformation.IsMachineLevel">
<summary>Gets a value specifying whether the configuration property is being evaluated at the machine configuration level.</summary>
<returns>true if the configuration property is being evaluated at the machine configuration level; otherwise, false.</returns>
</member>
<member name="T:System.Configuration.DefaultSection">
<summary>Represents a basic configuration-section handler that exposes the configuration section's XML for both read and write access.</summary>
</member>
<member name="M:System.Configuration.DefaultSection.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.DefaultSection"></see> class.</summary>
</member>
<member name="T:System.Configuration.DefaultSettingValueAttribute">
<summary>Specifies the default value for an application settings property.</summary>
</member>
<member name="M:System.Configuration.DefaultSettingValueAttribute.#ctor(System.String)">
<summary>Initializes an instance of the <see cref="T:System.Configuration.DefaultSettingValueAttribute"></see> class.</summary>
<param name="value">A <see cref="T:System.String"></see> that represents the default value for the property.</param>
</member>
<member name="P:System.Configuration.DefaultSettingValueAttribute.Value">
<summary>Gets the default value for the application settings property.</summary>
<returns>A <see cref="T:System.String"></see> that represents the default value for the property.</returns>
</member>
<member name="T:System.Configuration.DefaultValidator">
<summary>Provides validation of an object. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.DefaultValidator.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.DefaultValidator"></see> class.</summary>
</member>
<member name="M:System.Configuration.DefaultValidator.CanValidate(System.Type)">
<summary>Determines whether an object can be validated, based on type.</summary>
<param name="type">The object type.</param>
<returns>true for all types being validated.</returns>
</member>
<member name="M:System.Configuration.DefaultValidator.Validate(System.Object)">
<summary>Determines whether the value of an object is valid.</summary>
<param name="value">The object value.</param>
</member>
<member name="T:System.Configuration.DictionarySectionHandler">
<summary>Provides key/value pair configuration information from a configuration section.</summary>
</member>
<member name="M:System.Configuration.DictionarySectionHandler.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.DictionarySectionHandler"></see> class.</summary>
</member>
<member name="M:System.Configuration.DictionarySectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)">
<summary>Creates a new configuration handler and adds it to the section-handler collection based on the specified parameters.</summary>
<param name="parent">Parent object.</param>
<param name="context">Configuration context object.</param>
<param name="section">Section XML node.</param>
<returns>A configuration object.</returns>
</member>
<member name="P:System.Configuration.DictionarySectionHandler.KeyAttributeName">
<summary>Gets the XML attribute name to use as the key in a key/value pair.</summary>
<returns>A string value containing the name of the key attribute.</returns>
</member>
<member name="P:System.Configuration.DictionarySectionHandler.ValueAttributeName">
<summary>Gets the XML attribute name to use as the value in a key/value pair.</summary>
<returns>A string value containing the name of the value attribute.</returns>
</member>
<member name="T:System.Configuration.Internal.IConfigurationManagerInternal">
<summary>Defines an interface used by the .NET Framework to initialize configuration properties.</summary>
</member>
<member name="P:System.Configuration.Internal.IConfigurationManagerInternal.ApplicationConfigUri">
<summary>Gets the configuration file name related to the application path.</summary>
<returns>A string value representing a configuration file name.</returns>
</member>
<member name="P:System.Configuration.Internal.IConfigurationManagerInternal.ExeLocalConfigDirectory">
<summary>Gets the local configuration directory of the application based on the entry assembly.</summary>
<returns>A string representing the local configuration directory.</returns>
</member>
<member name="P:System.Configuration.Internal.IConfigurationManagerInternal.ExeLocalConfigPath">
<summary>Gets the local configuration path of the application based on the entry assembly.</summary>
<returns>A string value representing the local configuration path of the application.</returns>
</member>
<member name="P:System.Configuration.Internal.IConfigurationManagerInternal.ExeProductName">
<summary>Gets the product name of the application based on the entry assembly.</summary>
<returns>A string value representing the product name of the application.</returns>
</member>
<member name="P:System.Configuration.Internal.IConfigurationManagerInternal.ExeProductVersion">
<summary>Gets the product version of the application based on the entry assembly.</summary>
<returns>A string value representing the product version of the application.</returns>
</member>
<member name="P:System.Configuration.Internal.IConfigurationManagerInternal.ExeRoamingConfigDirectory">
<summary>Gets the roaming configuration directory of the application based on the entry assembly.</summary>
<returns>A string value representing the roaming configuration directory of the application.</returns>
</member>
<member name="P:System.Configuration.Internal.IConfigurationManagerInternal.ExeRoamingConfigPath">
<summary>Gets the roaming user's configuration path based on the application's entry assembly.</summary>
<returns>A string value representing the roaming user's configuration path.</returns>
</member>
<member name="P:System.Configuration.Internal.IConfigurationManagerInternal.MachineConfigPath">
<summary>Gets the configuration path for the Machine.config file.</summary>
<returns>A string value representing the path of the Machine.config file.</returns>
</member>
<member name="P:System.Configuration.Internal.IConfigurationManagerInternal.SetConfigurationSystemInProgress">
<summary>Gets a value representing the configuration system's status.</summary>
<returns>true if the configuration system is in the process of being initialized; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.Internal.IConfigurationManagerInternal.SupportsUserConfig">
<summary>Gets a value that specifies whether user configuration settings are supported.</summary>
<returns>true if the configuration system supports user configuration settings; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.Internal.IConfigurationManagerInternal.UserConfigFilename">
<summary>Gets the name of the file used to store user configuration settings.</summary>
<returns>A string specifying the name of the file used to store user configuration.</returns>
</member>
<member name="T:System.Configuration.Internal.IInternalConfigClientHost">
<summary>Defines interfaces that allow the internal .NET Framework infrastructure to customize configuration.</summary>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigClientHost.GetExeConfigPath">
<summary>Returns the path to the application configuration file.</summary>
<returns>A string representing the path to the application configuration file.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigClientHost.GetLocalUserConfigPath">
<summary>Returns a string representing the path to the known local user configuration file.</summary>
<returns>A string representing the path to the known local user configuration file.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigClientHost.GetRoamingUserConfigPath">
<summary>Returns a string representing the path to the known roaming user configuration file.</summary>
<returns>A string representing the path to the known roaming user configuration file.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigClientHost.IsExeConfig(System.String)">
<summary>Returns a value indicating whether a configuration file path is the same as a currently known application configuration file path.</summary>
<param name="configPath">A string representing the path to the application configuration file.</param>
<returns>true if a string representing a configuration path is the same as a path to the application configuration file; false if a string representing a configuration path is not the same as a path to the application configuration file.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigClientHost.IsLocalUserConfig(System.String)">
<summary>Returns a value indicating whether a configuration file path is the same as the configuration file path for the currently known local user.</summary>
<param name="configPath">A string representing the path to the application configuration file.</param>
<returns>true if a string representing a configuration path is the same as a path to a known local user configuration file; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigClientHost.IsRoamingUserConfig(System.String)">
<summary>Returns a value indicating whether a configuration file path is the same as the configuration file path for the currently known roaming user.</summary>
<param name="configPath">A string representing the path to an application configuration file.</param>
<returns>true if a string representing a configuration path is the same as a path to a known roaming user configuration file; otherwise, false.</returns>
</member>
<member name="T:System.Configuration.Internal.IInternalConfigConfigurationFactory">
<summary>Defines the interfaces used by the internal design time API to create a <see cref="T:System.Configuration.Configuration"></see> object.</summary>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigConfigurationFactory.Create(System.Type,System.Object[])">
<summary>Creates and initializes a <see cref="T:System.Configuration.Configuration"></see> object.</summary>
<param name="typeConfigHost">The <see cref="T:System.Type"></see> of the <see cref="T:System.Configuration.Configuration"></see> object to be created.</param>
<param name="hostInitConfigurationParams">A parameter array of <see cref="T:System.Object"></see> that contains the parameters to be applied to the created <see cref="T:System.Configuration.Configuration"></see> object.</param>
<returns>A <see cref="T:System.Configuration.Configuration"></see> object.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigConfigurationFactory.NormalizeLocationSubPath(System.String,System.Configuration.Internal.IConfigErrorInfo)">
<summary>Normalizes a location subpath of a path to a configuration file.</summary>
<param name="subPath">A string representing the path to the configuration file.</param>
<param name="errorInfo">An instance of <see cref="T:System.Configuration.Internal.IConfigErrorInfo"></see> or null.</param>
<returns>A normalized subpath string.</returns>
</member>
<member name="T:System.Configuration.Internal.IInternalConfigHost">
<summary>Defines interfaces used by internal .NET structures to initialize application configuration properties.</summary>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.CreateConfigurationContext(System.String,System.String)">
<summary>Creates and returns a context object for a <see cref="T:System.Configuration.ConfigurationElement"></see> of an application configuration.</summary>
<param name="configPath">A string representing the path of the application configuration file.</param>
<param name="locationSubPath">A string representing a subpath location of the configuration element.</param>
<returns>A context object for a <see cref="T:System.Configuration.ConfigurationElement"></see> object of an application configuration.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.CreateDeprecatedConfigContext(System.String)">
<summary>Creates and returns a deprecated context object of the application configuration.</summary>
<param name="configPath">A string representing a path to an application configuration file.</param>
<returns>A deprecated context object of the application configuration.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.DecryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection)">
<summary>Decrypts an encrypted configuration section and returns it as a string.</summary>
<param name="encryptedXml">An encrypted XML string representing a configuration section.</param>
<param name="protectionProvider">The <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> object.</param>
<param name="protectedConfigSection"></param>
<returns>A decrypted configuration section as a string.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.DeleteStream(System.String)">
<summary>Deletes the <see cref="T:System.IO.Stream"></see> object performing I/O tasks on the application configuration file.</summary>
<param name="streamName">A string representing the name of the <see cref="T:System.IO.Stream"></see> object performing I/O tasks on the configuration file.</param>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.EncryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection)">
<summary>Encrypts a configuration section and returns it as a string.</summary>
<param name="clearTextXml"></param>
<param name="protectionProvider">The <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> object.</param>
<param name="protectedConfigSection"></param>
<returns>An encrypted configuration section represented as a string.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.GetConfigPathFromLocationSubPath(System.String,System.String)">
<summary>Returns the complete path to an application configuration file based on the location subpath.</summary>
<param name="configPath">A string representing the path of the application configuration file.</param>
<param name="locationSubPath"></param>
<returns>A string representing the complete path to an application configuration file.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.GetConfigType(System.String,System.Boolean)">
<summary>Returns a <see cref="T:System.Type"></see> object representing the type of the configuration object.</summary>
<param name="typeName">The type name</param>
<param name="throwOnError">true to throw an exception if an error occurs; otherwise, false</param>
<returns>A <see cref="T:System.Type"></see> object representing the type of the configuration object.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.GetConfigTypeName(System.Type)">
<summary>Returns a string representing a type name from the <see cref="T:System.Type"></see> object representing the type of the configuration.</summary>
<param name="t">A <see cref="T:System.Type"></see> object.</param>
<returns>A string representing the type name from a <see cref="T:System.Type"></see> object representing the type of the configuration.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.GetStreamName(System.String)">
<summary>Returns a string representing the configuration file name associated with the <see cref="T:System.IO.Stream"></see> object performing I/O tasks on the configuration file.</summary>
<param name="configPath">A string representing the path of the application configuration file.</param>
<returns>A string representing the configuration file name associated with the <see cref="T:System.IO.Stream"></see> I/O tasks on the configuration file.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.GetStreamNameForConfigSource(System.String,System.String)">
<summary>Returns a string representing the configuration file name associated with the <see cref="T:System.IO.Stream"></see> object performing I/O tasks on a remote configuration file.</summary>
<param name="streamName">A string representing the configuration file name associated with the <see cref="T:System.IO.Stream"></see> object performing I/O tasks on the configuration file.</param>
<param name="configSource">A string representing a path to a remote configuration file.</param>
<returns>A string representing the configuration file name associated with the <see cref="T:System.IO.Stream"></see> object performing I/O tasks on the configuration file.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.GetStreamVersion(System.String)">
<summary>Returns the version of the <see cref="T:System.IO.Stream"></see> object associated with configuration file.</summary>
<param name="streamName">A string representing the name of the <see cref="T:System.IO.Stream"></see> object performing I/O tasks on the configuration file.</param>
<returns>The version of the <see cref="T:System.IO.Stream"></see> object associated with configuration file.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.Impersonate">
<summary>Instructs the host to impersonate and returns an <see cref="T:System.IDisposable"></see> object required by the internal .NET structure.</summary>
<returns>An <see cref="T:System.IDisposable"></see> value.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.Init(System.Configuration.Internal.IInternalConfigRoot,System.Object[])">
<summary>Initializes a configuration host.</summary>
<param name="configRoot"></param>
<param name="hostInitParams">The parameter object containing the values used for initializing the configuration host.</param>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.InitForConfiguration(System.String@,System.String@,System.String@,System.Configuration.Internal.IInternalConfigRoot,System.Object[])">
<summary>Initializes a configuration object.</summary>
<param name="locationSubPath">The subpath location of the configuration file.</param>
<param name="configPath">A string representing the path of the application configuration file.</param>
<param name="locationConfigPath">A string representing the location of a configuration path.</param>
<param name="configRoot"></param>
<param name="hostInitConfigurationParams">The parameter object containing the values used for initializing the configuration host.</param>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.IsAboveApplication(System.String)">
<summary>Returns a value indicating whether the configuration file is located at a higher level in the configuration hierarchy than the application configuration.</summary>
<param name="configPath">A string representing the path of the application configuration file.</param>
<returns>true the configuration file is located at a higher level in the configuration hierarchy than the application configuration; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.IsConfigRecordRequired(System.String)">
<summary>Returns a value indicating whether a child record is required for a child configuration path.</summary>
<param name="configPath">A string representing the path of the application configuration file.</param>
<returns>true if child record is required for a child configuration path; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.IsDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition)">
<summary>Determines if a different <see cref="T:System.Type"></see> definition is allowable for an application configuration object.</summary>
<param name="configPath">A string representing the path of the application configuration file.</param>
<param name="allowDefinition">A <see cref="T:System.Configuration.ConfigurationAllowDefinition"></see> object.</param>
<param name="allowExeDefinition">A <see cref="T:System.Configuration.ConfigurationAllowExeDefinition"></see> object.</param>
<returns>true if a different <see cref="T:System.Type"></see> definition is allowable for an application configuration object; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.IsFile(System.String)">
<summary>Returns a value indicating whether the file path used by a <see cref="T:System.IO.Stream"></see> object to read a configuration file is a valid path.</summary>
<param name="streamName">A string representing the name of the <see cref="T:System.IO.Stream"></see> object performing I/O tasks on the configuration file.</param>
<returns>true if the path used by a <see cref="T:System.IO.Stream"></see> object to read a configuration file is a valid path; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord)">
<summary>Returns a value indicating whether a configuration section requires a fully trusted code access security level and does not allow the <see cref="T:System.Security.AllowPartiallyTrustedCallersAttribute"></see> attribute to disable implicit link demands.</summary>
<param name="configRecord">The <see cref="T:System.Configuration.Internal.IInternalConfigRecord"></see> object.</param>
<returns>true if the configuration section requires a fully trusted code access security level and does not allow the <see cref="T:System.Security.AllowPartiallyTrustedCallersAttribute"></see> attribute to disable implicit link demands; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord)">
<summary>Returns a value indicating whether the initialization of a configuration object is considered delayed.</summary>
<param name="configRecord">The <see cref="T:System.Configuration.Internal.IInternalConfigRecord"></see> object.</param>
<returns>true if the initialization of a configuration object is considered delayed; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.IsLocationApplicable(System.String)">
<summary>Returns a value indicating whether the configuration object supports a location tag.</summary>
<param name="configPath">A string representing the path of the application configuration file.</param>
<returns>true if the configuration object supports a location tag; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.Internal.IInternalConfigHost.IsRemote">
<summary>Returns a value indicating whether the configuration is remote.</summary>
<returns>true if the configuration is remote; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.IsSecondaryRoot(System.String)">
<summary>Returns a value indicating whether a configuration path is to a configuration node whose contents should be treated as a root.</summary>
<param name="configPath">A string representing the path of the application configuration file.</param>
<returns>true if the configuration path is to a configuration node whose contents should be treated as a root; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.IsTrustedConfigPath(System.String)">
<summary>Returns a value indicating whether the configuration path is trusted.</summary>
<param name="configPath">A string representing the path of the application configuration file.</param>
<returns>true if the configuration path is trusted; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.OpenStreamForRead(System.String)">
<summary>Opens a <see cref="T:System.IO.Stream"></see> to read a configuration file.</summary>
<param name="streamName">A string representing the name of the <see cref="T:System.IO.Stream"></see> object performing I/O tasks on the configuration file.</param>
<returns>A <see cref="T:System.IO.Stream"></see> object.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.OpenStreamForRead(System.String,System.Boolean)">
<summary>Opens a <see cref="T:System.IO.Stream"></see> object to read a configuration file.</summary>
<param name="streamName">A string representing the name of the <see cref="T:System.IO.Stream"></see> object performing I/O tasks on the configuration file.</param>
<param name="assertPermissions">true to assert permissions; otherwise, false.</param>
<returns>Returns the <see cref="T:System.IO.Stream"></see> object specified by <paramref name="streamName">streamName</paramref>.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.OpenStreamForWrite(System.String,System.String,System.Object@)">
<summary>Opens a <see cref="T:System.IO.Stream"></see> object for writing to a configuration file or for writing to a temporary file used to build a configuration file. Allows a <see cref="T:System.IO.Stream"></see> object to be designated as a template for copying file attributes.</summary>
<param name="streamName">A string representing the name of the <see cref="T:System.IO.Stream"></see> object performing I/O tasks on the configuration file.</param>
<param name="templateStreamName">The name of a <see cref="T:System.IO.Stream"></see> object from which file attributes are to be copied as a template.</param>
<param name="writeContext">The write context of the <see cref="T:System.IO.Stream"></see> object.</param>
<returns>A <see cref="T:System.IO.Stream"></see> object.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.OpenStreamForWrite(System.String,System.String,System.Object@,System.Boolean)">
<summary>Opens a <see cref="T:System.IO.Stream"></see> object for writing to a configuration file. Allows a <see cref="T:System.IO.Stream"></see> object to be designated as a template for copying file attributes.</summary>
<param name="streamName">A string representing the name of the <see cref="T:System.IO.Stream"></see> object performing I/O tasks on the configuration file.</param>
<param name="templateStreamName">The name of a <see cref="T:System.IO.Stream"></see> from which file attributes are to be copied as a template.</param>
<param name="writeContext">The write context of the <see cref="T:System.IO.Stream"></see> object performing I/O tasks on the configuration file.</param>
<param name="assertPermissions">true to assert permissions; otherwise, false.</param>
<returns>Returns the <see cref="T:System.IO.Stream"></see> object specified by <paramref name="streamName">streamName</paramref>.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.PrefetchAll(System.String,System.String)">
<summary>Returns a value indicating whether the entire configuration file could be read by a designated <see cref="T:System.IO.Stream"></see> object.</summary>
<param name="configPath">A string representing the path of the application configuration file.</param>
<param name="streamName">A string representing the name of the <see cref="T:System.IO.Stream"></see> object performing I/O tasks on the configuration file.</param>
<returns>true if the entire configuration file could be read by the <see cref="T:System.IO.Stream"></see> object designated by <paramref name="streamName">streamName</paramref>; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.PrefetchSection(System.String,System.String)">
<summary>Instructs the <see cref="T:System.Configuration.Internal.IInternalConfigHost"></see> object to read a designated section of its associated configuration file.</summary>
<param name="sectionGroupName">A string representing the identifying name of a configuration file section group.</param>
<param name="sectionName">A string representing the identifying name of a configuration file section.</param>
<returns>true if a section of the configuration file designated by <paramref name="sectionGroupName">sectionGroupName</paramref> and <paramref name="sectionName">sectionName</paramref> could be read by a <see cref="T:System.IO.Stream"></see> object; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord)">
<summary>Indicates a new configuration record requires a complete initialization.</summary>
<param name="configRecord">An <see cref="T:System.Configuration.Internal.IInternalConfigRecord"></see> object.</param>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.StartMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback)">
<summary>Instructs the <see cref="T:System.Configuration.Internal.IInternalConfigHost"></see> object to monitor an associated <see cref="T:System.IO.Stream"></see> object for changes in a configuration file.</summary>
<param name="streamName">A string representing the name of the <see cref="T:System.IO.Stream"></see> object performing I/O tasks on the configuration file.</param>
<param name="callback">A <see cref="T:System.Configuration.Internal.StreamChangeCallback"></see> object to receive the returned data representing the changes in the configuration file.</param>
<returns>An <see cref="T:System.Object"></see> containing changed configuration settings.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.StopMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback)">
<summary>Instructs the <see cref="T:System.Configuration.Internal.IInternalConfigHost"></see> object to stop monitoring an associated <see cref="T:System.IO.Stream"></see> object for changes in a configuration file.</summary>
<param name="streamName">A string representing the name of the <see cref="T:System.IO.Stream"></see> object performing I/O tasks on the configuration file.</param>
<param name="callback">A <see cref="T:System.Configuration.Internal.StreamChangeCallback"></see> object.</param>
</member>
<member name="P:System.Configuration.Internal.IInternalConfigHost.SupportsChangeNotifications">
<summary>Returns a value indicating whether the host configuration supports change notification.</summary>
<returns>true if the configuration supports change notification; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.Internal.IInternalConfigHost.SupportsLocation">
<summary>Returns a value indicating whether the host configuration supports location tags.</summary>
<returns>true if the configuration supports location tags; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.Internal.IInternalConfigHost.SupportsPath">
<summary>Returns a value indicating whether the host configuration supports path tags.</summary>
<returns>true if the configuration supports path tags; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.Internal.IInternalConfigHost.SupportsRefresh">
<summary>Returns a value indicating whether the host configuration supports configuration refresh.</summary>
<returns>true if the configuration supports configuration refresh; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.VerifyDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo)">
<summary>Verifies that a configuration definition is allowed for a configuration record.</summary>
<param name="configPath">A string representing the path of the application configuration file.</param>
<param name="allowDefinition">A <see cref="P:System.Configuration.SectionInformation.AllowDefinition"></see> object.</param>
<param name="allowExeDefinition">A <see cref="T:System.Configuration.ConfigurationAllowExeDefinition"></see> object</param>
<param name="errorInfo">An <see cref="T:System.Configuration.Internal.IConfigErrorInfo"></see> object.</param>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.WriteCompleted(System.String,System.Boolean,System.Object)">
<summary>Indicates that all writing to the configuration file has completed.</summary>
<param name="streamName">A string representing the name of the <see cref="T:System.IO.Stream"></see> object performing I/O tasks on the configuration file.</param>
<param name="success">true if the write to the configuration file was completed successfully; otherwise, false.</param>
<param name="writeContext">The write context of the <see cref="T:System.IO.Stream"></see> object performing I/O tasks on the configuration file.</param>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigHost.WriteCompleted(System.String,System.Boolean,System.Object,System.Boolean)">
<summary>Indicates that all writing to the configuration file has completed and specifies whether permissions should be asserted.</summary>
<param name="streamName">A string representing the name of the <see cref="T:System.IO.Stream"></see> object performing I/O tasks on the configuration file.</param>
<param name="success">true to indicate the write was completed successfully; otherwise, false.</param>
<param name="writeContext">The write context of the <see cref="T:System.IO.Stream"></see> object performing I/O tasks on the configuration file.</param>
<param name="assertPermissions">true to assert permissions; otherwise, false.</param>
</member>
<member name="T:System.Configuration.Internal.IInternalConfigRecord">
<summary>Defines interfaces used by internal .NET structures to support creation of new configuration records.</summary>
</member>
<member name="P:System.Configuration.Internal.IInternalConfigRecord.ConfigPath">
<summary>Gets a string representing a configuration file path.</summary>
<returns>A string representing a configuration file path.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigRecord.GetLkgSection(System.String)">
<summary>Returns an object representing a section of a configuration from the last-known-good (LKG) configuration.</summary>
<param name="configKey">A string representing a key to a configuration section.</param>
<returns>An <see cref="T:System.Object"></see> instance representing the section of the last-known-good configuration specified by <paramref name="configKey">configKey</paramref>.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigRecord.GetSection(System.String)">
<summary>Returns an <see cref="T:System.Object"></see> instance representing a section of a configuration file.</summary>
<param name="configKey">A string representing a key to a configuration section.</param>
<returns>An <see cref="T:System.Object"></see> instance representing a section of a configuration file.</returns>
</member>
<member name="P:System.Configuration.Internal.IInternalConfigRecord.HasInitErrors">
<summary>Returns a value indicating whether an error occurred during initialization of a configuration object.</summary>
<returns>true if an error occurred during initialization of a configuration object; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigRecord.RefreshSection(System.String)">
<summary>Causes a specified section of the configuration object to be reinitialized.</summary>
<param name="configKey">A string representing a key to a configuration section that is to be refreshed.</param>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigRecord.Remove">
<summary>Removes a configuration record.</summary>
</member>
<member name="P:System.Configuration.Internal.IInternalConfigRecord.StreamName">
<summary>Returns the name of a <see cref="T:System.IO.Stream"></see> object performing I/O tasks on the configuration file.</summary>
<returns>A string representing the name of a <see cref="T:System.IO.Stream"></see> object performing I/O tasks on the configuration file.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigRecord.ThrowIfInitErrors">
<summary>Grants the configuration object the permission to throw an exception if an error occurs during initialization.</summary>
</member>
<member name="T:System.Configuration.Internal.IInternalConfigRoot">
<summary>Defines interfaces used by internal .NET structures to support a configuration root object.</summary>
</member>
<member name="E:System.Configuration.Internal.IInternalConfigRoot.ConfigChanged">
<summary>Represents the method that handles the <see cref="E:System.Configuration.Internal.IInternalConfigRoot.ConfigChanged"></see> event of an <see cref="T:System.Configuration.Internal.IInternalConfigRoot"></see> object.</summary>
<returns></returns>
</member>
<member name="E:System.Configuration.Internal.IInternalConfigRoot.ConfigRemoved">
<summary>Represents the method that handles the <see cref="E:System.Configuration.Internal.IInternalConfigRoot.ConfigRemoved"></see> event of a <see cref="T:System.Configuration.Internal.IInternalConfigRoot"></see> object.</summary>
<returns></returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigRoot.GetConfigRecord(System.String)">
<summary>Returns an <see cref="T:System.Configuration.Internal.IInternalConfigRecord"></see> object representing a configuration specified by a configuration path.</summary>
<param name="configPath">A string representing the path to a configuration file.</param>
<returns>An <see cref="T:System.Configuration.Internal.IInternalConfigRecord"></see> object representing a configuration specified by <paramref name="configPath">configPath</paramref>.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigRoot.GetSection(System.String,System.String)">
<summary>Returns an <see cref="T:System.Object"></see> representing the data in a section of a configuration file.</summary>
<param name="section">A string representing a section of a configuration file.</param>
<param name="configPath">A string representing the path to a configuration file.</param>
<returns>An <see cref="T:System.Object"></see> representing the data in a section of a configuration file.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigRoot.GetUniqueConfigPath(System.String)">
<summary>Returns a value representing the file path of the nearest configuration ancestor that has configuration data.</summary>
<param name="configPath">The path of configuration file.</param>
<returns>Returns a string representing the file path of the nearest configuration ancestor that has configuration data.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigRoot.GetUniqueConfigRecord(System.String)">
<summary>Returns an <see cref="T:System.Configuration.Internal.IInternalConfigRecord"></see> object representing a unique configuration record for given configuration path.</summary>
<param name="configPath">The path of the configuration file.</param>
<returns>An <see cref="T:System.Configuration.Internal.IInternalConfigRecord"></see> object representing a unique configuration record for a given configuration path.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigRoot.Init(System.Configuration.Internal.IInternalConfigHost,System.Boolean)">
<summary>Initializes a configuration object.</summary>
<param name="host">An <see cref="T:System.Configuration.Internal.IInternalConfigHost"></see> object.</param>
<param name="isDesignTime">true if design time; false if run time.</param>
</member>
<member name="P:System.Configuration.Internal.IInternalConfigRoot.IsDesignTime">
<summary>Returns a value indicating whether the configuration is a design-time configuration.</summary>
<returns>true if the configuration is a design-time configuration; false if the configuration is not a design-time configuration.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigRoot.RemoveConfig(System.String)">
<summary>Finds and removes a configuration record and all its children for a given configuration path.</summary>
<param name="configPath">The path of the configuration file.</param>
</member>
<member name="T:System.Configuration.Internal.IInternalConfigSettingsFactory">
<summary>Defines an interface used by the configuration system to set the <see cref="T:System.Configuration.ConfigurationSettings"></see> class.</summary>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigSettingsFactory.CompleteInit">
<summary>Indicates that initialization of the configuration system has completed.</summary>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigSettingsFactory.SetConfigurationSystem(System.Configuration.Internal.IInternalConfigSystem,System.Boolean)">
<summary>Provides hierarchical configuration settings and extensions specific to ASP.NET to the configuration system.</summary>
<param name="internalConfigSystem">An <see cref="T:System.Configuration.Internal.IInternalConfigSystem"></see> object used by the <see cref="T:System.Configuration.ConfigurationSettings"></see> class.</param>
<param name="initComplete">true if the initialization process of the configuration system is complete; otherwise, false.</param>
</member>
<member name="T:System.Configuration.Internal.IInternalConfigSystem">
<summary>Defines an interface used by the .NET Framework to initialize application configuration properties.</summary>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigSystem.GetSection(System.String)">
<summary>Returns the configuration object based on the specified key.</summary>
<param name="configKey">The configuration key value.</param>
<returns>A configuration object.</returns>
</member>
<member name="M:System.Configuration.Internal.IInternalConfigSystem.RefreshConfig(System.String)">
<summary>Refreshes the configuration system based on the specified section name.</summary>
<param name="sectionName">The name of the configuration section.</param>
</member>
<member name="P:System.Configuration.Internal.IInternalConfigSystem.SupportsUserConfig">
<summary>Gets a value indicating whether the user configuration is supported.</summary>
<returns>true if the user configuration is supported; otherwise, false.</returns>
</member>
<member name="T:System.Configuration.Internal.InternalConfigEventArgs">
<summary>Defines a class that allows the .NET Framework infrastructure to specify event arguments for configuration events.</summary>
</member>
<member name="M:System.Configuration.Internal.InternalConfigEventArgs.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.Internal.InternalConfigEventArgs"></see> class.</summary>
<param name="configPath">A configuration path.</param>
</member>
<member name="P:System.Configuration.Internal.InternalConfigEventArgs.ConfigPath">
<summary>Gets or sets the configuration path related to the <see cref="T:System.Configuration.Internal.InternalConfigEventArgs"></see> object.</summary>
<returns>A string value specifying the configuration path.</returns>
</member>
<member name="T:System.Configuration.Internal.InternalConfigEventHandler">
<summary>Defines a class used by the .NET Framework infrastructure to support configuration events.</summary>
<param name="sender">The source object of the event.</param>
<param name="e">A configuration event argument.</param>
</member>
<member name="T:System.Configuration.Internal.StreamChangeCallback">
<summary>Represents a method for hosts to call when a monitored stream has changed.</summary>
<param name="streamName">The name of the <see cref="T:System.IO.Stream"></see> object performing I/O tasks on the configuration file.</param>
</member>
<member name="T:System.Configuration.IPersistComponentSettings">
<summary>Defines standard functionality for controls or libraries that store and retrieve application settings.</summary>
</member>
<member name="M:System.Configuration.IPersistComponentSettings.LoadComponentSettings">
<summary>Reads the control's application settings into their corresponding properties and updates the control's state.</summary>
</member>
<member name="M:System.Configuration.IPersistComponentSettings.ResetComponentSettings">
<summary>Resets the control's application settings properties to their default values.</summary>
</member>
<member name="M:System.Configuration.IPersistComponentSettings.SaveComponentSettings">
<summary>Persists the control's application settings properties.</summary>
</member>
<member name="P:System.Configuration.IPersistComponentSettings.SaveSettings">
<summary>Gets or sets a value indicating whether the control should automatically persist its application settings properties.</summary>
<returns>true if the control should automatically persist its state; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.IPersistComponentSettings.SettingsKey">
<summary>Gets or sets the value of the application settings key for the current instance of the control.</summary>
<returns>A <see cref="T:System.String"></see> containing the settings key for the current instance of the control.</returns>
</member>
<member name="T:System.Configuration.IriParsingElement">
<summary>Provides the configuration setting for International Resource Identifier (IRI) processing in the <see cref="T:System.Uri"></see> class.</summary>
</member>
<member name="M:System.Configuration.IriParsingElement.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.IriParsingElement"></see> class.</summary>
</member>
<member name="P:System.Configuration.IriParsingElement.Enabled">
<summary>Gets or sets the value of the <see cref="T:System.Configuration.IriParsingElement"></see> configuration setting.</summary>
<returns>A Boolean that indicates if International Resource Identifier (IRI) processing is enabled.</returns>
</member>
<member name="T:System.Configuration.ISettingsProviderService">
<summary>Provides an interface for defining an alternate application settings provider.</summary>
</member>
<member name="M:System.Configuration.ISettingsProviderService.GetSettingsProvider(System.Configuration.SettingsProperty)">
<summary>Returns the settings provider compatible with the specified settings property.</summary>
<param name="property">The <see cref="T:System.Configuration.SettingsProperty"></see> that requires serialization.</param>
<returns>If found, the <see cref="T:System.Configuration.SettingsProvider"></see> that can persist the specified settings property; otherwise, null.</returns>
</member>
<member name="T:System.Configuration.KeyValueConfigurationCollection">
<summary>Contains a collection of <see cref="T:System.Configuration.KeyValueConfigurationElement"></see> objects.</summary>
</member>
<member name="M:System.Configuration.KeyValueConfigurationCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.KeyValueConfigurationCollection"></see> class.</summary>
</member>
<member name="M:System.Configuration.KeyValueConfigurationCollection.Add(System.Configuration.KeyValueConfigurationElement)">
<summary>Adds a <see cref="T:System.Configuration.KeyValueConfigurationElement"></see> object to the collection based on the supplied parameters.</summary>
<param name="keyValue">A <see cref="T:System.Configuration.KeyValueConfigurationElement"></see>.</param>
</member>
<member name="M:System.Configuration.KeyValueConfigurationCollection.Add(System.String,System.String)">
<summary>Adds a <see cref="T:System.Configuration.KeyValueConfigurationElement"></see> object to the collection based on the supplied parameters.</summary>
<param name="key">A string specifying the key.</param>
<param name="value">A string specifying the value.</param>
</member>
<member name="P:System.Configuration.KeyValueConfigurationCollection.AllKeys">
<summary>Gets the keys to all items contained in the <see cref="T:System.Configuration.KeyValueConfigurationCollection"></see> collection.</summary>
<returns>A string array.</returns>
</member>
<member name="M:System.Configuration.KeyValueConfigurationCollection.Clear">
<summary>Clears the <see cref="T:System.Configuration.KeyValueConfigurationCollection"></see> collection.</summary>
</member>
<member name="M:System.Configuration.KeyValueConfigurationCollection.CreateNewElement">
<summary>When overridden in a derived class, the <see cref="M:System.Configuration.KeyValueConfigurationCollection.CreateNewElement"></see> method creates a new <see cref="T:System.Configuration.KeyValueConfigurationElement"></see> object.</summary>
<returns>A newly created <see cref="T:System.Configuration.KeyValueConfigurationElement"></see>.</returns>
</member>
<member name="M:System.Configuration.KeyValueConfigurationCollection.GetElementKey(System.Configuration.ConfigurationElement)">
<summary>Gets the element key for a specified configuration element when overridden in a derived class.</summary>
<param name="element">The <see cref="T:System.Configuration.KeyValueConfigurationElement"></see> to which the key should be returned.</param>
<returns>An object that acts as the key for the specified <see cref="T:System.Configuration.KeyValueConfigurationElement"></see>.</returns>
</member>
<member name="P:System.Configuration.KeyValueConfigurationCollection.Item(System.String)">
<summary>Gets the <see cref="T:System.Configuration.KeyValueConfigurationElement"></see> object based on the supplied parameter.</summary>
<param name="key">The key of the <see cref="T:System.Configuration.KeyValueConfigurationElement"></see> contained in the collection.</param>
<returns>A configuration element, or null if the key does not exist in the collection.</returns>
</member>
<member name="P:System.Configuration.KeyValueConfigurationCollection.Properties">
<summary>Gets a collection of configuration properties.</summary>
<returns>A collection of configuration properties.</returns>
</member>
<member name="M:System.Configuration.KeyValueConfigurationCollection.Remove(System.String)">
<summary>Removes a <see cref="T:System.Configuration.KeyValueConfigurationElement"></see> object from the collection.</summary>
<param name="key">A string specifying the key.</param>
</member>
<member name="P:System.Configuration.KeyValueConfigurationCollection.ThrowOnDuplicate">
<summary>Gets a value indicating whether an attempt to add a duplicate <see cref="T:System.Configuration.KeyValueConfigurationElement"></see> object to the <see cref="T:System.Configuration.KeyValueConfigurationCollection"></see> collection will cause an exception to be thrown.</summary>
<returns>true if an attempt to add a duplicate <see cref="T:System.Configuration.KeyValueConfigurationElement"></see> to the <see cref="T:System.Configuration.KeyValueConfigurationCollection"></see> will cause an exception to be thrown; otherwise, false.</returns>
</member>
<member name="T:System.Configuration.KeyValueConfigurationElement">
<summary>Represents a configuration element that contains a key/value pair.</summary>
</member>
<member name="M:System.Configuration.KeyValueConfigurationElement.#ctor(System.String,System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.KeyValueConfigurationElement"></see> class based on the supplied parameters.</summary>
<param name="key">The key of the <see cref="T:System.Configuration.KeyValueConfigurationElement"></see>.</param>
<param name="value">The value of the <see cref="T:System.Configuration.KeyValueConfigurationElement"></see>.</param>
</member>
<member name="M:System.Configuration.KeyValueConfigurationElement.Init">
<summary>Sets the <see cref="T:System.Configuration.KeyValueConfigurationElement"></see> object to its initial state.</summary>
</member>
<member name="P:System.Configuration.KeyValueConfigurationElement.Key">
<summary>Gets the key of the <see cref="T:System.Configuration.KeyValueConfigurationElement"></see> object.</summary>
<returns>The key of the <see cref="T:System.Configuration.KeyValueConfigurationElement"></see>.</returns>
</member>
<member name="P:System.Configuration.KeyValueConfigurationElement.Properties">
<summary>Gets the collection of properties.</summary>
<returns>The <see cref="T:System.Configuration.ConfigurationPropertyCollection"></see> of properties for the element.</returns>
</member>
<member name="P:System.Configuration.KeyValueConfigurationElement.Value">
<summary>Gets or sets the value of the <see cref="T:System.Configuration.KeyValueConfigurationElement"></see> object.</summary>
<returns>The value of the <see cref="T:System.Configuration.KeyValueConfigurationElement"></see>.</returns>
</member>
<member name="T:System.Configuration.LocalFileSettingsProvider">
<summary>Provides persistence for application settings classes.</summary>
</member>
<member name="M:System.Configuration.LocalFileSettingsProvider.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.LocalFileSettingsProvider"></see> class.</summary>
</member>
<member name="P:System.Configuration.LocalFileSettingsProvider.ApplicationName">
<summary>Gets or sets the name of the currently running application.</summary>
<returns>A string that contains the application's display name.</returns>
</member>
<member name="M:System.Configuration.LocalFileSettingsProvider.GetPreviousVersion(System.Configuration.SettingsContext,System.Configuration.SettingsProperty)">
<summary>Returns the value of the named settings property for the previous version of the same application.</summary>
<param name="context">A <see cref="T:System.Configuration.SettingsContext"></see> that describes where the application settings property is used.</param>
<param name="property">The <see cref="T:System.Configuration.SettingsProperty"></see> whose value is to be returned.</param>
<returns>A <see cref="T:System.Configuration.SettingsPropertyValue"></see> representing the application setting if found; otherwise, null.</returns>
</member>
<member name="M:System.Configuration.LocalFileSettingsProvider.GetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)">
<summary>Returns the collection of setting property values for the specified application instance and settings property group.</summary>
<param name="context">A <see cref="T:System.Configuration.SettingsContext"></see> describing the current application usage.</param>
<param name="properties">A <see cref="T:System.Configuration.SettingsPropertyCollection"></see> containing the settings property group whose values are to be retrieved.</param>
<returns>A <see cref="T:System.Configuration.SettingsPropertyValueCollection"></see> containing the values for the specified settings property group.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">A user-scoped setting was encountered but the current configuration only supports application-scoped settings.</exception>
</member>
<member name="M:System.Configuration.LocalFileSettingsProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
<summary>Initializes the provider.</summary>
<param name="name">The friendly name of the provider.</param>
<param name="values">A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.</param>
</member>
<member name="M:System.Configuration.LocalFileSettingsProvider.Reset(System.Configuration.SettingsContext)">
<summary>Resets all application settings properties associated with the specified application to their default values.</summary>
<param name="context">A <see cref="T:System.Configuration.SettingsContext"></see> describing the current application usage.</param>
<exception cref="T:System.Configuration.ConfigurationErrorsException">A user-scoped setting was encountered but the current configuration only supports application-scoped settings.</exception>
</member>
<member name="M:System.Configuration.LocalFileSettingsProvider.SetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyValueCollection)">
<summary>Sets the values of the specified group of property settings.</summary>
<param name="context">A <see cref="T:System.Configuration.SettingsContext"></see> describing the current application usage.</param>
<param name="values">A <see cref="T:System.Configuration.SettingsPropertyValueCollection"></see> representing the group of property settings to set.</param>
<exception cref="T:System.Configuration.ConfigurationErrorsException">A user-scoped setting was encountered but the current configuration only supports application-scoped settings. -or- There was a general failure saving the settings to the configuration file.</exception>
</member>
<member name="M:System.Configuration.LocalFileSettingsProvider.Upgrade(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)">
<summary>Attempts to migrate previous user-scoped settings from a previous version of the same application.</summary>
<param name="context">A <see cref="T:System.Configuration.SettingsContext"></see> describing the current application usage.</param>
<param name="properties">A <see cref="T:System.Configuration.SettingsPropertyCollection"></see> containing the settings property group whose values are to be retrieved.</param>
<exception cref="T:System.Configuration.ConfigurationErrorsException">A user-scoped setting was encountered but the current configuration only supports application-scoped settings. -or- The previous version of the configuration file could not be accessed.</exception>
</member>
<member name="T:System.Configuration.LongValidator">
<summary>Provides validation of an <see cref="T:System.Int64"></see> value.</summary>
</member>
<member name="M:System.Configuration.LongValidator.#ctor(System.Int64,System.Int64)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.LongValidator"></see> class.</summary>
<param name="minValue">An <see cref="T:System.Int64"></see> value that specifies the minimum length of the long value.</param>
<param name="maxValue">An <see cref="T:System.Int64"></see> value that specifies the maximum length of the long value.</param>
</member>
<member name="M:System.Configuration.LongValidator.#ctor(System.Int64,System.Int64,System.Boolean)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.LongValidator"></see> class.</summary>
<param name="minValue">An <see cref="T:System.Int64"></see> value that specifies the minimum length of the long value.</param>
<param name="maxValue">An <see cref="T:System.Int64"></see> value that specifies the maximum length of the long value.</param>
<param name="rangeIsExclusive">A <see cref="T:System.Boolean"></see> value that specifies whether the validation range is exclusive.</param>
</member>
<member name="M:System.Configuration.LongValidator.#ctor(System.Int64,System.Int64,System.Boolean,System.Int64)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.LongValidator"></see> class.</summary>
<param name="minValue">An <see cref="T:System.Int64"></see> value that specifies the minimum length of the long value.</param>
<param name="maxValue">An <see cref="T:System.Int64"></see> value that specifies the maximum length of the long value.</param>
<param name="rangeIsExclusive">A <see cref="T:System.Boolean"></see> value that specifies whether the validation range is exclusive.</param>
<param name="resolution">An <see cref="T:System.Int64"></see> value that specifies a specific value that must be matched.</param>
<exception cref="T:System.ArgumentOutOfRangeException"><paramref name="resolution">resolution</paramref> is equal to or less than 0. - or - <paramref name="maxValue">maxValue</paramref> is less than <paramref name="minValue">minValue</paramref>.</exception>
</member>
<member name="M:System.Configuration.LongValidator.CanValidate(System.Type)">
<summary>Determines whether the type of the object can be validated.</summary>
<param name="type">The type of object.</param>
<returns>true if the <paramref name="type">type</paramref> parameter matches an <see cref="T:System.Int64"></see> value; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.LongValidator.Validate(System.Object)">
<summary>Determines whether the value of an object is valid.</summary>
<param name="value">The value of an object.</param>
</member>
<member name="T:System.Configuration.LongValidatorAttribute">
<summary>Declaratively instructs the .NET Framework to perform long-integer validation on a configuration property. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.LongValidatorAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.LongValidatorAttribute"></see> class.</summary>
</member>
<member name="P:System.Configuration.LongValidatorAttribute.ExcludeRange">
<summary>Gets or sets a value that indicates whether to include or exclude the integers in the range defined by the <see cref="P:System.Configuration.LongValidatorAttribute.MinValue"></see> and <see cref="P:System.Configuration.LongValidatorAttribute.MaxValue"></see> property values.</summary>
<returns>true if the value must be excluded; otherwise, false. The default is false.</returns>
</member>
<member name="P:System.Configuration.LongValidatorAttribute.MaxValue">
<summary>Gets or sets the maximum value allowed for the property.</summary>
<returns>A long integer that indicates the allowed maximum value.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">The selected value is less than <see cref="P:System.Configuration.LongValidatorAttribute.MinValue"></see>.</exception>
</member>
<member name="P:System.Configuration.LongValidatorAttribute.MinValue">
<summary>Gets or sets the minimum value allowed for the property.</summary>
<returns>An integer that indicates the allowed minimum value.</returns>
<exception cref="T:System.ArgumentOutOfRangeException">The selected value is greater than <see cref="P:System.Configuration.LongValidatorAttribute.MaxValue"></see>.</exception>
</member>
<member name="P:System.Configuration.LongValidatorAttribute.ValidatorInstance">
<summary>Gets an instance of the <see cref="T:System.Configuration.LongValidator"></see> class.</summary>
<returns>The <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> validator instance.</returns>
</member>
<member name="T:System.Configuration.NameValueConfigurationCollection">
<summary>Contains a collection of <see cref="T:System.Configuration.NameValueConfigurationElement"></see> objects. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.NameValueConfigurationCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.NameValueConfigurationCollection"></see> class.</summary>
</member>
<member name="M:System.Configuration.NameValueConfigurationCollection.Add(System.Configuration.NameValueConfigurationElement)">
<summary>Adds a <see cref="T:System.Configuration.NameValueConfigurationElement"></see> object to the collection.</summary>
<param name="nameValue">A <see cref="T:System.Configuration.NameValueConfigurationElement"></see> object.</param>
</member>
<member name="P:System.Configuration.NameValueConfigurationCollection.AllKeys">
<summary>Gets the keys to all items contained in the <see cref="T:System.Configuration.NameValueConfigurationCollection"></see>.</summary>
<returns>A string array.</returns>
</member>
<member name="M:System.Configuration.NameValueConfigurationCollection.Clear">
<summary>Clears the <see cref="T:System.Configuration.NameValueConfigurationCollection"></see>.</summary>
</member>
<member name="P:System.Configuration.NameValueConfigurationCollection.Item(System.String)">
<summary>Gets or sets the <see cref="T:System.Configuration.NameValueConfigurationElement"></see> object based on the supplied parameter.</summary>
<param name="name">The name of the <see cref="T:System.Configuration.NameValueConfigurationElement"></see> contained in the collection.</param>
<returns>A <see cref="T:System.Configuration.NameValueConfigurationElement"></see> object.</returns>
</member>
<member name="M:System.Configuration.NameValueConfigurationCollection.Remove(System.Configuration.NameValueConfigurationElement)">
<summary>Removes a <see cref="T:System.Configuration.NameValueConfigurationElement"></see> object from the collection based on the provided parameter.</summary>
<param name="nameValue">A <see cref="T:System.Configuration.NameValueConfigurationElement"></see> object.</param>
</member>
<member name="M:System.Configuration.NameValueConfigurationCollection.Remove(System.String)">
<summary>Removes a <see cref="T:System.Configuration.NameValueConfigurationElement"></see> object from the collection based on the provided parameter.</summary>
<param name="name">The name of the <see cref="T:System.Configuration.NameValueConfigurationElement"></see> object.</param>
</member>
<member name="T:System.Configuration.NameValueConfigurationElement">
<summary>A configuration element that contains a <see cref="T:System.String"></see> name and <see cref="T:System.String"></see> value. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.NameValueConfigurationElement.#ctor(System.String,System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.NameValueConfigurationElement"></see> class based on supplied parameters.</summary>
<param name="name">The name of the <see cref="T:System.Configuration.NameValueConfigurationElement"></see> object.</param>
<param name="value">The value of the <see cref="T:System.Configuration.NameValueConfigurationElement"></see> object.</param>
</member>
<member name="P:System.Configuration.NameValueConfigurationElement.Name">
<summary>Gets the name of the <see cref="T:System.Configuration.NameValueConfigurationElement"></see> object.</summary>
<returns>The name of the <see cref="T:System.Configuration.NameValueConfigurationElement"></see> object.</returns>
</member>
<member name="P:System.Configuration.NameValueConfigurationElement.Value">
<summary>Gets or sets the value of the <see cref="T:System.Configuration.NameValueConfigurationElement"></see> object.</summary>
<returns>The value of the <see cref="T:System.Configuration.NameValueConfigurationElement"></see> object.</returns>
</member>
<member name="T:System.Configuration.NameValueFileSectionHandler">
<summary>Provides access to a configuration file. This type supports the .NET Framework configuration infrastructure and is not intended to be used directly from your code.</summary>
</member>
<member name="M:System.Configuration.NameValueFileSectionHandler.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.NameValueFileSectionHandler"></see> class.</summary>
</member>
<member name="M:System.Configuration.NameValueFileSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)">
<summary>Creates a new configuration handler and adds it to the section-handler collection based on the specified parameters.</summary>
<param name="parent">The parent object.</param>
<param name="configContext">The configuration context object.</param>
<param name="section">The section XML node.</param>
<returns>A configuration object.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The file specified in the file attribute of <paramref name="section">section</paramref> exists but cannot be loaded. - or - The name attribute of <paramref name="section">section</paramref> does not match the root element of the file specified in the file attribute.</exception>
</member>
<member name="T:System.Configuration.NameValueSectionHandler">
<summary>Provides name/value-pair configuration information from a configuration section.</summary>
</member>
<member name="M:System.Configuration.NameValueSectionHandler.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.NameValueSectionHandler"></see> class.</summary>
</member>
<member name="M:System.Configuration.NameValueSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)">
<summary>Creates a new configuration handler and adds it to the section-handler collection based on the specified parameters.</summary>
<param name="parent">Parent object.</param>
<param name="context">Configuration context object.</param>
<param name="section">Section XML node.</param>
<returns>A configuration object.</returns>
</member>
<member name="P:System.Configuration.NameValueSectionHandler.KeyAttributeName">
<summary>Gets the XML attribute name to use as the key in a key/value pair.</summary>
<returns>A <see cref="T:System.String"></see> value containing the name of the key attribute.</returns>
</member>
<member name="P:System.Configuration.NameValueSectionHandler.ValueAttributeName">
<summary>Gets the XML attribute name to use as the value in a key/value pair.</summary>
<returns>A <see cref="T:System.String"></see> value containing the name of the value attribute.</returns>
</member>
<member name="T:System.Configuration.NoSettingsVersionUpgradeAttribute">
<summary>Specifies that a settings provider should disable any logic that gets invoked when an application upgrade is detected. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.NoSettingsVersionUpgradeAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.NoSettingsVersionUpgradeAttribute"></see> class.</summary>
</member>
<member name="T:System.Configuration.OverrideMode">
<summary>Specifies the override behavior of a configuration element for configuration elements in child directories.</summary>
</member>
<member name="F:System.Configuration.OverrideMode.Allow">
<summary>The configuration setting of the element or group can be overridden by configuration settings that are in child directories.</summary>
<returns></returns>
</member>
<member name="F:System.Configuration.OverrideMode.Deny">
<summary>The configuration setting of the element or group cannot be overridden by configuration settings that are in child directories.</summary>
<returns></returns>
</member>
<member name="F:System.Configuration.OverrideMode.Inherit">
<summary>The configuration setting of the element or group will be overridden by configuration settings that are in child directories if explicitly allowed by a parent element of the current configuration element or group. Permission to override is specified by using the OverrideMode attribute.</summary>
<returns></returns>
</member>
<member name="T:System.Configuration.PositiveTimeSpanValidator">
<summary>Provides validation of a <see cref="T:System.TimeSpan"></see> object. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.PositiveTimeSpanValidator.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.PositiveTimeSpanValidator"></see> class.</summary>
</member>
<member name="M:System.Configuration.PositiveTimeSpanValidator.CanValidate(System.Type)">
<summary>Determines whether the object type can be validated.</summary>
<param name="type">The object type.</param>
<returns>true if the <paramref name="type">type</paramref> parameter matches a <see cref="T:System.TimeSpan"></see> object; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.PositiveTimeSpanValidator.Validate(System.Object)">
<summary>Determines whether the value of an object is valid.</summary>
<param name="value">The value of an object.</param>
<exception cref="T:System.ArgumentNullException"><paramref name="value">value</paramref> is null.</exception>
<exception cref="T:System.ArgumentException"><paramref name="value">value</paramref> cannot be resolved as a positive <see cref="T:System.TimeSpan"></see> value.</exception>
</member>
<member name="T:System.Configuration.PositiveTimeSpanValidatorAttribute">
<summary>Declaratively instructs the .NET Framework to perform time validation on a configuration property. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.PositiveTimeSpanValidatorAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.PositiveTimeSpanValidatorAttribute"></see> class.</summary>
</member>
<member name="P:System.Configuration.PositiveTimeSpanValidatorAttribute.ValidatorInstance">
<summary>Gets an instance of the <see cref="T:System.Configuration.PositiveTimeSpanValidator"></see> class.</summary>
<returns>The <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> validator instance.</returns>
</member>
<member name="T:System.Configuration.PropertyInformation">
<summary>Contains meta-information on an individual property within the configuration. This type cannot be inherited.</summary>
</member>
<member name="P:System.Configuration.PropertyInformation.Converter">
<summary>Gets the <see cref="T:System.ComponentModel.TypeConverter"></see> object related to the configuration attribute.</summary>
<returns>A <see cref="T:System.ComponentModel.TypeConverter"></see> object.</returns>
</member>
<member name="P:System.Configuration.PropertyInformation.DefaultValue">
<summary>Gets an object containing the default value related to a configuration attribute.</summary>
<returns>An object containing the default value of the configuration attribute.</returns>
</member>
<member name="P:System.Configuration.PropertyInformation.Description">
<summary>Gets the description of the object that corresponds to a configuration attribute.</summary>
<returns>The description of the configuration attribute.</returns>
</member>
<member name="P:System.Configuration.PropertyInformation.IsKey">
<summary>Gets a value specifying whether the configuration attribute is a key.</summary>
<returns>true if the configuration attribute is a key; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.PropertyInformation.IsLocked">
<summary>Gets a value specifying whether the configuration attribute is locked.</summary>
<returns>true if the <see cref="T:System.Configuration.PropertyInformation"></see> object is locked; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.PropertyInformation.IsModified">
<summary>Gets a value specifying whether the configuration attribute has been modified.</summary>
<returns>true if the <see cref="T:System.Configuration.PropertyInformation"></see> object has been modified; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.PropertyInformation.IsRequired">
<summary>Gets a value specifying whether the configuration attribute is required.</summary>
<returns>true if the <see cref="T:System.Configuration.PropertyInformation"></see> object is required; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.PropertyInformation.LineNumber">
<summary>Gets the line number in the configuration file related to the configuration attribute.</summary>
<returns>A line number of the configuration file.</returns>
</member>
<member name="P:System.Configuration.PropertyInformation.Name">
<summary>Gets the name of the object that corresponds to a configuration attribute.</summary>
<returns>The name of the <see cref="T:System.Configuration.PropertyInformation"></see> object.</returns>
</member>
<member name="P:System.Configuration.PropertyInformation.Source">
<summary>Gets the source file that corresponds to a configuration attribute.</summary>
<returns>The source file of the <see cref="T:System.Configuration.PropertyInformation"></see> object.</returns>
</member>
<member name="P:System.Configuration.PropertyInformation.Type">
<summary>Gets the <see cref="T:System.Type"></see> of the object that corresponds to a configuration attribute.</summary>
<returns>The <see cref="T:System.Type"></see> of the <see cref="T:System.Configuration.PropertyInformation"></see> object.</returns>
</member>
<member name="P:System.Configuration.PropertyInformation.Validator">
<summary>Gets a <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> object related to the configuration attribute.</summary>
<returns>A <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> object.</returns>
</member>
<member name="P:System.Configuration.PropertyInformation.Value">
<summary>Gets or sets an object containing the value related to a configuration attribute.</summary>
<returns>An object containing the value for the <see cref="T:System.Configuration.PropertyInformation"></see> object.</returns>
</member>
<member name="P:System.Configuration.PropertyInformation.ValueOrigin">
<summary>Gets a <see cref="T:System.Configuration.PropertyValueOrigin"></see> object related to the configuration attribute.</summary>
<returns>A <see cref="T:System.Configuration.PropertyValueOrigin"></see> object.</returns>
</member>
<member name="T:System.Configuration.PropertyInformationCollection">
<summary>Contains a collection of <see cref="T:System.Configuration.PropertyInformation"></see> objects. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.PropertyInformationCollection.CopyTo(System.Configuration.PropertyInformation[],System.Int32)">
<summary>Copies the entire <see cref="T:System.Configuration.PropertyInformationCollection"></see> collection to a compatible one-dimensional <see cref="T:System.Array"></see>, starting at the specified index of the target array.</summary>
<param name="array">A one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from the <see cref="T:System.Configuration.PropertyInformationCollection"></see> collection. The <see cref="T:System.Array"></see> must have zero-based indexing.</param>
<param name="index">The zero-based index in array at which copying begins.</param>
<exception cref="T:System.ArgumentNullException"><paramref name="array">array</paramref> is null.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">The <see cref="P:System.Array.Length"></see> property of <paramref name="array">array</paramref> is less than <see cref="P:System.Collections.Specialized.NameObjectCollectionBase.Count"></see> + <paramref name="index">index</paramref>.</exception>
</member>
<member name="M:System.Configuration.PropertyInformationCollection.GetEnumerator">
<summary>Gets an <see cref="T:System.Collections.IEnumerator"></see> object, which is used to iterate through this <see cref="T:System.Configuration.PropertyInformationCollection"></see> collection.</summary>
<returns>An <see cref="T:System.Collections.IEnumerator"></see> object, which is used to iterate through this <see cref="T:System.Configuration.PropertyInformationCollection"></see>.</returns>
</member>
<member name="M:System.Configuration.PropertyInformationCollection.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object with the data needed to serialize the <see cref="T:System.Configuration.PropertyInformationCollection"></see> instance.</summary>
<param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object that contains the information required to serialize the <see cref="T:System.Configuration.PropertyInformationCollection"></see> instance.</param>
<param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object that contains the source and destination of the serialized stream associated with the <see cref="T:System.Configuration.PropertyInformationCollection"></see> instance.</param>
<exception cref="T:System.ArgumentNullException"><paramref name="info">info</paramref> is null.</exception>
</member>
<member name="P:System.Configuration.PropertyInformationCollection.Item(System.String)">
<summary>Gets the <see cref="T:System.Configuration.PropertyInformation"></see> object in the collection, based on the specified property name.</summary>
<param name="propertyName">The name of the configuration attribute contained in the <see cref="T:System.Configuration.PropertyInformationCollection"></see> object.</param>
<returns>A <see cref="T:System.Configuration.PropertyInformation"></see> object.</returns>
</member>
<member name="T:System.Configuration.PropertyValueOrigin">
<summary>Specifies the level in the configuration hierarchy where a configuration property value originated.</summary>
</member>
<member name="F:System.Configuration.PropertyValueOrigin.Default">
<summary>The configuration property value originates from the <see cref="P:System.Configuration.ConfigurationProperty.DefaultValue"></see> property.</summary>
<returns></returns>
</member>
<member name="F:System.Configuration.PropertyValueOrigin.Inherited">
<summary>The configuration property value is inherited from a parent level in the configuration.</summary>
<returns></returns>
</member>
<member name="F:System.Configuration.PropertyValueOrigin.SetHere">
<summary>The configuration property value is defined at the current level of the hierarchy.</summary>
<returns></returns>
</member>
<member name="T:System.Configuration.ProtectedConfiguration">
<summary>Provides access to the protected-configuration providers for the current application's configuration file.</summary>
</member>
<member name="F:System.Configuration.ProtectedConfiguration.DataProtectionProviderName">
<summary>The name of the data protection provider.</summary>
<returns></returns>
</member>
<member name="P:System.Configuration.ProtectedConfiguration.DefaultProvider">
<summary>Gets the name of the default protected-configuration provider.</summary>
<returns>The name of the default protected-configuration provider.</returns>
</member>
<member name="F:System.Configuration.ProtectedConfiguration.ProtectedDataSectionName">
<summary>The name of the protected data section.</summary>
<returns></returns>
</member>
<member name="P:System.Configuration.ProtectedConfiguration.Providers">
<summary>Gets a collection of the installed protected-configuration providers.</summary>
<returns>A <see cref="T:System.Configuration.ProtectedConfigurationProviderCollection"></see> collection of installed <see cref="T:System.Configuration.ProtectedConfigurationProvider"></see> objects.</returns>
</member>
<member name="F:System.Configuration.ProtectedConfiguration.RsaProviderName">
<summary>The name of the RSA provider.</summary>
<returns></returns>
</member>
<member name="T:System.Configuration.ApplicationScopedSettingAttribute">
<summary>Specifies that an application settings property has a common value for all users of an application. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.ApplicationScopedSettingAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ApplicationScopedSettingAttribute"></see> class.</summary>
</member>
<member name="T:System.Configuration.ApplicationSettingsBase">
<summary>Acts as a base class for deriving concrete wrapper classes to implement the application settings feature in Window Forms applications.</summary>
</member>
<member name="M:System.Configuration.ApplicationSettingsBase.#ctor">
<summary>Initializes an instance of the <see cref="T:System.Configuration.ApplicationSettingsBase"></see> class to its default state.</summary>
</member>
<member name="M:System.Configuration.ApplicationSettingsBase.#ctor(System.ComponentModel.IComponent)">
<summary>Initializes an instance of the <see cref="T:System.Configuration.ApplicationSettingsBase"></see> class using the supplied owner component.</summary>
<param name="owner">The component that will act as the owner of the application settings object.</param>
<exception cref="T:System.ArgumentNullException"><paramref name="owner">owner</paramref> is null.</exception>
</member>
<member name="M:System.Configuration.ApplicationSettingsBase.#ctor(System.String)">
<summary>Initializes an instance of the <see cref="T:System.Configuration.ApplicationSettingsBase"></see> class using the supplied settings key.</summary>
<param name="settingsKey">A <see cref="T:System.String"></see> that uniquely identifies separate instances of the wrapper class.</param>
</member>
<member name="M:System.Configuration.ApplicationSettingsBase.#ctor(System.ComponentModel.IComponent,System.String)">
<summary>Initializes an instance of the <see cref="T:System.Configuration.ApplicationSettingsBase"></see> class using the supplied owner component and settings key.</summary>
<param name="owner">The component that will act as the owner of the application settings object.</param>
<param name="settingsKey">A <see cref="T:System.String"></see> that uniquely identifies separate instances of the wrapper class.</param>
<exception cref="T:System.ArgumentNullException"><paramref name="owner">owner</paramref> is null.</exception>
</member>
<member name="P:System.Configuration.ApplicationSettingsBase.Context">
<summary>Gets the application settings context associated with the settings group.</summary>
<returns>A <see cref="T:System.Configuration.SettingsContext"></see> associated with the settings group.</returns>
</member>
<member name="M:System.Configuration.ApplicationSettingsBase.GetPreviousVersion(System.String)">
<summary>Returns the value of the named settings property for the previous version of the same application.</summary>
<param name="propertyName">A <see cref="T:System.String"></see> containing the name of the settings property whose value is to be returned.</param>
<returns>An <see cref="T:System.Object"></see> containing the value of the specified <see cref="T:System.Configuration.SettingsProperty"></see> if found; otherwise, null.</returns>
<exception cref="T:System.Configuration.SettingsPropertyNotFoundException">The property does not exist. The property count is zero or the property cannot be found in the data store.</exception>
</member>
<member name="P:System.Configuration.ApplicationSettingsBase.Item(System.String)">
<summary>Gets or sets the value of the specified application settings property.</summary>
<param name="propertyName">A <see cref="T:System.String"></see> containing the name of the property to access.</param>
<returns>If found, the value of the named settings property; otherwise, null.</returns>
<exception cref="T:System.Configuration.SettingsPropertyNotFoundException">There are no properties associated with the current wrapper or the specified property could not be found.</exception>
<exception cref="T:System.Configuration.SettingsPropertyIsReadOnlyException">An attempt was made to set a read-only property.</exception>
<exception cref="T:System.Configuration.SettingsPropertyWrongTypeException">The value supplied is of a type incompatible with the settings property, during a set operation.</exception>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The configuration file could not be parsed.</exception>
</member>
<member name="M:System.Configuration.ApplicationSettingsBase.OnPropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs)">
<summary>Raises the <see cref="E:System.Configuration.ApplicationSettingsBase.PropertyChanged"></see> event.</summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:System.ComponentModel.PropertyChangedEventArgs"></see> that contains the event data.</param>
</member>
<member name="M:System.Configuration.ApplicationSettingsBase.OnSettingChanging(System.Object,System.Configuration.SettingChangingEventArgs)">
<summary>Raises the <see cref="E:System.Configuration.ApplicationSettingsBase.SettingChanging"></see> event.</summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:System.Configuration.SettingChangingEventArgs"></see> that contains the event data.</param>
</member>
<member name="M:System.Configuration.ApplicationSettingsBase.OnSettingsLoaded(System.Object,System.Configuration.SettingsLoadedEventArgs)">
<summary>Raises the <see cref="E:System.Configuration.ApplicationSettingsBase.SettingsLoaded"></see> event.</summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:System.Configuration.SettingsLoadedEventArgs"></see> that contains the event data.</param>
</member>
<member name="M:System.Configuration.ApplicationSettingsBase.OnSettingsSaving(System.Object,System.ComponentModel.CancelEventArgs)">
<summary>Raises the <see cref="E:System.Configuration.ApplicationSettingsBase.SettingsSaving"></see> event.</summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:System.ComponentModel.CancelEventArgs"></see> that contains the event data.</param>
</member>
<member name="P:System.Configuration.ApplicationSettingsBase.Properties">
<summary>Gets the collection of settings properties in the wrapper.</summary>
<returns>A <see cref="T:System.Configuration.SettingsPropertyCollection"></see> containing all the <see cref="T:System.Configuration.SettingsProperty"></see> objects used in the current wrapper.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The associated settings provider could not be found or its instantiation failed.</exception>
</member>
<member name="E:System.Configuration.ApplicationSettingsBase.PropertyChanged">
<summary>Occurs after the value of an application settings property is changed.</summary>
<returns></returns>
</member>
<member name="P:System.Configuration.ApplicationSettingsBase.PropertyValues">
<summary>Gets a collection of property values.</summary>
<returns>A <see cref="T:System.Configuration.SettingsPropertyValueCollection"></see> of property values.</returns>
</member>
<member name="P:System.Configuration.ApplicationSettingsBase.Providers">
<summary>Gets the collection of application settings providers used by the wrapper.</summary>
<returns>A <see cref="T:System.Configuration.SettingsProviderCollection"></see> containing all the <see cref="T:System.Configuration.SettingsProvider"></see> objects used by the settings properties of the current settings wrapper.</returns>
</member>
<member name="M:System.Configuration.ApplicationSettingsBase.Reload">
<summary>Refreshes the application settings property values from persistent storage.</summary>
</member>
<member name="M:System.Configuration.ApplicationSettingsBase.Reset">
<summary>Restores the persisted application settings values to their corresponding default properties.</summary>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The configuration file could not be parsed.</exception>
</member>
<member name="M:System.Configuration.ApplicationSettingsBase.Save">
<summary>Stores the current values of the application settings properties.</summary>
</member>
<member name="E:System.Configuration.ApplicationSettingsBase.SettingChanging">
<summary>Occurs before the value of an application settings property is changed.</summary>
<returns></returns>
</member>
<member name="P:System.Configuration.ApplicationSettingsBase.SettingsKey">
<summary>Gets or sets the settings key for the application settings group.</summary>
<returns>A <see cref="T:System.String"></see> containing the settings key for the current settings group.</returns>
</member>
<member name="E:System.Configuration.ApplicationSettingsBase.SettingsLoaded">
<summary>Occurs after the application settings are retrieved from storage.</summary>
<returns></returns>
</member>
<member name="E:System.Configuration.ApplicationSettingsBase.SettingsSaving">
<summary>Occurs before values are saved to the data store.</summary>
<returns></returns>
</member>
<member name="M:System.Configuration.ApplicationSettingsBase.Upgrade">
<summary>Updates application settings to reflect a more recent installation of the application.</summary>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The configuration file could not be parsed.</exception>
</member>
<member name="T:System.Configuration.ApplicationSettingsGroup">
<summary>Represents a grouping of related application settings sections within a configuration file. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.ApplicationSettingsGroup.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ApplicationSettingsGroup"></see> class.</summary>
</member>
<member name="T:System.Configuration.AppSettingsReader">
<summary>Provides a method for reading values of a particular type from the configuration.</summary>
</member>
<member name="M:System.Configuration.AppSettingsReader.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.AppSettingsReader"></see> class.</summary>
</member>
<member name="M:System.Configuration.AppSettingsReader.GetValue(System.String,System.Type)">
<summary>Gets the value for a specified key from the <see cref="P:System.Configuration.ConfigurationSettings.AppSettings"></see> property and returns an object of the specified type containing the value from the configuration.</summary>
<param name="key">The key for which to get the value.</param>
<param name="type">The type of the object to return.</param>
<returns>The value of the specified key.</returns>
<exception cref="T:System.ArgumentNullException"><paramref name="key">key</paramref> is null. - or - <paramref name="type">type</paramref> is null.</exception>
<exception cref="T:System.InvalidOperationException"><paramref name="key">key</paramref> does not exist in the &lt;appSettings&gt; configuration section. - or - The value in the &lt;appSettings&gt; configuration section for <paramref name="key">key</paramref> is not of type <paramref name="type">type</paramref>.</exception>
</member>
<member name="T:System.Configuration.AppSettingsSection">
<summary>Provides configuration system support for the appSettings configuration section. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.AppSettingsSection.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.AppSettingsSection"></see> class.</summary>
</member>
<member name="P:System.Configuration.AppSettingsSection.File">
<summary>Gets or sets a configuration file that provides additional settings or overrides the settings specified in the appSettings element.</summary>
<returns>A configuration file that provides additional settings or overrides the settings specified in the appSettings element.</returns>
</member>
<member name="P:System.Configuration.AppSettingsSection.Settings">
<summary>Gets a collection of key/value pairs that contains application settings.</summary>
<returns>A collection of key/value pairs that contains the application settings from the configuration file.</returns>
</member>
<member name="T:System.Configuration.CallbackValidator">
<summary>Provides dynamic validation of an object.</summary>
</member>
<member name="M:System.Configuration.CallbackValidator.#ctor(System.Type,System.Configuration.ValidatorCallback)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.CallbackValidator"></see> class.</summary>
<param name="type">The type of object that will be validated.</param>
<param name="callback">The <see cref="T:System.Configuration.ValidatorCallback"></see> used as the delegate.</param>
<exception cref="T:System.ArgumentNullException"><paramref name="type">type</paramref> is null.</exception>
</member>
<member name="M:System.Configuration.CallbackValidator.CanValidate(System.Type)">
<summary>Determines whether the type of the object can be validated.</summary>
<param name="type">The type of object.</param>
<returns>true if the type parameter matches the type used as the first parameter when creating an instance of <see cref="T:System.Configuration.CallbackValidator"></see>; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.CallbackValidator.Validate(System.Object)">
<summary>Determines whether the value of an object is valid.</summary>
<param name="value">The value of an object.</param>
</member>
<member name="T:System.Configuration.CallbackValidatorAttribute">
<summary>Specifies a <see cref="T:System.Configuration.CallbackValidator"></see> object to use for code validation. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.CallbackValidatorAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.CallbackValidatorAttribute"></see> class.</summary>
</member>
<member name="P:System.Configuration.CallbackValidatorAttribute.CallbackMethodName">
<summary>Gets or sets the name of the callback method.</summary>
<returns>The name of the method to call.</returns>
</member>
<member name="P:System.Configuration.CallbackValidatorAttribute.Type">
<summary>Gets or sets the type of the validator.</summary>
<returns>The <see cref="T:System.Type"></see> of the current validator attribute instance.</returns>
</member>
<member name="P:System.Configuration.CallbackValidatorAttribute.ValidatorInstance">
<summary>Gets the validator instance.</summary>
<returns>The current <see cref="T:System.Configuration.ConfigurationValidatorBase"></see> instance.</returns>
<exception cref="T:System.ArgumentNullException">The value of the <see cref="P:System.Configuration.CallbackValidatorAttribute.Type"></see> property is null.</exception>
<exception cref="T:System.ArgumentException">The <see cref="P:System.Configuration.CallbackValidatorAttribute.CallbackMethodName"></see> property is not set to a public static void method with one object parameter.</exception>
</member>
<member name="T:System.Configuration.ClientSettingsSection">
<summary>Represents a group of user-scoped application settings in a configuration file.</summary>
</member>
<member name="M:System.Configuration.ClientSettingsSection.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ClientSettingsSection"></see> class.</summary>
</member>
<member name="P:System.Configuration.ClientSettingsSection.Settings">
<summary>Gets the collection of client settings for the section.</summary>
<returns>A <see cref="T:System.Configuration.SettingElementCollection"></see> containing all the client settings found in the current configuration section.</returns>
</member>
<member name="T:System.Configuration.CommaDelimitedStringCollection">
<summary>Represents a collection of string elements separated by commas. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.CommaDelimitedStringCollection.#ctor">
<summary>Creates a new instance of the <see cref="T:System.Configuration.CommaDelimitedStringCollection"></see> class.</summary>
</member>
<member name="M:System.Configuration.CommaDelimitedStringCollection.Add(System.String)">
<summary>Adds a string to the comma-delimited collection.</summary>
<param name="value">A string value.</param>
</member>
<member name="M:System.Configuration.CommaDelimitedStringCollection.AddRange(System.String[])">
<summary>Adds all the strings in a string array to the collection.</summary>
<param name="range">An array of strings to add to the collection.</param>
</member>
<member name="M:System.Configuration.CommaDelimitedStringCollection.Clear">
<summary>Clears the collection.</summary>
</member>
<member name="M:System.Configuration.CommaDelimitedStringCollection.Clone">
<summary>Creates a copy of the collection.</summary>
<returns>A copy of the <see cref="T:System.Configuration.CommaDelimitedStringCollection"></see>.</returns>
</member>
<member name="M:System.Configuration.CommaDelimitedStringCollection.Insert(System.Int32,System.String)">
<summary>Adds a string element to the collection at the specified index.</summary>
<param name="index">The index in the collection at which the new element will be added.</param>
<param name="value">The value of the new element to add to the collection.</param>
</member>
<member name="P:System.Configuration.CommaDelimitedStringCollection.IsModified">
<summary>Gets a value that specifies whether the collection has been modified.</summary>
<returns>true if the <see cref="T:System.Configuration.CommaDelimitedStringCollection"></see> has been modified; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.CommaDelimitedStringCollection.IsReadOnly">
<summary>Gets a value indicating whether the collection object is read-only.</summary>
<returns>true if the specified string element in the <see cref="T:System.Configuration.CommaDelimitedStringCollection"></see> is read-only; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.CommaDelimitedStringCollection.Item(System.Int32)">
<summary>Gets or sets a string element in the collection based on the index.</summary>
<param name="index">The index of the string element in the collection.</param>
<returns>A string element in the collection.</returns>
</member>
<member name="M:System.Configuration.CommaDelimitedStringCollection.Remove(System.String)">
<summary>Removes a string element from the collection.</summary>
<param name="value">The string to remove.</param>
</member>
<member name="M:System.Configuration.CommaDelimitedStringCollection.SetReadOnly">
<summary>Sets the collection object to read-only.</summary>
</member>
<member name="M:System.Configuration.CommaDelimitedStringCollection.ToString">
<summary>Returns a string representation of the object.</summary>
<returns>A string representation of the object.</returns>
</member>
<member name="T:System.Configuration.CommaDelimitedStringCollectionConverter">
<summary>Converts a comma-delimited string value to and from a <see cref="T:System.Configuration.CommaDelimitedStringCollection"></see> object. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.CommaDelimitedStringCollectionConverter.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.CommaDelimitedStringCollectionConverter"></see> class.</summary>
</member>
<member name="M:System.Configuration.CommaDelimitedStringCollectionConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<summary>Converts a <see cref="T:System.String"></see> object to a <see cref="T:System.Configuration.CommaDelimitedStringCollection"></see> object.</summary>
<param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> used for type conversions.</param>
<param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> used during conversion.</param>
<param name="data">The comma-separated <see cref="T:System.String"></see> to convert.</param>
<returns>A <see cref="T:System.Configuration.CommaDelimitedStringCollection"></see> containing the converted value.</returns>
</member>
<member name="M:System.Configuration.CommaDelimitedStringCollectionConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
<summary>Converts a <see cref="T:System.Configuration.CommaDelimitedStringCollection"></see> object to a <see cref="T:System.String"></see> object.</summary>
<param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> used for type conversions.</param>
<param name="ci">The <see cref="T:System.Globalization.CultureInfo"></see> used during conversion.</param>
<param name="value">The value to convert.</param>
<param name="type">The conversion type.</param>
<returns>The <see cref="T:System.String"></see> representing the converted <paramref name="value">value</paramref> parameter, which is a <see cref="T:System.Configuration.CommaDelimitedStringCollection"></see>.</returns>
</member>
<member name="T:System.Configuration.Configuration">
<summary>Represents a configuration file that is applicable to a particular computer, application, or resource. This class cannot be inherited.</summary>
</member>
<member name="P:System.Configuration.Configuration.AppSettings">
<summary>Gets the <see cref="T:System.Configuration.AppSettingsSection"></see> object configuration section that applies to this <see cref="T:System.Configuration.Configuration"></see> object.</summary>
<returns>An <see cref="T:System.Configuration.AppSettingsSection"></see> object representing the appSettings configuration section that applies to this <see cref="T:System.Configuration.Configuration"></see> object.</returns>
</member>
<member name="P:System.Configuration.Configuration.AssemblyStringTransformer">
<summary>Specifies a function delegate that is used to transform assembly strings in configuration files.</summary>
<returns>A delegate that transforms type strings. The default value is null.</returns>
</member>
<member name="P:System.Configuration.Configuration.ConnectionStrings">
<summary>Gets a <see cref="T:System.Configuration.ConnectionStringsSection"></see> configuration-section object that applies to this <see cref="T:System.Configuration.Configuration"></see> object.</summary>
<returns>A <see cref="T:System.Configuration.ConnectionStringsSection"></see> configuration-section object representing the connectionStrings configuration section that applies to this <see cref="T:System.Configuration.Configuration"></see> object.</returns>
</member>
<member name="P:System.Configuration.Configuration.EvaluationContext">
<summary>Gets the <see cref="T:System.Configuration.ContextInformation"></see> object for the <see cref="T:System.Configuration.Configuration"></see> object.</summary>
<returns>The <see cref="T:System.Configuration.ContextInformation"></see> object for the <see cref="T:System.Configuration.Configuration"></see> object.</returns>
</member>
<member name="P:System.Configuration.Configuration.FilePath">
<summary>Gets the physical path to the configuration file represented by this <see cref="T:System.Configuration.Configuration"></see> object.</summary>
<returns>The physical path to the configuration file represented by this <see cref="T:System.Configuration.Configuration"></see> object.</returns>
</member>
<member name="M:System.Configuration.Configuration.GetSection(System.String)">
<summary>Returns the specified <see cref="T:System.Configuration.ConfigurationSection"></see> object.</summary>
<param name="sectionName"></param>
<returns>The specified <see cref="T:System.Configuration.ConfigurationSection"></see> object.</returns>
</member>
<member name="M:System.Configuration.Configuration.GetSectionGroup(System.String)">
<summary>Gets the specified <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> object.</summary>
<param name="sectionGroupName"></param>
<returns>The <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> specified.</returns>
</member>
<member name="P:System.Configuration.Configuration.HasFile">
<summary>Gets a value that indicates whether a file exists for the resource represented by this <see cref="T:System.Configuration.Configuration"></see> object.</summary>
<returns>true if there is a configuration file; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.Configuration.Locations">
<summary>Gets the locations defined within this <see cref="T:System.Configuration.Configuration"></see> object.</summary>
<returns>A <see cref="T:System.Configuration.ConfigurationLocationCollection"></see> containing the locations defined within this <see cref="T:System.Configuration.Configuration"></see> object.</returns>
</member>
<member name="P:System.Configuration.Configuration.NamespaceDeclared">
<summary>Gets or sets a value indicating whether the configuration file has an XML namespace.</summary>
<returns>true if the configuration file has an XML namespace; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.Configuration.RootSectionGroup">
<summary>Gets the root <see cref="T:System.Configuration.ConfigurationSectionGroup"></see> for this <see cref="T:System.Configuration.Configuration"></see> object.</summary>
<returns>The root section group for this <see cref="T:System.Configuration.Configuration"></see> object.</returns>
</member>
<member name="M:System.Configuration.Configuration.Save">
<summary>Writes the configuration settings contained within this <see cref="T:System.Configuration.Configuration"></see> object to the current XML configuration file.</summary>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The configuration file could not be written to. - or - The configuration file has changed.</exception>
</member>
<member name="M:System.Configuration.Configuration.Save(System.Configuration.ConfigurationSaveMode)">
<summary>Writes the configuration settings contained within this <see cref="T:System.Configuration.Configuration"></see> object to the current XML configuration file.</summary>
<param name="saveMode"></param>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The configuration file could not be written to. - or - The configuration file has changed.</exception>
</member>
<member name="M:System.Configuration.Configuration.Save(System.Configuration.ConfigurationSaveMode,System.Boolean)">
<summary>Writes the configuration settings contained within this <see cref="T:System.Configuration.Configuration"></see> object to the current XML configuration file.</summary>
<param name="saveMode"></param>
<param name="forceSaveAll"></param>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The configuration file could not be written to. - or - The configuration file has changed.</exception>
</member>
<member name="M:System.Configuration.Configuration.SaveAs(System.String)">
<summary>Writes the configuration settings contained within this <see cref="T:System.Configuration.Configuration"></see> object to the specified XML configuration file.</summary>
<param name="filename">The path and file name to save the configuration file to.</param>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The configuration file could not be written to. - or - The configuration file has changed.</exception>
</member>
<member name="M:System.Configuration.Configuration.SaveAs(System.String,System.Configuration.ConfigurationSaveMode)">
<summary>Writes the configuration settings contained within this <see cref="T:System.Configuration.Configuration"></see> object to the specified XML configuration file.</summary>
<param name="filename">The path and file name to save the configuration file to.</param>
<param name="saveMode"></param>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The configuration file could not be written to. - or - The configuration file has changed.</exception>
</member>
<member name="M:System.Configuration.Configuration.SaveAs(System.String,System.Configuration.ConfigurationSaveMode,System.Boolean)">
<summary>Writes the configuration settings contained within this <see cref="T:System.Configuration.Configuration"></see> object to the specified XML configuration file.</summary>
<param name="filename">The path and file name to save the configuration file to.</param>
<param name="saveMode"></param>
<param name="forceSaveAll"></param>
<exception cref="T:System.ArgumentException"><paramref name="filename">filename</paramref> is null or an empty string (&quot;&quot;).</exception>
</member>
<member name="P:System.Configuration.Configuration.SectionGroups">
<summary>Gets a collection of the section groups defined by this configuration.</summary>
<returns>A <see cref="T:System.Configuration.ConfigurationSectionGroupCollection"></see> collection representing the collection of section groups for this <see cref="T:System.Configuration.Configuration"></see> object.</returns>
</member>
<member name="P:System.Configuration.Configuration.Sections">
<summary>Gets a collection of the sections defined by this <see cref="T:System.Configuration.Configuration"></see> object.</summary>
<returns>A collection of the sections defined by this <see cref="T:System.Configuration.Configuration"></see> object.</returns>
</member>
<member name="P:System.Configuration.Configuration.TargetFramework">
<summary>Specifies the targeted version of the .NET Framework when a version earlier than the current one is targeted.</summary>
<returns>The name of the targeted version of the .NET Framework. The default value is null, which indicates that the current version is targeted.</returns>
</member>
<member name="P:System.Configuration.Configuration.TypeStringTransformer">
<summary>Specifies a function delegate that is used to transform type strings in configuration files.</summary>
<returns>A delegate that transforms type strings. The default value is null.</returns>
</member>
<member name="T:System.Configuration.ConfigurationAllowDefinition">
<summary>Specifies the locations within the configuration-file hierarchy that can set or override the properties contained within a <see cref="T:System.Configuration.ConfigurationSection"></see> object.</summary>
</member>
<member name="F:System.Configuration.ConfigurationAllowDefinition.Everywhere">
<summary>The <see cref="T:System.Configuration.ConfigurationSection"></see> can be defined anywhere.</summary>
<returns></returns>
</member>
<member name="F:System.Configuration.ConfigurationAllowDefinition.MachineOnly">
<summary>The <see cref="T:System.Configuration.ConfigurationSection"></see> can be defined only in the Machine.config file.</summary>
<returns></returns>
</member>
<member name="F:System.Configuration.ConfigurationAllowDefinition.MachineToApplication">
<summary>The <see cref="T:System.Configuration.ConfigurationSection"></see> can be defined in either the Machine.config file, the machine-level Web.config file found in the same directory as Machine.config, or the top-level application Web.config file found in the virtual-directory root, but not in subdirectories of a virtual root.</summary>
<returns></returns>
</member>
<member name="F:System.Configuration.ConfigurationAllowDefinition.MachineToWebRoot">
<summary>The <see cref="T:System.Configuration.ConfigurationSection"></see> can be defined in either the Machine.config file or the machine-level Web.config file found in the same directory as Machine.config, but not in application Web.config files.</summary>
<returns></returns>
</member>
<member name="T:System.Configuration.ConfigurationAllowExeDefinition">
<summary>Specifies the locations within the configuration-file hierarchy that can set or override the properties contained within a <see cref="T:System.Configuration.ConfigurationSection"></see> object.</summary>
</member>
<member name="F:System.Configuration.ConfigurationAllowExeDefinition.MachineOnly">
<summary>The <see cref="T:System.Configuration.ConfigurationSection"></see> can be defined only in the Machine.config file.</summary>
<returns></returns>
</member>
<member name="F:System.Configuration.ConfigurationAllowExeDefinition.MachineToApplication">
<summary>The <see cref="T:System.Configuration.ConfigurationSection"></see> can be defined either in the Machine.config file or in the Exe.config file in the client application directory. This is the default value.</summary>
<returns></returns>
</member>
<member name="F:System.Configuration.ConfigurationAllowExeDefinition.MachineToLocalUser">
<summary>The <see cref="T:System.Configuration.ConfigurationSection"></see> can be defined in the Machine.config file, in the Exe.config file in the client application directory, in the User.config file in the roaming user directory, or in the User.config file in the local user directory.</summary>
<returns></returns>
</member>
<member name="F:System.Configuration.ConfigurationAllowExeDefinition.MachineToRoamingUser">
<summary>The <see cref="T:System.Configuration.ConfigurationSection"></see> can be defined in the Machine.config file, in the Exe.config file in the client application directory, or in the User.config file in the roaming user directory.</summary>
<returns></returns>
</member>
<member name="T:System.Configuration.ConfigurationCollectionAttribute">
<summary>Declaratively instructs the .NET Framework to create an instance of a configuration element collection. This class cannot be inherited.</summary>
</member>
<member name="M:System.Configuration.ConfigurationCollectionAttribute.#ctor(System.Type)">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationCollectionAttribute"></see> class.</summary>
<param name="itemType">The type of the property collection to create.</param>
<exception cref="T:System.ArgumentNullException"><paramref name="itemType">itemType</paramref> is null.</exception>
</member>
<member name="P:System.Configuration.ConfigurationCollectionAttribute.AddItemName">
<summary>Gets or sets the name of the &lt;add&gt; configuration element.</summary>
<returns>The name that substitutes the standard name &quot;add&quot; for the configuration item.</returns>
</member>
<member name="P:System.Configuration.ConfigurationCollectionAttribute.ClearItemsName">
<summary>Gets or sets the name for the &lt;clear&gt; configuration element.</summary>
<returns>The name that replaces the standard name &quot;clear&quot; for the configuration item.</returns>
</member>
<member name="P:System.Configuration.ConfigurationCollectionAttribute.CollectionType">
<summary>Gets or sets the type of the <see cref="T:System.Configuration.ConfigurationCollectionAttribute"></see> attribute.</summary>
<returns>The type of the <see cref="T:System.Configuration.ConfigurationCollectionAttribute"></see>.</returns>
</member>
<member name="P:System.Configuration.ConfigurationCollectionAttribute.ItemType">
<summary>Gets the type of the collection element.</summary>
<returns>The type of the collection element.</returns>
</member>
<member name="P:System.Configuration.ConfigurationCollectionAttribute.RemoveItemName">
<summary>Gets or sets the name for the &lt;remove&gt; configuration element.</summary>
<returns>The name that replaces the standard name &quot;remove&quot; for the configuration element.</returns>
</member>
<member name="T:System.Configuration.ConfigurationConverterBase">
<summary>The base class for the configuration converter types.</summary>
</member>
<member name="M:System.Configuration.ConfigurationConverterBase.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationConverterBase"></see> class.</summary>
</member>
<member name="M:System.Configuration.ConfigurationConverterBase.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<summary>Determines whether the conversion is allowed.</summary>
<param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversions.</param>
<param name="type">The <see cref="T:System.Type"></see> to convert from.</param>
<returns>true if the conversion is allowed; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.ConfigurationConverterBase.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<summary>Determines whether the conversion is allowed.</summary>
<param name="ctx">The <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> object used for type conversion.</param>
<param name="type">The type to convert to.</param>
<returns>true if the conversion is allowed; otherwise, false.</returns>
</member>
<member name="T:System.Configuration.ConfigurationElement">
<summary>Represents a configuration element within a configuration file.</summary>
</member>
<member name="M:System.Configuration.ConfigurationElement.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationElement"></see> class.</summary>
</member>
<member name="P:System.Configuration.ConfigurationElement.CurrentConfiguration">
<summary>Gets a reference to the top-level <see cref="T:System.Configuration.Configuration"></see> instance that represents the configuration hierarchy that the current <see cref="T:System.Configuration.ConfigurationElement"></see> instance belongs to.</summary>
<returns>The top-level <see cref="T:System.Configuration.Configuration"></see> instance that the current <see cref="T:System.Configuration.ConfigurationElement"></see> instance belongs to.</returns>
</member>
<member name="M:System.Configuration.ConfigurationElement.DeserializeElement(System.Xml.XmlReader,System.Boolean)">
<summary>Reads XML from the configuration file.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader"></see> that reads from the configuration file.</param>
<param name="serializeCollectionKey">true to serialize only the collection key properties; otherwise, false.</param>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The element to read is locked. - or - An attribute of the current node is not recognized. - or - The lock status of the current node cannot be determined.</exception>
</member>
<member name="P:System.Configuration.ConfigurationElement.ElementInformation">
<summary>Gets an <see cref="T:System.Configuration.ElementInformation"></see> object that contains the non-customizable information and functionality of the <see cref="T:System.Configuration.ConfigurationElement"></see> object.</summary>
<returns>An <see cref="T:System.Configuration.ElementInformation"></see> that contains the non-customizable information and functionality of the <see cref="T:System.Configuration.ConfigurationElement"></see>.</returns>
</member>
<member name="P:System.Configuration.ConfigurationElement.ElementProperty">
<summary>Gets the <see cref="T:System.Configuration.ConfigurationElementProperty"></see> object that represents the <see cref="T:System.Configuration.ConfigurationElement"></see> object itself.</summary>
<returns>The <see cref="T:System.Configuration.ConfigurationElementProperty"></see> that represents the <see cref="T:System.Configuration.ConfigurationElement"></see> itself.</returns>
</member>
<member name="M:System.Configuration.ConfigurationElement.Equals(System.Object)">
<summary>Compares the current <see cref="T:System.Configuration.ConfigurationElement"></see> instance to the specified object.</summary>
<param name="compareTo">The object to compare with.</param>
<returns>true if the object to compare with is equal to the current <see cref="T:System.Configuration.ConfigurationElement"></see> instance; otherwise, false. The default is false.</returns>
</member>
<member name="P:System.Configuration.ConfigurationElement.EvaluationContext">
<summary>Gets the <see cref="T:System.Configuration.ContextInformation"></see> object for the <see cref="T:System.Configuration.ConfigurationElement"></see> object.</summary>
<returns>The <see cref="T:System.Configuration.ContextInformation"></see> for the <see cref="T:System.Configuration.ConfigurationElement"></see>.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The current element is not associated with a context.</exception>
</member>
<member name="M:System.Configuration.ConfigurationElement.GetHashCode">
<summary>Gets a unique value representing the current <see cref="T:System.Configuration.ConfigurationElement"></see> instance.</summary>
<returns>A unique value representing the current <see cref="T:System.Configuration.ConfigurationElement"></see> instance.</returns>
</member>
<member name="M:System.Configuration.ConfigurationElement.GetTransformedAssemblyString(System.String)">
<summary>Returns the transformed version of the specified assembly name.</summary>
<param name="assemblyName">The name of the assembly.</param>
<returns>The transformed version of the assembly name. If no transformer is available, the <paramref name="assemblyName">assemblyName</paramref> parameter value is returned unchanged. The <see cref="P:System.Configuration.Configuration.TypeStringTransformer"></see> property is null if no transformer is available.</returns>
</member>
<member name="M:System.Configuration.ConfigurationElement.GetTransformedTypeString(System.String)">
<summary>Returns the transformed version of the specified type name.</summary>
<param name="typeName">The name of the type.</param>
<returns>The transformed version of the specified type name. If no transformer is available, the <paramref name="typeName">typeName</paramref> parameter value is returned unchanged. The <see cref="P:System.Configuration.Configuration.TypeStringTransformer"></see> property is null if no transformer is available.</returns>
</member>
<member name="P:System.Configuration.ConfigurationElement.HasContext">
<summary>Gets a value that indicates whether the <see cref="P:System.Configuration.ConfigurationElement.CurrentConfiguration"></see> property is null.</summary>
<returns>false if the <see cref="P:System.Configuration.ConfigurationElement.CurrentConfiguration"></see> property is null; otherwise, true.</returns>
</member>
<member name="M:System.Configuration.ConfigurationElement.Init">
<summary>Sets the <see cref="T:System.Configuration.ConfigurationElement"></see> object to its initial state.</summary>
</member>
<member name="M:System.Configuration.ConfigurationElement.InitializeDefault">
<summary>Used to initialize a default set of values for the <see cref="T:System.Configuration.ConfigurationElement"></see> object.</summary>
</member>
<member name="M:System.Configuration.ConfigurationElement.IsModified">
<summary>Indicates whether this configuration element has been modified since it was last saved or loaded, when implemented in a derived class.</summary>
<returns>true if the element has been modified; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.ConfigurationElement.IsReadOnly">
<summary>Gets a value indicating whether the <see cref="T:System.Configuration.ConfigurationElement"></see> object is read-only.</summary>
<returns>true if the <see cref="T:System.Configuration.ConfigurationElement"></see> object is read-only; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.ConfigurationElement.Item(System.Configuration.ConfigurationProperty)">
<summary>Gets or sets a property or attribute of this configuration element.</summary>
<param name="prop"></param>
<returns>The specified property, attribute, or child element.</returns>
<exception cref="T:System.Configuration.ConfigurationException"><paramref name="property">property</paramref> is null or does not exist within the element.</exception>
<exception cref="T:System.Configuration.ConfigurationErrorsException"><paramref name="property">property</paramref> is read only or locked.</exception>
</member>
<member name="P:System.Configuration.ConfigurationElement.Item(System.String)">
<summary>Gets or sets a property, attribute, or child element of this configuration element.</summary>
<param name="propertyName"></param>
<returns>The specified property, attribute, or child element</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException"><paramref name="prop">prop</paramref> is read-only or locked.</exception>
</member>
<member name="M:System.Configuration.ConfigurationElement.ListErrors(System.Collections.IList)">
<summary>Adds the invalid-property errors in this <see cref="T:System.Configuration.ConfigurationElement"></see> object, and in all subelements, to the passed list.</summary>
<param name="errorList"></param>
</member>
<member name="P:System.Configuration.ConfigurationElement.LockAllAttributesExcept">
<summary>Gets the collection of locked attributes.</summary>
<returns>The <see cref="T:System.Configuration.ConfigurationLockCollection"></see> of locked attributes (properties) for the element.</returns>
</member>
<member name="P:System.Configuration.ConfigurationElement.LockAllElementsExcept">
<summary>Gets the collection of locked elements.</summary>
<returns>The <see cref="T:System.Configuration.ConfigurationLockCollection"></see> of locked elements.</returns>
</member>
<member name="P:System.Configuration.ConfigurationElement.LockAttributes">
<summary>Gets the collection of locked attributes</summary>
<returns>The <see cref="T:System.Configuration.ConfigurationLockCollection"></see> of locked attributes (properties) for the element.</returns>
</member>
<member name="P:System.Configuration.ConfigurationElement.LockElements">
<summary>Gets the collection of locked elements.</summary>
<returns>The <see cref="T:System.Configuration.ConfigurationLockCollection"></see> of locked elements.</returns>
</member>
<member name="P:System.Configuration.ConfigurationElement.LockItem">
<summary>Gets or sets a value indicating whether the element is locked.</summary>
<returns>true if the element is locked; otherwise, false. The default is false.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The element has already been locked at a higher configuration level.</exception>
</member>
<member name="M:System.Configuration.ConfigurationElement.OnDeserializeUnrecognizedAttribute(System.String,System.String)">
<summary>Gets a value indicating whether an unknown attribute is encountered during deserialization.</summary>
<param name="name">The name of the unrecognized attribute.</param>
<param name="value">The value of the unrecognized attribute.</param>
<returns>true when an unknown attribute is encountered while deserializing; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.ConfigurationElement.OnDeserializeUnrecognizedElement(System.String,System.Xml.XmlReader)">
<summary>Gets a value indicating whether an unknown element is encountered during deserialization.</summary>
<param name="elementName"></param>
<param name="reader">The <see cref="T:System.Xml.XmlReader"></see> being used for deserialization.</param>
<returns>true when an unknown element is encountered while deserializing; otherwise, false.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The element identified by <paramref name="elementName">elementName</paramref> is locked. - or - One or more of the element's attributes is locked. - or - <paramref name="elementName">elementName</paramref> is unrecognized, or the element has an unrecognized attribute. - or - The element has a Boolean attribute with an invalid value. - or - An attempt was made to deserialize a property more than once. - or - An attempt was made to deserialize a property that is not a valid member of the element. - or - The element cannot contain a CDATA or text element.</exception>
</member>
<member name="M:System.Configuration.ConfigurationElement.OnRequiredPropertyNotFound(System.String)">
<summary>Throws an exception when a required property is not found.</summary>
<param name="name">The name of the required attribute that was not found.</param>
<returns>None.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">In all cases.</exception>
</member>
<member name="M:System.Configuration.ConfigurationElement.PostDeserialize">
<summary>Called after deserialization.</summary>
</member>
<member name="M:System.Configuration.ConfigurationElement.PreSerialize(System.Xml.XmlWriter)">
<summary>Called before serialization.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter"></see> that will be used to serialize the <see cref="T:System.Configuration.ConfigurationElement"></see>.</param>
</member>
<member name="P:System.Configuration.ConfigurationElement.Properties">
<summary>Gets the collection of properties.</summary>
<returns>The <see cref="T:System.Configuration.ConfigurationPropertyCollection"></see> of properties for the element.</returns>
</member>
<member name="M:System.Configuration.ConfigurationElement.Reset(System.Configuration.ConfigurationElement)">
<summary>Resets the internal state of the <see cref="T:System.Configuration.ConfigurationElement"></see> object, including the locks and the properties collections.</summary>
<param name="parentElement">The parent node of the configuration element.</param>
</member>
<member name="M:System.Configuration.ConfigurationElement.ResetModified">
<summary>Resets the value of the <see cref="M:System.Configuration.ConfigurationElement.IsModified"></see> method to false when implemented in a derived class.</summary>
</member>
<member name="M:System.Configuration.ConfigurationElement.SerializeElement(System.Xml.XmlWriter,System.Boolean)">
<summary>Writes the contents of this configuration element to the configuration file when implemented in a derived class.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter"></see> that writes to the configuration file.</param>
<param name="serializeCollectionKey">true to serialize only the collection key properties; otherwise, false.</param>
<returns>true if any data was actually serialized; otherwise, false.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The current attribute is locked at a higher configuration level.</exception>
</member>
<member name="M:System.Configuration.ConfigurationElement.SerializeToXmlElement(System.Xml.XmlWriter,System.String)">
<summary>Writes the outer tags of this configuration element to the configuration file when implemented in a derived class.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter"></see> that writes to the configuration file.</param>
<param name="elementName">The name of the <see cref="T:System.Configuration.ConfigurationElement"></see> to be written.</param>
<returns>true if writing was successful; otherwise, false.</returns>
<exception cref="T:System.Exception">The element has multiple child elements.</exception>
</member>
<member name="M:System.Configuration.ConfigurationElement.SetPropertyValue(System.Configuration.ConfigurationProperty,System.Object,System.Boolean)">
<summary>Sets a property to the specified value.</summary>
<param name="prop">The element property to set.</param>
<param name="value">The value to assign to the property.</param>
<param name="ignoreLocks">true if the locks on the property should be ignored; otherwise, false.</param>
<exception cref="T:System.Configuration.ConfigurationErrorsException">Occurs if the element is read-only or <paramref name="ignoreLocks">ignoreLocks</paramref> is true but the locks cannot be ignored.</exception>
</member>
<member name="M:System.Configuration.ConfigurationElement.SetReadOnly">
<summary>Sets the <see cref="M:System.Configuration.ConfigurationElement.IsReadOnly"></see> property for the <see cref="T:System.Configuration.ConfigurationElement"></see> object and all subelements.</summary>
</member>
<member name="M:System.Configuration.ConfigurationElement.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode)">
<summary>Modifies the <see cref="T:System.Configuration.ConfigurationElement"></see> object to remove all values that should not be saved.</summary>
<param name="sourceElement"></param>
<param name="parentElement"></param>
<param name="saveMode"></param>
</member>
<member name="T:System.Configuration.ConfigurationElementCollection">
<summary>Represents a configuration element containing a collection of child elements.</summary>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> class.</summary>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.#ctor(System.Collections.IComparer)">
<summary>Creates a new instance of the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> class.</summary>
<param name="comparer">The <see cref="T:System.Collections.IComparer"></see> comparer to use.</param>
<exception cref="T:System.ArgumentNullException"><paramref name="comparer">comparer</paramref> is null.</exception>
</member>
<member name="P:System.Configuration.ConfigurationElementCollection.AddElementName">
<summary>Gets or sets the name of the <see cref="T:System.Configuration.ConfigurationElement"></see> to associate with the add operation in the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> when overridden in a derived class.</summary>
<returns>The name of the element.</returns>
<exception cref="T:System.ArgumentException">The selected value starts with the reserved prefix &quot;config&quot; or &quot;lock&quot;.</exception>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.BaseAdd(System.Configuration.ConfigurationElement)">
<summary>Adds a configuration element to the <see cref="T:System.Configuration.ConfigurationElementCollection"></see>.</summary>
<param name="element">The <see cref="T:System.Configuration.ConfigurationElement"></see> to add.</param>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.BaseAdd(System.Configuration.ConfigurationElement,System.Boolean)">
<summary>Adds a configuration element to the configuration element collection.</summary>
<param name="element">The <see cref="T:System.Configuration.ConfigurationElement"></see> to add.</param>
<param name="throwIfExists">true to throw an exception if the <see cref="T:System.Configuration.ConfigurationElement"></see> specified is already contained in the <see cref="T:System.Configuration.ConfigurationElementCollection"></see>; otherwise, false.</param>
<exception cref="T:System.Exception">The <see cref="T:System.Configuration.ConfigurationElement"></see> to add already exists in the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> and the <paramref name="throwIfExists">throwIfExists</paramref> parameter is true.</exception>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.BaseAdd(System.Int32,System.Configuration.ConfigurationElement)">
<summary>Adds a configuration element to the configuration element collection.</summary>
<param name="index">The index location at which to add the specified <see cref="T:System.Configuration.ConfigurationElement"></see>.</param>
<param name="element">The <see cref="T:System.Configuration.ConfigurationElement"></see> to add.</param>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.BaseClear">
<summary>Removes all configuration element objects from the collection.</summary>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The configuration is read-only. - or - A collection item has been locked in a higher-level configuration.</exception>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.BaseGet(System.Int32)">
<summary>Gets the configuration element at the specified index location.</summary>
<param name="index">The index location of the <see cref="T:System.Configuration.ConfigurationElement"></see> to return.</param>
<returns>The <see cref="T:System.Configuration.ConfigurationElement"></see> at the specified index.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException"><paramref name="index">index</paramref> is less than 0. - or - There is no <see cref="T:System.Configuration.ConfigurationElement"></see> at the specified <paramref name="index">index</paramref>.</exception>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.BaseGet(System.Object)">
<summary>Returns the configuration element with the specified key.</summary>
<param name="key">The key of the element to return.</param>
<returns>The <see cref="T:System.Configuration.ConfigurationElement"></see> with the specified key; otherwise, null.</returns>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.BaseGetAllKeys">
<summary>Returns an array of the keys for all of the configuration elements contained in the <see cref="T:System.Configuration.ConfigurationElementCollection"></see>.</summary>
<returns>An array that contains the keys for all of the <see cref="T:System.Configuration.ConfigurationElement"></see> objects contained in the <see cref="T:System.Configuration.ConfigurationElementCollection"></see>.</returns>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.BaseGetKey(System.Int32)">
<summary>Gets the key for the <see cref="T:System.Configuration.ConfigurationElement"></see> at the specified index location.</summary>
<param name="index">The index location for the <see cref="T:System.Configuration.ConfigurationElement"></see>.</param>
<returns>The key for the specified <see cref="T:System.Configuration.ConfigurationElement"></see>.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException"><paramref name="index">index</paramref> is less than 0. - or - There is no <see cref="T:System.Configuration.ConfigurationElement"></see> at the specified <paramref name="index">index</paramref>.</exception>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.BaseIndexOf(System.Configuration.ConfigurationElement)">
<summary>Indicates the index of the specified <see cref="T:System.Configuration.ConfigurationElement"></see>.</summary>
<param name="element">The <see cref="T:System.Configuration.ConfigurationElement"></see> for the specified index location.</param>
<returns>The index of the specified <see cref="T:System.Configuration.ConfigurationElement"></see>; otherwise, -1.</returns>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.BaseIsRemoved(System.Object)">
<summary>Indicates whether the <see cref="T:System.Configuration.ConfigurationElement"></see> with the specified key has been removed from the <see cref="T:System.Configuration.ConfigurationElementCollection"></see>.</summary>
<param name="key">The key of the element to check.</param>
<returns>true if the <see cref="T:System.Configuration.ConfigurationElement"></see> with the specified key has been removed; otherwise, false. The default is false.</returns>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.BaseRemove(System.Object)">
<summary>Removes a <see cref="T:System.Configuration.ConfigurationElement"></see> from the collection.</summary>
<param name="key">The key of the <see cref="T:System.Configuration.ConfigurationElement"></see> to remove.</param>
<exception cref="T:System.Exception">No <see cref="T:System.Configuration.ConfigurationElement"></see> with the specified key exists in the collection, the element has already been removed, or the element cannot be removed because the value of its <see cref="P:System.Configuration.ConfigurationProperty.Type"></see> is not <see cref="F:System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMap"></see>.</exception>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.BaseRemoveAt(System.Int32)">
<summary>Removes the <see cref="T:System.Configuration.ConfigurationElement"></see> at the specified index location.</summary>
<param name="index">The index location of the <see cref="T:System.Configuration.ConfigurationElement"></see> to remove.</param>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The configuration is read-only. - or - <paramref name="index">index</paramref> is less than 0 or greater than the number of <see cref="T:System.Configuration.ConfigurationElement"></see> objects in the collection. - or - The <see cref="T:System.Configuration.ConfigurationElement"></see> object has already been removed. - or - The value of the <see cref="T:System.Configuration.ConfigurationElement"></see> object has been locked at a higher level. - or - The <see cref="T:System.Configuration.ConfigurationElement"></see> object was inherited. - or - The value of the <see cref="T:System.Configuration.ConfigurationElement"></see> object's <see cref="P:System.Configuration.ConfigurationProperty.Type"></see> is not <see cref="F:System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMap"></see> or <see cref="F:System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMapAlternate"></see>.</exception>
</member>
<member name="P:System.Configuration.ConfigurationElementCollection.ClearElementName">
<summary>Gets or sets the name for the <see cref="T:System.Configuration.ConfigurationElement"></see> to associate with the clear operation in the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> when overridden in a derived class.</summary>
<returns>The name of the element.</returns>
<exception cref="T:System.ArgumentException">The selected value starts with the reserved prefix &quot;config&quot; or &quot;lock&quot;.</exception>
</member>
<member name="P:System.Configuration.ConfigurationElementCollection.CollectionType">
<summary>Gets the type of the <see cref="T:System.Configuration.ConfigurationElementCollection"></see>.</summary>
<returns>The <see cref="T:System.Configuration.ConfigurationElementCollectionType"></see> of this collection.</returns>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.CopyTo(System.Configuration.ConfigurationElement[],System.Int32)">
<summary>Copies the contents of the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> to an array.</summary>
<param name="array">Array to which to copy the contents of the <see cref="T:System.Configuration.ConfigurationElementCollection"></see>.</param>
<param name="index">Index location at which to begin copying.</param>
</member>
<member name="P:System.Configuration.ConfigurationElementCollection.Count">
<summary>Gets the number of elements in the collection.</summary>
<returns>The number of elements in the collection.</returns>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.CreateNewElement(System.String)">
<summary>Creates a new <see cref="T:System.Configuration.ConfigurationElement"></see> when overridden in a derived class.</summary>
<param name="elementName">The name of the <see cref="T:System.Configuration.ConfigurationElement"></see> to create.</param>
<returns>A new <see cref="T:System.Configuration.ConfigurationElement"></see> with a specified name.</returns>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.CreateNewElement">
<summary>When overridden in a derived class, creates a new <see cref="T:System.Configuration.ConfigurationElement"></see>.</summary>
<returns>A newly created <see cref="T:System.Configuration.ConfigurationElement"></see>.</returns>
</member>
<member name="P:System.Configuration.ConfigurationElementCollection.ElementName">
<summary>Gets the name used to identify this collection of elements in the configuration file when overridden in a derived class.</summary>
<returns>The name of the collection; otherwise, an empty string. The default is an empty string.</returns>
</member>
<member name="P:System.Configuration.ConfigurationElementCollection.EmitClear">
<summary>Gets or sets a value that specifies whether the collection has been cleared.</summary>
<returns>true if the collection has been cleared; otherwise, false. The default is false.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The configuration is read-only.</exception>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.Equals(System.Object)">
<summary>Compares the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> to the specified object.</summary>
<param name="compareTo">The object to compare.</param>
<returns>true if the object to compare with is equal to the current <see cref="T:System.Configuration.ConfigurationElementCollection"></see> instance; otherwise, false. The default is false.</returns>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.GetElementKey(System.Configuration.ConfigurationElement)">
<summary>Gets the element key for a specified configuration element when overridden in a derived class.</summary>
<param name="element">The <see cref="T:System.Configuration.ConfigurationElement"></see> to return the key for.</param>
<returns>An <see cref="T:System.Object"></see> that acts as the key for the specified <see cref="T:System.Configuration.ConfigurationElement"></see>.</returns>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.GetEnumerator">
<summary>Gets an <see cref="T:System.Collections.IEnumerator"></see> which is used to iterate through the <see cref="T:System.Configuration.ConfigurationElementCollection"></see>.</summary>
<returns>An <see cref="T:System.Collections.IEnumerator"></see> which is used to iterate through the <see cref="T:System.Configuration.ConfigurationElementCollection"></see>.</returns>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.GetHashCode">
<summary>Gets a unique value representing the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> instance.</summary>
<returns>A unique value representing the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> current instance.</returns>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.IsElementName(System.String)">
<summary>Indicates whether the specified <see cref="T:System.Configuration.ConfigurationElement"></see> exists in the <see cref="T:System.Configuration.ConfigurationElementCollection"></see>.</summary>
<param name="elementName">The name of the element to verify.</param>
<returns>true if the element exists in the collection; otherwise, false. The default is false.</returns>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.IsElementRemovable(System.Configuration.ConfigurationElement)">
<summary>Indicates whether the specified <see cref="T:System.Configuration.ConfigurationElement"></see> can be removed from the <see cref="T:System.Configuration.ConfigurationElementCollection"></see>.</summary>
<param name="element">The element to check.</param>
<returns>true if the specified <see cref="T:System.Configuration.ConfigurationElement"></see> can be removed from this <see cref="T:System.Configuration.ConfigurationElementCollection"></see>; otherwise, false. The default is true.</returns>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.IsModified">
<summary>Indicates whether this <see cref="T:System.Configuration.ConfigurationElementCollection"></see> has been modified since it was last saved or loaded when overridden in a derived class.</summary>
<returns>true if any contained element has been modified; otherwise, false</returns>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.IsReadOnly">
<summary>Indicates whether the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> object is read only.</summary>
<returns>true if the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> object is read only; otherwise, false.</returns>
</member>
<member name="P:System.Configuration.ConfigurationElementCollection.IsSynchronized">
<summary>Gets a value indicating whether access to the collection is synchronized.</summary>
<returns>true if access to the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> is synchronized; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.OnDeserializeUnrecognizedElement(System.String,System.Xml.XmlReader)">
<summary>Causes the configuration system to throw an exception.</summary>
<param name="elementName">The name of the unrecognized element.</param>
<param name="reader">An input stream that reads XML from the configuration file.</param>
<returns>true if the unrecognized element was deserialized successfully; otherwise, false. The default is false.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">The element specified in <paramref name="elementName">elementName</paramref> is the &lt;clear&gt; element.</exception>
<exception cref="T:System.ArgumentException"><paramref name="elementName">elementName</paramref> starts with the reserved prefix &quot;config&quot; or &quot;lock&quot;.</exception>
</member>
<member name="P:System.Configuration.ConfigurationElementCollection.RemoveElementName">
<summary>Gets or sets the name of the <see cref="T:System.Configuration.ConfigurationElement"></see> to associate with the remove operation in the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> when overridden in a derived class.</summary>
<returns>The name of the element.</returns>
<exception cref="T:System.ArgumentException">The selected value starts with the reserved prefix &quot;config&quot; or &quot;lock&quot;.</exception>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.Reset(System.Configuration.ConfigurationElement)">
<summary>Resets the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> to its unmodified state when overridden in a derived class.</summary>
<param name="parentElement">The <see cref="T:System.Configuration.ConfigurationElement"></see> representing the collection parent element, if any; otherwise, null.</param>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.ResetModified">
<summary>Resets the value of the <see cref="M:System.Configuration.ConfigurationElementCollection.IsModified"></see> property to false when overridden in a derived class.</summary>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.SerializeElement(System.Xml.XmlWriter,System.Boolean)">
<summary>Writes the configuration data to an XML element in the configuration file when overridden in a derived class.</summary>
<param name="writer">Output stream that writes XML to the configuration file.</param>
<param name="serializeCollectionKey">true to serialize the collection key; otherwise, false.</param>
<returns>true if the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> was written to the configuration file successfully.</returns>
<exception cref="T:System.ArgumentException">One of the elements in the collection was added or replaced and starts with the reserved prefix &quot;config&quot; or &quot;lock&quot;.</exception>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.SetReadOnly">
<summary>Sets the <see cref="M:System.Configuration.ConfigurationElementCollection.IsReadOnly"></see> property for the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> object and for all sub-elements.</summary>
</member>
<member name="P:System.Configuration.ConfigurationElementCollection.SyncRoot">
<summary>Gets an object used to synchronize access to the <see cref="T:System.Configuration.ConfigurationElementCollection"></see>.</summary>
<returns>An object used to synchronize access to the <see cref="T:System.Configuration.ConfigurationElementCollection"></see>.</returns>
</member>
<member name="P:System.Configuration.ConfigurationElementCollection.ThrowOnDuplicate">
<summary>Gets a value indicating whether an attempt to add a duplicate <see cref="T:System.Configuration.ConfigurationElement"></see> to the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> will cause an exception to be thrown.</summary>
<returns>true if an attempt to add a duplicate <see cref="T:System.Configuration.ConfigurationElement"></see> to this <see cref="T:System.Configuration.ConfigurationElementCollection"></see> will cause an exception to be thrown; otherwise, false.</returns>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode)">
<summary>Reverses the effect of merging configuration information from different levels of the configuration hierarchy</summary>
<param name="sourceElement">A <see cref="T:System.Configuration.ConfigurationElement"></see> object at the current level containing a merged view of the properties.</param>
<param name="parentElement">The parent <see cref="T:System.Configuration.ConfigurationElement"></see> object of the current element, or null if this is the top level.</param>
<param name="saveMode"></param>
</member>
<member name="M:System.Configuration.ConfigurationElementCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
<summary>Copies the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> to an array.</summary>
<param name="arr">Array to which to copy this <see cref="T:System.Configuration.ConfigurationElementCollection"></see>.</param>
<param name="index">Index location at which to begin copying.</param>
</member>
<member name="T:System.Configuration.ConfigurationElementCollectionType">
<summary>Specifies the type of a <see cref="T:System.Configuration.ConfigurationElementCollectionType"></see> object.</summary>
</member>
<member name="F:System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMap">
<summary>The default type of <see cref="T:System.Configuration.ConfigurationElementCollection"></see>. Collections of this type contain elements that can be merged across a hierarchy of configuration files. At any particular level within such a hierarchy, add, remove, and clear directives are used to modify any inherited properties and specify new ones.</summary>
<returns></returns>
</member>
<member name="F:System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMapAlternate">
<summary>Same as <see cref="F:System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMap"></see>, except that this type causes the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> object to sort its contents such that inherited elements are listed last.</summary>
<returns></returns>
</member>
<member name="F:System.Configuration.ConfigurationElementCollectionType.BasicMap">
<summary>Collections of this type contain elements that apply to the level at which they are specified, and to all child levels. A child level cannot modify the properties specified by a parent element of this type.</summary>
<returns></returns>
</member>
<member name="F:System.Configuration.ConfigurationElementCollectionType.BasicMapAlternate">
<summary>Same as <see cref="F:System.Configuration.ConfigurationElementCollectionType.BasicMap"></see>, except that this type causes the <see cref="T:System.Configuration.ConfigurationElementCollection"></see> object to sort its contents such that inherited elements are listed last.</summary>
<returns></returns>
</member>
</members>
</doc></span>