C# 클래스 DynamicServices.Mvc.QueryActions

상속: IFindAction
파일 보기 프로젝트 열기: ryanohs/DynamicServices

공개 메소드들

메소드 설명
FindAction ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ControllerDescriptor controllerDescriptor, string actionName ) : System.Web.Mvc.ActionDescriptor
QueryActions ( IServiceLocator locator, ServicesRegistry registry ) : System.Web.Mvc

메소드 상세

FindAction() 공개 메소드

public FindAction ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ControllerDescriptor controllerDescriptor, string actionName ) : System.Web.Mvc.ActionDescriptor
controllerContext System.Web.Mvc.ControllerContext
controllerDescriptor System.Web.Mvc.ControllerDescriptor
actionName string
리턴 System.Web.Mvc.ActionDescriptor

QueryActions() 공개 메소드

public QueryActions ( IServiceLocator locator, ServicesRegistry registry ) : System.Web.Mvc
locator IServiceLocator
registry ServicesRegistry
리턴 System.Web.Mvc