C# Class Aperea.Commands.CommandDispatcher

Inheritance: ICommandDispatcher
Afficher le fichier Open project: DerAlbertCom/ApereaFramework

Méthodes publiques

Méthode Description
CommandDispatcher ( IServiceLocator locator ) : System
GetHandlers ( ICommand command ) : IEnumerable
GetValidators ( ICommand command ) : IEnumerable

Method Details

CommandDispatcher() public méthode

public CommandDispatcher ( IServiceLocator locator ) : System
locator IServiceLocator
Résultat System

GetHandlers() public méthode

public GetHandlers ( ICommand command ) : IEnumerable
command ICommand
Résultat IEnumerable

GetValidators() public méthode

public GetValidators ( ICommand command ) : IEnumerable
command ICommand
Résultat IEnumerable