C# Class LeanCommandUnframework.FilterSelector

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

Méthodes publiques

Méthode Description
FilterSelector ( ) : System
FilterSelector ( IEnumerable filterTypes ) : System
GetFiltersFor ( Type commandType ) : IEnumerable

Méthodes protégées

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

Method Details

FilterSelector() public méthode

public FilterSelector ( ) : System
Résultat System

FilterSelector() public méthode

public FilterSelector ( IEnumerable filterTypes ) : System
filterTypes IEnumerable
Résultat System

GetFiltersFor() public méthode

public GetFiltersFor ( Type commandType ) : IEnumerable
commandType System.Type
Résultat IEnumerable

MatchesType() protected méthode

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