C# 클래스 LeanCommandUnframework.TypeSelector

파일 보기 프로젝트 열기: SzymonPobiega/LeanCommandUnframework

보호된 메소드들

메소드 설명
FindMatching ( Type openGenericInterfaceType, Type commandType ) : IEnumerable
MatchesType ( Type genericArgument, Type commandType ) : bool
TypeSelector ( ) : System
TypeSelector ( IEnumerable types ) : System

비공개 메소드들

메소드 설명
ImplementsProperInterface ( Type candidateHandler, Type openGenericInterfaceType, Type commandType ) : bool
IsProperInterface ( Type candidateInterface, Type openGenericInterfaceType, Type commandType ) : bool

메소드 상세

FindMatching() 보호된 메소드

protected FindMatching ( Type openGenericInterfaceType, Type commandType ) : IEnumerable
openGenericInterfaceType System.Type
commandType System.Type
리턴 IEnumerable

MatchesType() 보호된 추상적인 메소드

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

TypeSelector() 보호된 메소드

protected TypeSelector ( ) : System
리턴 System

TypeSelector() 보호된 메소드

protected TypeSelector ( IEnumerable types ) : System
types IEnumerable
리턴 System