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

Ensures that any filters of type - IRequiresRoutableRequestContext or - IRequiresBackOfficeRequest Context have their parameters setup propery
Inheritance: ControllerExtenderActionInvoker
Datei anzeigen Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Methods

Method Description
RebelBackOfficeActionInvoker ( IBackOfficeRequestContext backOfficeRequestContext ) : System.Reflection

Protected Methods

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

Method Details

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

RebelBackOfficeActionInvoker() public method

public RebelBackOfficeActionInvoker ( IBackOfficeRequestContext backOfficeRequestContext ) : System.Reflection
backOfficeRequestContext IBackOfficeRequestContext
return System.Reflection