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

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

Protected Properties

Свойство Type Description
ContentController dynamic

Méthodes publiques

Méthode Description
ContentControllerExtenderBase ( IBackOfficeRequestContext backOfficeRequestContext ) : System

Méthodes protégées

Méthode Description
Initialize ( global requestContext ) : void

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

Method Details

ContentControllerExtenderBase() public méthode

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

Initialize() protected méthode

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

Property Details

ContentController protected_oe property

protected dynamic ContentController
Résultat dynamic