📄 microsoft.practices.enterpriselibrary.configuration.design.xml.svn-base
字号:
<?xml version="1.0"?>
<doc>
<assembly>
<name>Microsoft.Practices.EnterpriseLibrary.Configuration.Design</name>
</assembly>
<members>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.AddConfigurationApplicationNodeCommand">
<summary>
Represents a command for adding a new <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationApplicationNode"/>.
</summary>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNodeCommand">
<summary>
Represents a command to execute against a <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode"/>.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNodeCommand.#ctor(System.IServiceProvider)">
<summary>
Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNodeCommand"/> 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.Configuration.Design.ConfigurationNodeCommand.#ctor(System.IServiceProvider,System.Boolean)">
<summary>
Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNodeCommand"/> class with an <see cref="T:System.IServiceProvider"/> and if the error service should be cleared after the command executes.
</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="clearErrorLog">
Determines if all the messages in the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.IErrorLogService"/> should be cleared when the command has executed.
</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNodeCommand.Dispose">
<summary>
Releases the unmanaged resources used by the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNodeCommand"/> and optionally releases the managed resources.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNodeCommand.Dispose(System.Boolean)">
<summary>
Releases the unmanaged resources used by the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNodeCommand"/> 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="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNodeCommand.Execute(Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode)">
<summary>
Executes the command.
</summary>
<param name="node">
The node to execute on the command on.
</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNodeCommand.ExecuteCore(Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode)">
<summary>
When overridden by a class, executes the core logic of the command.
</summary>
<param name="node">
The node to execute the command upon.
</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNodeCommand.OnExecuting(Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandExecutingEventArgs)">
<summary>
Raises the <see cref="E:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNodeCommand.Executing"/> event.
</summary>
<param name="e">
The <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandExecutingEventArgs"/> containing the event data.</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNodeCommand.OnExecuted(System.EventArgs)">
<summary>
Raises the <see cref="E:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNodeCommand.Executed"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> containing the event data.</param>
</member>
<member name="E:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNodeCommand.Executing">
<summary>
Occurs as the command is about to be executed.
</summary>
</member>
<member name="E:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNodeCommand.Executed">
<summary>
Occurs after the commmand has completed execution.
</summary>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNodeCommand.Events">
<summary>
Gets the list of event handlers that are attached to this command.
</summary>
<value>
An <see cref="T:System.ComponentModel.EventHandlerList"/> that provides the delegates for this component
</value>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNodeCommand.ServiceProvider">
<summary>
Gets the service provider for the command.
</summary>
<value>
The service provider for the command.
</value>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNodeCommand.UIService">
<summary>
Gets the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.IUIService"/>.
</summary>
<value>
The <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.IUIService"/>.
</value>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNodeCommand.ConfigurationUIHierarchyService">
<summary>
Gets the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.IConfigurationUIHierarchyService"/>.
</summary>
<value>
The <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.IConfigurationUIHierarchyService"/>.
</value>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNodeCommand.CurrentHierarchy">
<summary>
Gets the currently selected <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.IConfigurationUIHierarchy"/>.
</summary>
<value>
The currently selected <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.IConfigurationUIHierarchy"/>.
</value>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNodeCommand.ErrorLogService">
<summary>
Gets the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.IErrorLogService"/>.
</summary>
<value>
The <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.IErrorLogService"/>.
</value>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.AddConfigurationApplicationNodeCommand.#ctor(System.IServiceProvider)">
<summary>
Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.AddConfigurationApplicationNodeCommand"/> 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.Configuration.Design.AddConfigurationApplicationNodeCommand.#ctor(System.IServiceProvider,System.Boolean)">
<summary>
Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.AddConfigurationApplicationNodeCommand"/> class with an <see cref="T:System.IServiceProvider"/> and if the error service should be cleared after the command executes.
</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="clearErrorService">
Determines if all the messages in the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.IErrorLogService"/> should be cleared when the command has executed.
</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.AddConfigurationApplicationNodeCommand.ExecuteCore(Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode)">
<summary>
Creates a new <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationApplicationNode"/> object and adds it to the solution.
</summary>
<param name="node">
The <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationApplicationNode"/> is the root of an <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.IConfigurationUIHierarchy"/> so the <paramref name="node"/> is not used, so passing <see langword="null"/> is expected.
</param>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.AddChildNodeCommand">
<summary>
Represents a command that adds a <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode"/> as a child of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode"/> that this command is executing upon.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.AddChildNodeCommand.#ctor(System.IServiceProvider,System.Type)">
<summary>
Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.AddChildNodeCommand"/> 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>
<param name="childType">
The <see cref="T:System.Type"/> object for the configuration node to create and add to the node.
</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.AddChildNodeCommand.#ctor(System.IServiceProvider,System.Boolean,System.Type)">
<summary>
Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.AddChildNodeCommand"/> class with an <see cref="T:System.IServiceProvider"/> and if the error service should be cleared after the command executes.
</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="clearErrorService">
Determines if all the messages in the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.IErrorLogService"/> should be cleared when the command has executed.
</param>
<param name="childType">
The <see cref="T:System.Type"/> object for the configuration node to create and add to the node.
</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.AddChildNodeCommand.ExecuteCore(Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode)">
<summary>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -