C# Class Concordion.Internal.CommandRegistry

Inheritance: ICommandFactory
Afficher le fichier Open project: concordion/concordion-net Class Usage Examples

Méthodes publiques

Méthode Description
CommandRegistry ( ) : System
CreateCommand ( string namespaceUri, string commandName ) : ICommand
Register ( string namespaceURI, string commandName, ICommand command ) : CommandRegistry

Private Methods

Méthode Description
MakeKey ( string namespaceURI, string commandName ) : string

Method Details

CommandRegistry() public méthode

public CommandRegistry ( ) : System
Résultat System

CreateCommand() public méthode

public CreateCommand ( string namespaceUri, string commandName ) : ICommand
namespaceUri string
commandName string
Résultat ICommand

Register() public méthode

public Register ( string namespaceURI, string commandName, ICommand command ) : CommandRegistry
namespaceURI string
commandName string
command ICommand
Résultat CommandRegistry