Partager via


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
Protected method CommandRegistrar
Initialize a new instance of the CommandRegistrar class with an IServiceProvider.

Methods

  Name Description
Protected method AddChildNodeCommand
Add a AddChildNodeCommand(String, String, Type, Type, Type, NodeMultiplicity) and allows the node type to be created only once.
Protected method AddDefaultCommands
Adds the default remove and validate commands to all instances of a particular type.
Protected method AddMoveDownCommand
Add move down command to all instances of a particular type.
Protected method AddMoveUpCommand
Add move up command to all instances of a particular type.
Protected method AddMoveUpDownCommands
Add move up and move down commands to all instances of a particular type.
Protected method AddMultipleChildNodeCommand Overloaded.
Protected method AddRemoveCommand
Add the remove command to all the instances of a particular type.
Protected method AddSingleChildNodeCommand Overloaded.
Protected method AddUICommand
Protected method AddValidateCommand
Add the validate command to all the instances of a particular type.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Register
Register the commands.
Public method ToString (Inherited from Object.)

Properties

  Name Description
Protected property ServiceProvider
Gets the a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.

See Also

CommandRegistrar Class

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.