C# 클래스 CQRSalad.Dispatching.ActionsScanning.DefaultDispatcherHandlerActionsProvider

상속: IDispatcherHandlerActionsProvider
파일 보기 프로젝트 열기: Ontropix/CQRSalad 1 사용 예제들

공개 메소드들

메소드 설명
GetHandlerActions ( TypeInfo handlerType ) : IEnumerable

비공개 메소드들

메소드 설명
IsHandlerAction ( MethodInfo method ) : bool

메소드 상세

GetHandlerActions() 공개 메소드

public GetHandlerActions ( TypeInfo handlerType ) : IEnumerable
handlerType System.Reflection.TypeInfo
리턴 IEnumerable