C# 클래스 LeanCommandUnframework.FilterSelector

상속: TypeSelector
파일 보기 프로젝트 열기: SzymonPobiega/LeanCommandUnframework 1 사용 예제들

공개 메소드들

메소드 설명
FilterSelector ( ) : System
FilterSelector ( IEnumerable filterTypes ) : System
GetFiltersFor ( Type commandType ) : IEnumerable

보호된 메소드들

메소드 설명
MatchesType ( Type genericArgument, Type commandType ) : bool

메소드 상세

FilterSelector() 공개 메소드

public FilterSelector ( ) : System
리턴 System

FilterSelector() 공개 메소드

public FilterSelector ( IEnumerable filterTypes ) : System
filterTypes IEnumerable
리턴 System

GetFiltersFor() 공개 메소드

public GetFiltersFor ( Type commandType ) : IEnumerable
commandType System.Type
리턴 IEnumerable

MatchesType() 보호된 메소드

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