C# 클래스 Rebel.Cms.Web.Editors.AbstractEditorController

Represents the base class for all editor controllers
상속: Rebel.Cms.Web.Mvc.Controllers.BackOffice.SecuredBackOfficeController, IGeneratePath
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
GeneratePathsForCurrentEntity ( EntityPathCollection path ) : void

Sets the Id path for the current entity being edited by the controller instance

GetPaths ( ) : EntityPathCollection

Returns an Id path for the current entity being edited by the controller instance

보호된 메소드들

메소드 설명
AbstractEditorController ( IBackOfficeRequestContext requestContext ) : System

메소드 상세

AbstractEditorController() 보호된 메소드

protected AbstractEditorController ( IBackOfficeRequestContext requestContext ) : System
requestContext IBackOfficeRequestContext
리턴 System

GeneratePathsForCurrentEntity() 공개 메소드

Sets the Id path for the current entity being edited by the controller instance
public GeneratePathsForCurrentEntity ( EntityPathCollection path ) : void
path EntityPathCollection
리턴 void

GetPaths() 공개 메소드

Returns an Id path for the current entity being edited by the controller instance
public GetPaths ( ) : EntityPathCollection
리턴 EntityPathCollection