📄 microsoft.practices.enterpriselibrary.configuration.design.xml.svn-base
字号:
</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.CommandRegistrar.Register">
<summary>
Register the commands.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandRegistrar.AddMoveUpDownCommands(System.Type)">
<summary>
Add move up and move down commands to all instances of a particular type.
</summary>
<param name="registerType">
The <see cref="T:System.Type"/> to apply the commands.
</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandRegistrar.AddMoveUpCommand(System.Type)">
<summary>
Add move up command to all instances of a particular type.
</summary>
<param name="registerType">
The <see cref="T:System.Type"/> to apply the commands.
</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandRegistrar.AddMoveDownCommand(System.Type)">
<summary>
Add move down command to all instances of a particular type.
</summary>
<param name="registerType">
The <see cref="T:System.Type"/> to apply the commands.
</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandRegistrar.AddDefaultCommands(System.Type)">
<summary>
Adds the default remove and validate commands to all instances of a particular type.
</summary>
<param name="registerType">
The <see cref="T:System.Type"/> to apply the commands.
</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandRegistrar.AddRemoveCommand(System.Type)">
<summary>
Add the remove command to all the instances of a particular type.
</summary>
<param name="registerType">
The <see cref="T:System.Type"/> to apply the commands.
</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandRegistrar.AddValidateCommand(System.Type)">
<summary>
Add the validate command to all the instances of a particular type.
</summary>
<param name="registerType">
The <see cref="T:System.Type"/> to apply the commands.
</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandRegistrar.AddMultipleChildNodeCommand(System.String,System.String,System.Type,System.Type)">
<summary>
Add a <see cref="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandRegistrar.AddChildNodeCommand(System.String,System.String,System.Type,System.Type,System.Type,Microsoft.Practices.EnterpriseLibrary.Configuration.Design.NodeMultiplicity)"/> and allows the node type to be created multiple times.
</summary>
<param name="text">The text of the command.</param>
<param name="longText">The long text of the command.</param>
<param name="nodeType">
The node type to display the command upon.
</param>
<param name="registerType">
The <see cref="T:System.Type"/> the command creates.
</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandRegistrar.AddMultipleChildNodeCommand(System.String,System.String,System.Type,System.Type,System.Type)">
<summary>
Add a <see cref="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandRegistrar.AddChildNodeCommand(System.String,System.String,System.Type,System.Type,System.Type,Microsoft.Practices.EnterpriseLibrary.Configuration.Design.NodeMultiplicity)"/> and allows the node type to be created multiple times.
</summary>
<param name="text">The text of the command.</param>
<param name="longText">The long text of the command.</param>
<param name="nodeType">
The node type to display the command upon.
</param>
<param name="childType">
The child node type created.
</param>
<param name="registerType">
The <see cref="T:System.Type"/> to apply the commands.
</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandRegistrar.AddSingleChildNodeCommand(System.String,System.String,System.Type,System.Type)">
<summary>
Add a <see cref="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandRegistrar.AddChildNodeCommand(System.String,System.String,System.Type,System.Type,System.Type,Microsoft.Practices.EnterpriseLibrary.Configuration.Design.NodeMultiplicity)"/> and allows the node type to be created only once.
</summary>
<param name="text">The text of the command.</param>
<param name="longText">The long text of the command.</param>
<param name="nodeType">
The node type to display the command upon.
</param>
<param name="registerType">
The <see cref="T:System.Type"/> the command creates.
</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandRegistrar.AddSingleChildNodeCommand(System.String,System.String,System.Type,System.Type,System.Type)">
<summary>
Add a <see cref="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandRegistrar.AddChildNodeCommand(System.String,System.String,System.Type,System.Type,System.Type,Microsoft.Practices.EnterpriseLibrary.Configuration.Design.NodeMultiplicity)"/> and allows the node type to be created only once.
</summary>
<param name="text">The text of the command.</param>
<param name="longText">The long text of the command.</param>
<param name="nodeType">
The node type to display the command upon.
</param>
<param name="childType">
The child node type created.
</param>
<param name="registerType">
The <see cref="T:System.Type"/> to apply the command.
</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandRegistrar.AddChildNodeCommand(System.String,System.String,System.Type,System.Type,System.Type,Microsoft.Practices.EnterpriseLibrary.Configuration.Design.NodeMultiplicity)">
<summary>
Add a <see cref="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandRegistrar.AddChildNodeCommand(System.String,System.String,System.Type,System.Type,System.Type,Microsoft.Practices.EnterpriseLibrary.Configuration.Design.NodeMultiplicity)"/> and allows the node type to be created only once.
</summary>
<param name="text">The text of the command.</param>
<param name="longText">The long text of the command.</param>
<param name="childType">The child type that will be created.</param>
<param name="nodeType">The node type for the command.</param>
<param name="registerType">
The <see cref="T:System.Type"/> to apply the command.
</param>
<param name="nodeMultiplicity">One of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.NodeMultiplicity"/> values.</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandRegistrar.AddUICommand(Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationUICommand,System.Type)">
<summary>
Add a <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationUICommand"/> object to the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.IUICommandService"/>.
</summary>
<param name="uiCommand">The <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationUICommand"/> to add.</param>
<param name="registerType">The <see cref="T:System.Type"/> the command is registered.</param>
</member>
<member name="P:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.CommandRegistrar.ServiceProvider">
<summary>
Gets the a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.
</summary>
<value>
The a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.
</value>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationApplicationNode">
<summary>
Represents the root node of the configuration application.
</summary>
</member>
<member name="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode">
<summary>
Represents a designtime node for a particular configuration element. This class is abstract.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode.#ctor">
<summary>
Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode"/> class.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode.#ctor(System.String)">
<summary>
Initialize a new instance of the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode"/> class with a name.
</summary>
<param name="name">The name of the node.</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode.Dispose">
<summary>
Releases the unmanaged resources used by the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode"/> and optionally releases the managed resources.
</summary>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode.Dispose(System.Boolean)">
<summary>
Releases the unmanaged resources used by the <see cref="T:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode"/> 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.ConfigurationNode.MoveAfter(Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode,Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode)">
<summary>
Moves the specified child node immediately after the specified reference node.
</summary>
<param name="childNode">The existing child node to move.</param>
<param name="siblingNode">The existing child node after which the <i>childNode</i> will be placed.</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode.MoveBefore(Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode,Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode)">
<summary>
Moves the specified node immediately before the specified reference node.
</summary>
<param name="childNode">The existing child node to move.</param>
<param name="siblingNode">The existing child node before which the <i>childNode</i> will be placed.</param>
</member>
<member name="M:Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode.ToString">
<summary>
Creates and returns a string representation of the current node.
</summary>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -