📄 microsoft.practices.enterpriselibrary.data.configuration.design.xml.svn-base
字号:
<?xml version="1.0"?>
<doc>
<assembly>
<name>Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design</name>
</assembly>
<members>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.AddDatabaseSectionNodeCommand">
<summary>
Command to add the Data Application Block to the application's configuration.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.AddDatabaseSectionNodeCommand.#ctor(System.IServiceProvider)">
<summary>
Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.AddDatabaseSectionNodeCommand"/> class with an <see cref="T:System.IServiceProvider"/>.
</summary>
<param name="serviceProvider">
The a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.
</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.AddDatabaseSectionNodeCommand.#ctor(System.IServiceProvider,System.Boolean)">
<summary>
Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.AddDatabaseSectionNodeCommand"/> class with an <see cref="T:System.IServiceProvider"/> and if the default connection string should be added.
</summary>
<param name="serviceProvider">
The a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.
</param>
<param name="addDefaultConnectionString">Determines if the default connection string should be added.</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.AddDatabaseSectionNodeCommand.OnExecuted(System.EventArgs)">
<summary>
Add the Data Access Block to the current configuration
</summary>
<param name="e">The <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandExecutingEventArgs"/> containing the event data.</param>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ConnectionStringSettingsNode">
<summary>
Represents a <see cref="T:System.Configuration.ConnectionStringSettings"/> configuration element.
</summary>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.IDatabaseProviderName">
<summary>
Represents a database provider name used for a connection.
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.IDatabaseProviderName.DatabaseProviderName">
<summary>
When implemented by a class, gets the name of the provider.
</summary>
<value>
The name of the provider.
</value>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ConnectionStringSettingsNode.#ctor">
<overloads>
Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ConnectionStringSettingsNode"/> class.
</overloads>
<summary>
Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ConnectionStringSettingsNode"/> class.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ConnectionStringSettingsNode.#ctor(System.Configuration.ConnectionStringSettings)">
<summary>
Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ConnectionStringSettingsNode"/> class with a <see cref="T:System.Configuration.ConnectionStringSettings"/> instance.
</summary>
<param name="connectionString">A <see cref="T:System.Configuration.ConnectionStringSettings"/> instance.</param>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ConnectionStringSettingsNode.ProviderName">
<summary>
Gets or sets the provider name to use for this connection.
</summary>
<value>
The provider name to use for this connection
</value>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ConnectionStringSettingsNode.SortChildren">
<summary>
Gets if children added to the node are sorted.
</summary>
<value>
Returns <c>false</c> so children are not sorted.
</value>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ConnectionStringSettingsNode.Microsoft#Practices#EnterpriseLibrary#Data#Configuration#Design#IDatabaseProviderName#DatabaseProviderName">
<summary>
Gets the database provider name to use with a connection.
</summary>
<value>
The database provider name to use with a connection.
</value>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ConnectionStringsSectionNode">
<summary>
Represents the connection strings section in configuration.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ConnectionStringsSectionNode.#ctor">
<summary>
Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ConnectionStringsSectionNode"/> class.
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ConnectionStringsSectionNode.Name">
<summary>
<para>Gets the name for the node.</para>
</summary>
<value>
<para>The display name for the node.</para>
</value>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ConnectionStringsConfigurationDesignManager">
<summary>
Represents the design manager for the connection strings section.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ConnectionStringsConfigurationDesignManager.#ctor">
<summary>
Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ConnectionStringsConfigurationDesignManager"/> class.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ConnectionStringsConfigurationDesignManager.Register(System.IServiceProvider)">
<summary>
Register the commands and node maps needed for the design manager into the design time.
</summary>
<param name="serviceProvider">The a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ConnectionStringsConfigurationDesignManager.OpenCore(System.IServiceProvider,Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationApplicationNode,System.Configuration.ConfigurationSection)">
<summary>
Opens the connection strings section, builds the design time nodes and adds them to the application node.
</summary>
<param name="serviceProvider">The a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.</param>
<param name="rootNode">The root node of the application.</param>
<param name="section">The <see cref="T:System.Configuration.ConfigurationSection"/> that was opened from the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Common.Configuration.IConfigurationSource"/>.</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ConnectionStringsConfigurationDesignManager.GetConfigurationSectionInfo(System.IServiceProvider)">
<summary>
Gets the a <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationSectionInfo"/> for the connection strings section.
</summary>
<param name="serviceProvider">The a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.</param>
<returns>A <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationSectionInfo"/> for the connection strings section.</returns>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.OracleConnectionCommandRegistrar.#ctor(System.IServiceProvider)">
<summary>
</summary>
<param name="serviceProvider"></param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.OracleConnectionCommandRegistrar.Register">
<summary>
</summary>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ParameterNode">
<summary>
Represents a parameter for a connection string.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ParameterNode.#ctor">
<overloads>
Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ParameterNode"/> class.
</overloads>
<summary>
Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ParameterNode"/> class.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ParameterNode.#ctor(System.String,System.String)">
<summary>
Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ParameterNode"/> class with a name and a parameter value.
</summary>
<param name="name">The name of the parameter.</param>
<param name="parameterValue">The parameter value.</param>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ParameterNode.Value">
<summary>
Gets or sets the parameter value.
</summary>
<value>
The parameter value.
</value>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ProviderMappingNode">
<summary>
Represents a <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.DbProviderMapping"/> configuration elements.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ProviderMappingNode.#ctor">
<summary>
Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ProviderMappingNode"/> class.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ProviderMappingNode.#ctor(Microsoft.Practices.EnterpriseLibrary.Data.Configuration.DbProviderMapping)">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -