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
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode Description
DashboardActionInvoker ( IBackOfficeRequestContext backOfficeRequestContext ) : System

Méthodes protégées

Méthode Description
GetFilters ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor ) : System.Web.Mvc.FilterInfo

Method Details

DashboardActionInvoker() public méthode

public DashboardActionInvoker ( IBackOfficeRequestContext backOfficeRequestContext ) : System
backOfficeRequestContext IBackOfficeRequestContext
Résultat System

GetFilters() protected méthode

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
Résultat System.Web.Mvc.FilterInfo