Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
BaseController ( IRequestDispatcherFactory requestDispatcherFactory ) : System |
Initializes a new instance of the BaseController class.
|
|
OnActionExecuted ( ActionExecutedContext filterContext ) : void |
Called after the action method is invoked.
|
public AddLookupRequests ( Infrastructure.Service.IAsyncRequestDispatcher asyncRequestDispatcher, Type dtoType ) : void | ||
asyncRequestDispatcher | Infrastructure.Service.IAsyncRequestDispatcher | The asynchronous request dispatcher. |
dtoType | Type | Type of the dto. |
return | void |
public AddLookupResponsesToViewData ( Infrastructure.Service.IAsyncRequestDispatcher asyncRequestDispatcher ) : void | ||
asyncRequestDispatcher | Infrastructure.Service.IAsyncRequestDispatcher | The asynchronous request dispatcher. |
return | void |
protected BaseController ( IRequestDispatcherFactory requestDispatcherFactory ) : System | ||
requestDispatcherFactory | IRequestDispatcherFactory | The request dispatcher factory. |
return | System |
public CreateAsyncRequestDispatcher ( ) : Infrastructure.Service.IAsyncRequestDispatcher | ||
return | Infrastructure.Service.IAsyncRequestDispatcher |
protected OnActionExecuted ( ActionExecutedContext filterContext ) : void | ||
filterContext | ActionExecutedContext | Information about the current request and action. |
return | void |