C# Class Sequin.Discovery.CommandFactory

Afficher le fichier Open project: sequin/sequin Class Usage Examples

Méthodes publiques

Méthode Description
Construct ( string commandName ) : object

Méthodes protégées

Méthode Description
CommandFactory ( ICommandRegistry commandRegistry ) : System
Create ( Type commandType ) : object

Method Details

CommandFactory() protected méthode

protected CommandFactory ( ICommandRegistry commandRegistry ) : System
commandRegistry ICommandRegistry
Résultat System

Construct() public méthode

public Construct ( string commandName ) : object
commandName string
Résultat object

Create() protected abstract méthode

protected abstract Create ( Type commandType ) : object
commandType System.Type
Résultat object