?? microsoft.practices.enterpriselibrary.common.xml
字號:
Represents the configuration settings that describe an <see cref="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.IConfigurationSource"/>.
</summary>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NameTypeConfigurationElement">
<summary>
Represents a <see cref="T:System.Configuration.ConfigurationElement"/> that has a name and type.
</summary>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NamedConfigurationElement">
<summary>
Represents a named <see cref="T:System.Configuration.ConfigurationElement"/> wher the name is the key to a collection.
</summary>
<remarks>
This class is used in conjunction with a <see cref="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NamedElementCollection`1"/>.
</remarks>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.IObjectWithName">
<summary>
Represents the abstraction of an object with a name.
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.IObjectWithName.Name">
<summary>
Gets the name.
</summary>
</member>
<member name="F:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NamedConfigurationElement.nameProperty">
<summary>
Name of the property that holds the name of <see cref="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NamedConfigurationElement"/>.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NamedConfigurationElement.#ctor">
<summary>
Initialize a new instance of a <see cref="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NamedConfigurationElement"/> class.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NamedConfigurationElement.#ctor(System.String)">
<summary>
Intialize a new instance of a <see cref="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NamedConfigurationElement"/> class with a name.
</summary>
<param name="name">The name of the element.</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NamedConfigurationElement.DeserializeElement(System.Xml.XmlReader)">
<summary>
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code.
Updates the configuration properties of the receiver with the information in the current element in the <paramref name="reader"/>.
</summary>
<param name="reader">The reader over the configuration file.</param>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NamedConfigurationElement.Name">
<summary>
Gets or sets the name of the element.
</summary>
<value>
The name of the element.
</value>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.IObjectWithNameAndType">
<summary>
Represents the abstraction of an object with a name and a type.
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.IObjectWithNameAndType.Type">
<summary>
Gets the type.
</summary>
</member>
<member name="F:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NameTypeConfigurationElement.typeProperty">
<summary>
Name of the property that holds the type of <see cref="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NameTypeConfigurationElement"/>.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NameTypeConfigurationElement.#ctor">
<summary>
Intialzie an instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NameTypeConfigurationElement"/> class.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NameTypeConfigurationElement.#ctor(System.String,System.Type)">
<summary>
Initialize an instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NameTypeConfigurationElement"/> class
</summary>
<param name="name">The name of the element.</param>
<param name="type">The <see cref="P:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NameTypeConfigurationElement.Type"/> that this element is the configuration for.</param>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NameTypeConfigurationElement.Type">
<summary>
Gets or sets the <see cref="P:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NameTypeConfigurationElement.Type"/> the element is the configuration for.
</summary>
<value>
The <see cref="P:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NameTypeConfigurationElement.Type"/> the element is the configuration for.
</value>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ConfigurationSourceElement.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ConfigurationSourceElement"/> class with default values.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ConfigurationSourceElement.#ctor(System.String,System.Type)">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ConfigurationSourceElement"/> class with a name and an type.
</summary>
<param name="name">The instance name.</param>
<param name="type">The type for the represented <see cref="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.IConfigurationSource"/>.</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ConfigurationSourceElement.CreateSource">
<summary>
Returns a new <see cref="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.IConfigurationSource"/> configured with the receiver's settings.
</summary>
<returns>A new configuration source.</returns>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ConfigurationSourceFactory">
<summary>
Contains factory methods to create configuration sources.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ConfigurationSourceFactory.Create(System.String)">
<summary>
Creates a new configuration sources based on the configuration information from the application's default
configuration file.
</summary>
<param name="name">The name for the desired configuration source.</param>
<returns>The new configuration source instance described in the configuration file.</returns>
<exception cref="T:System.Configuration.ConfigurationErrorsException">when no configuration information is found for name <paramref name="name"/>.</exception>
<exception cref="T:System.ArgumentNullException">when <paramref name="name"/> is null or empty.</exception>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ConfigurationSourceFactory.Create">
<summary>
Creates a new configuration sources based on the default configuration information from the
application's default configuration file.
</summary>
<returns>The new configuration source instance described as the default in the configuration file,
or a new instance of <see cref="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.SystemConfigurationSource"/> if the is no configuration sources configuration.</returns>
<exception cref="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ConfigurationSourceSection">when there is a configuration section but it does not define
a default configurtion source, or when the configuration for the defined default configuration source is not found.</exception>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ConfigurationSourceSection">
<summary>
Configuration section for the configuration sources.
</summary>
<remarks>
This configuration must reside in the application's default configuration file.
</remarks>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.SerializableConfigurationSection">
<summary>
Represents a configuration section that can be serialized and deserialized to XML.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.SerializableConfigurationSection.GetSchema">
<summary>
Returns the XML schema for the configuration section.
</summary>
<returns>A string with the XML schema, or <see langword="null"/> (<b>Nothing</b>
in Visual Basic) if there is no schema.</returns>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.SerializableConfigurationSection.ReadXml(System.Xml.XmlReader)">
<summary>
Updates the configuration section with the values from an <see cref="T:System.Xml.XmlReader"/>.
</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader"/> that reads the configuration source located at the element that describes the configuration section.</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.SerializableConfigurationSection.WriteXml(System.Xml.XmlWriter)">
<summary>
Writes the configuration section values as an XML element to an <see cref="T:System.Xml.XmlWriter"/>.
</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter"/> that writes to the configuration source.</param>
</member>
<member name="F:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ConfigurationSourceSection.SectionName">
<summary>
This field supports the Enterprise Library infrastructure and is not intended to be used directly from your code.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ConfigurationSourceSection.GetConfigurationSourceSection">
<summary>
Returns the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ConfigurationSourceSection"/> from the application's default configuration file.
</summary>
<returns>The section from the configuration file, or <see langword="null"/> (<b>Nothing</b> in Visual Basic) if the section is not present in the configuration file.</returns>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ConfigurationSourceSection.SelectedSource">
<summary>
Gets or sets the name for the default configuration source.
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ConfigurationSourceSection.Sources">
<summary>
Gets the collection of defined
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -