C# Class Rebel.Cms.Web.Editors.AbstractEditorController

Represents the base class for all editor controllers
Inheritance: Rebel.Cms.Web.Mvc.Controllers.BackOffice.SecuredBackOfficeController, IGeneratePath
Mostra file Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
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

Protected Methods

Method Description
AbstractEditorController ( IBackOfficeRequestContext requestContext ) : System

Method Details

AbstractEditorController() protected method

protected AbstractEditorController ( IBackOfficeRequestContext requestContext ) : System
requestContext IBackOfficeRequestContext
return System

GeneratePathsForCurrentEntity() public method

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

GetPaths() public method

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