C# Class LeanCommandUnframework.HandlerSelector

Inheritance: TypeSelector
Afficher le fichier Open project: SzymonPobiega/LeanCommandUnframework Class Usage Examples

Méthodes publiques

Méthode Description
GetHandlerFor ( Type commandType ) : Type
HandlerSelector ( ) : System
HandlerSelector ( IEnumerable handlerTypes ) : System

Méthodes protégées

Méthode Description
MatchesType ( Type genericArgument, Type commandType ) : bool

Method Details

GetHandlerFor() public méthode

public GetHandlerFor ( Type commandType ) : Type
commandType System.Type
Résultat System.Type

HandlerSelector() public méthode

public HandlerSelector ( ) : System
Résultat System

HandlerSelector() public méthode

public HandlerSelector ( IEnumerable handlerTypes ) : System
handlerTypes IEnumerable
Résultat System

MatchesType() protected méthode

protected MatchesType ( Type genericArgument, Type commandType ) : bool
genericArgument System.Type
commandType System.Type
Résultat bool