C# Class Rebel.Cms.Web.Mvc.ActionInvokers.DashboardActionInvoker

An action invoker that ensures that all of the dashboard filters are applied to the Dashboard action
Inheritance: RebelBackOfficeActionInvoker
Mostra file Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
DashboardActionInvoker ( IBackOfficeRequestContext backOfficeRequestContext ) : System

Protected Methods

Method Description
GetFilters ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor ) : System.Web.Mvc.FilterInfo

Method Details

DashboardActionInvoker() public method

public DashboardActionInvoker ( IBackOfficeRequestContext backOfficeRequestContext ) : System
backOfficeRequestContext IBackOfficeRequestContext
return System

GetFilters() protected method

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
return System.Web.Mvc.FilterInfo