C# Class LeanCommandUnframework.TypeSelector

Afficher le fichier Open project: SzymonPobiega/LeanCommandUnframework

Méthodes protégées

Méthode Description
FindMatching ( Type openGenericInterfaceType, Type commandType ) : IEnumerable
MatchesType ( Type genericArgument, Type commandType ) : bool
TypeSelector ( ) : System
TypeSelector ( IEnumerable types ) : System

Private Methods

Méthode Description
ImplementsProperInterface ( Type candidateHandler, Type openGenericInterfaceType, Type commandType ) : bool
IsProperInterface ( Type candidateInterface, Type openGenericInterfaceType, Type commandType ) : bool

Method Details

FindMatching() protected méthode

protected FindMatching ( Type openGenericInterfaceType, Type commandType ) : IEnumerable
openGenericInterfaceType System.Type
commandType System.Type
Résultat IEnumerable

MatchesType() protected abstract méthode

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

TypeSelector() protected méthode

protected TypeSelector ( ) : System
Résultat System

TypeSelector() protected méthode

protected TypeSelector ( IEnumerable types ) : System
types IEnumerable
Résultat System