C# Class Concordion.Internal.CommandRegistry

Inheritance: ICommandFactory
ファイルを表示 Open project: concordion/concordion-net Class Usage Examples

Public Methods

Method Description
CommandRegistry ( ) : System
CreateCommand ( string namespaceUri, string commandName ) : ICommand
Register ( string namespaceURI, string commandName, ICommand command ) : CommandRegistry

Private Methods

Method Description
MakeKey ( string namespaceURI, string commandName ) : string

Method Details

CommandRegistry() public method

public CommandRegistry ( ) : System
return System

CreateCommand() public method

public CreateCommand ( string namespaceUri, string commandName ) : ICommand
namespaceUri string
commandName string
return ICommand

Register() public method

public Register ( string namespaceURI, string commandName, ICommand command ) : CommandRegistry
namespaceURI string
commandName string
command ICommand
return CommandRegistry