C# 클래스 DynamicServices.Mvc.CommandActions

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

공개 메소드들

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

메소드 상세

CommandActions() 공개 메소드

public CommandActions ( IServiceLocator locator, ServicesRegistry registry ) : System.Web.Mvc
locator IServiceLocator
registry ServicesRegistry
리턴 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