C# Class LeanCommandUnframework.FilterSelector

Inheritance: TypeSelector
ファイルを表示 Open project: SzymonPobiega/LeanCommandUnframework Class Usage Examples

Public Methods

Method Description
FilterSelector ( ) : System
FilterSelector ( IEnumerable filterTypes ) : System
GetFiltersFor ( Type commandType ) : IEnumerable

Protected Methods

Method Description
MatchesType ( Type genericArgument, Type commandType ) : bool

Method Details

FilterSelector() public method

public FilterSelector ( ) : System
return System

FilterSelector() public method

public FilterSelector ( IEnumerable filterTypes ) : System
filterTypes IEnumerable
return System

GetFiltersFor() public method

public GetFiltersFor ( Type commandType ) : IEnumerable
commandType System.Type
return IEnumerable

MatchesType() protected method

protected MatchesType ( Type genericArgument, Type commandType ) : bool
genericArgument System.Type
commandType System.Type
return bool