C# 클래스 Rebel.Cms.Web.Mvc.ActionInvokers.RebelBackOfficeActionInvoker

Ensures that any filters of type - IRequiresRoutableRequestContext or - IRequiresBackOfficeRequest Context have their parameters setup propery
상속: ControllerExtenderActionInvoker
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 메소드들

메소드 설명
RebelBackOfficeActionInvoker ( IBackOfficeRequestContext backOfficeRequestContext ) : System.Reflection

보호된 메소드들

메소드 설명
GetFilters ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor ) : System.Web.Mvc.FilterInfo

메소드 상세

GetFilters() 보호된 메소드

protected GetFilters ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor ) : System.Web.Mvc.FilterInfo
controllerContext System.Web.Mvc.ControllerContext
actionDescriptor System.Web.Mvc.ActionDescriptor
리턴 System.Web.Mvc.FilterInfo

RebelBackOfficeActionInvoker() 공개 메소드

public RebelBackOfficeActionInvoker ( IBackOfficeRequestContext backOfficeRequestContext ) : System.Reflection
backOfficeRequestContext IBackOfficeRequestContext
리턴 System.Reflection