C# 클래스 ActionControllers.ControllerActionLocator

파일 보기 프로젝트 열기: schotime/ActionControllers 1 사용 예제들

공개 메소드들

메소드 설명
Build ( ) : Type>.Dictionary
ControllerActionLocator ( INamingConventions namingConventions ) : System
FindActionsFrom ( IEnumerable types ) : ControllerActionLocator
FindActionsFromAssembly ( Assembly assembly ) : ControllerActionLocator
FindActionsFromAssemblyContaining ( Type type ) : ControllerActionLocator
Where ( bool>.Func predicate ) : ControllerActionLocator

메소드 상세

Build() 공개 메소드

public Build ( ) : Type>.Dictionary
리턴 Type>.Dictionary

ControllerActionLocator() 공개 메소드

public ControllerActionLocator ( INamingConventions namingConventions ) : System
namingConventions INamingConventions
리턴 System

FindActionsFrom() 공개 메소드

public FindActionsFrom ( IEnumerable types ) : ControllerActionLocator
types IEnumerable
리턴 ControllerActionLocator

FindActionsFromAssembly() 공개 메소드

public FindActionsFromAssembly ( Assembly assembly ) : ControllerActionLocator
assembly System.Reflection.Assembly
리턴 ControllerActionLocator

FindActionsFromAssemblyContaining() 공개 메소드

public FindActionsFromAssemblyContaining ( Type type ) : ControllerActionLocator
type System.Type
리턴 ControllerActionLocator

Where() 공개 메소드

public Where ( bool>.Func predicate ) : ControllerActionLocator
predicate bool>.Func
리턴 ControllerActionLocator