C# Class Rebel.Cms.Web.Editors.Extenders.ContentControllerExtenderBase

Base class for Content Controller Extenders
Inheritance: Rebel.Cms.Web.Mvc.Controllers.BackOffice.SecuredBackOfficeController
Datei anzeigen Open project: RebelCMS/rebelcmsxu5

Protected Properties

Property Type Description
ContentController dynamic

Public Methods

Method Description
ContentControllerExtenderBase ( IBackOfficeRequestContext backOfficeRequestContext ) : System

Protected Methods

Method Description
Initialize ( global requestContext ) : void

This checks for the parent controller type and validates it, then sets the appropriate properties

Method Details

ContentControllerExtenderBase() public method

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

Initialize() protected method

This checks for the parent controller type and validates it, then sets the appropriate properties
protected Initialize ( global requestContext ) : void
requestContext global
return void

Property Details

ContentController protected_oe property

protected dynamic ContentController
return dynamic