CommandRegistrar Members
Include Protected Members
Include Inherited Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The CommandRegistrar type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CommandRegistrar |
Initialize a new instance of the CommandRegistrar class with an IServiceProvider.
|
Methods
Name | Description | |
---|---|---|
AddChildNodeCommand |
Add a AddChildNodeCommand(String, String, Type, Type, Type, NodeMultiplicity) and allows the node type to be created only once.
|
|
AddDefaultCommands |
Adds the default remove and validate commands to all instances of a particular type.
|
|
AddMoveDownCommand |
Add move down command to all instances of a particular type.
|
|
AddMoveUpCommand |
Add move up command to all instances of a particular type.
|
|
AddMoveUpDownCommands |
Add move up and move down commands to all instances of a particular type.
|
|
AddMultipleChildNodeCommand | Overloaded. | |
AddRemoveCommand |
Add the remove command to all the instances of a particular type.
|
|
AddSingleChildNodeCommand | Overloaded. | |
AddUICommand |
Add a ConfigurationUICommand object to the IUICommandService.
|
|
AddValidateCommand |
Add the validate command to all the instances of a particular type.
|
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Register |
Register the commands.
|
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ServiceProvider |
Gets the a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.
|
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |