C# 클래스 Rebel.Cms.Web.Editors.Extenders.ContentControllerExtenderBase

Base class for Content Controller Extenders
상속: Rebel.Cms.Web.Mvc.Controllers.BackOffice.SecuredBackOfficeController
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

보호된 프로퍼티들

프로퍼티 타입 설명
ContentController dynamic

공개 메소드들

메소드 설명
ContentControllerExtenderBase ( IBackOfficeRequestContext backOfficeRequestContext ) : System

보호된 메소드들

메소드 설명
Initialize ( global requestContext ) : void

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

메소드 상세

ContentControllerExtenderBase() 공개 메소드

public ContentControllerExtenderBase ( IBackOfficeRequestContext backOfficeRequestContext ) : System
backOfficeRequestContext IBackOfficeRequestContext
리턴 System

Initialize() 보호된 메소드

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

프로퍼티 상세

ContentController 보호되어 있는 프로퍼티

protected dynamic ContentController
리턴 dynamic