📄 microsoft.practices.enterpriselibrary.data.configuration.design.xml.svn-base
字号:
<summary>
Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ProviderMappingNode"/> class with a <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.DbProviderMapping"/> instance.
</summary>
<param name="dbProviderMapping">A <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.DbProviderMapping"/> instance.</param>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ProviderMappingNode.Name">
<summary>
Gets or sets the name of the provider for this mapping.
</summary>
<value>
The name of the provider for this mapping.
</value>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ProviderMappingNode.TypeName">
<summary>
Gets or sets the type of <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Database"/> for this mapping.
</summary>
<value>
The type of <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Database"/> for this mapping.
</value>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.ProviderMappingNode.ProviderMapping">
<summary>
Gets the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.DbProviderMapping"/> this node represents.
</summary>
<value>
The <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.DbProviderMapping"/> this node represents.
</value>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.OracleConnectionConfigurationDesignManager">
<summary>
Represents the design manager for the oracle connection configuration section.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.OracleConnectionConfigurationDesignManager.#ctor">
<summary>
Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.OracleConnectionConfigurationDesignManager"/> class.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.OracleConnectionConfigurationDesignManager.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.OracleConnectionConfigurationDesignManager.OpenCore(System.IServiceProvider,Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationApplicationNode,System.Configuration.ConfigurationSection)">
<summary>
Opens the oracle connection configuration 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.OracleConnectionConfigurationDesignManager.GetConfigurationSectionInfo(System.IServiceProvider)">
<summary>
Gets the a <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationSectionInfo"/> for the oracle connection configuration 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 oracle connection configuration section.</returns>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.DatabaseSectionNode">
<summary>
Represents a <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.DatabaseSettings"/> configuration section.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.DatabaseSectionNode.#ctor">
<summary>
Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.DatabaseSectionNode"/> class.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.DatabaseSectionNode.Dispose(System.Boolean)">
<summary>
Releases the unmanaged resources used by the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.DatabaseSectionNode"/> and optionally releases the managed resources.
</summary>
<param name="disposing">
<see langword="true"/> to release both managed and unmanaged resources; <see langword="false"/> to release only unmanaged resources.
</param>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.DatabaseSectionNode.Name">
<summary>
Gets the name of the node.
</summary>
<value>
The name of the node.
</value>
<remarks>
Overridden to make readonly for the design tool.
</remarks>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.DatabaseSectionNode.DefaultDatabase">
<summary>
Gets or sets the default database connection to use when none is specified.
</summary>
<value>
The default database connection to use when none is specified.
</value>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.DataConfigurationDesignManager">
<summary>
Represents the design manager for the database settings configuration section.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.DataConfigurationDesignManager.#ctor">
<summary>
Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.DataConfigurationDesignManager"/> class.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.DataConfigurationDesignManager.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.DataConfigurationDesignManager.OpenCore(System.IServiceProvider,Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationApplicationNode,System.Configuration.ConfigurationSection)">
<summary>
Opens the database settings configuration 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.DataConfigurationDesignManager.GetConfigurationSectionInfo(System.IServiceProvider)">
<summary>
Gets the a <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationSectionInfo"/> for the database settings configuration 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 database settings configuration section.</returns>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.OracleConnectionElementNode">
<summary>
Represents the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Oracle.Configuration.OracleConnectionSettings"/> configuration section.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.OracleConnectionElementNode.#ctor">
<summary>
Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.OracleConnectionElementNode"/> class.
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.OracleConnectionElementNode.Name">
<summary>
Gets the name of the node.
</summary>
<value>
The name of the node.
</value>
<remarks>
Overridden to make readonly for the design tool.
</remarks>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.OraclePackageElementNode">
<summary>
Represents a <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Oracle.Configuration.OraclePackageData"/> configuration element.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.OraclePackageElementNode.#ctor">
<summary>
Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.OraclePackageElementNode"/> class.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.OraclePackageElementNode.#ctor(Microsoft.Practices.EnterpriseLibrary.Data.Oracle.Configuration.OraclePackageData)">
<summary>
Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.OraclePackageElementNode"/> class with a <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Oracle.Configuration.OraclePackageData"/> instance.
</summary>
<param name="oraclePackageElement">A <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Oracle.Configuration.OraclePackageData"/> instance.</param>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.OraclePackageElementNode.Prefix">
<summary>
Gets or sets the prefix for the oracle package.
</summary>
<value>
The prefix for the oracle package.
</value>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.OraclePackageElementNode.OraclePackageElement">
<summary>
Gets the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Oracle.Configuration.OraclePackageData"/> this node represents.
</summary>
<value>
The <see cref="T:Microsoft.Practices.EnterpriseLibrary.Data.Oracle.Configuration.OraclePackageData"/> this node represents.
</value>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.Properties.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.Properties.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -