C# 클래스 ProCenter.Mvc.Controllers.BaseController

상속: Controller
파일 보기 프로젝트 열기: obhita/PROCenter

공개 메소드들

메소드 설명
AddLookupRequests ( Infrastructure.Service.IAsyncRequestDispatcher asyncRequestDispatcher, Type dtoType ) : void

Adds the lookup requests.

AddLookupResponsesToViewData ( Infrastructure.Service.IAsyncRequestDispatcher asyncRequestDispatcher ) : void

Adds the lookup responses to view data.

CreateAsyncRequestDispatcher ( ) : Infrastructure.Service.IAsyncRequestDispatcher

Creates the async request dispatcher.

보호된 메소드들

메소드 설명
BaseController ( IRequestDispatcherFactory requestDispatcherFactory ) : System

Initializes a new instance of the BaseController class.

OnActionExecuted ( ActionExecutedContext filterContext ) : void

Called after the action method is invoked.

메소드 상세

AddLookupRequests() 공개 메소드

Adds the lookup requests.
public AddLookupRequests ( Infrastructure.Service.IAsyncRequestDispatcher asyncRequestDispatcher, Type dtoType ) : void
asyncRequestDispatcher Infrastructure.Service.IAsyncRequestDispatcher The asynchronous request dispatcher.
dtoType Type Type of the dto.
리턴 void

AddLookupResponsesToViewData() 공개 메소드

Adds the lookup responses to view data.
public AddLookupResponsesToViewData ( Infrastructure.Service.IAsyncRequestDispatcher asyncRequestDispatcher ) : void
asyncRequestDispatcher Infrastructure.Service.IAsyncRequestDispatcher The asynchronous request dispatcher.
리턴 void

BaseController() 보호된 메소드

Initializes a new instance of the BaseController class.
protected BaseController ( IRequestDispatcherFactory requestDispatcherFactory ) : System
requestDispatcherFactory IRequestDispatcherFactory The request dispatcher factory.
리턴 System

CreateAsyncRequestDispatcher() 공개 메소드

Creates the async request dispatcher.
public CreateAsyncRequestDispatcher ( ) : Infrastructure.Service.IAsyncRequestDispatcher
리턴 Infrastructure.Service.IAsyncRequestDispatcher

OnActionExecuted() 보호된 메소드

Called after the action method is invoked.
protected OnActionExecuted ( ActionExecutedContext filterContext ) : void
filterContext ActionExecutedContext Information about the current request and action.
리턴 void