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

Inheritance: StandardEditorController
Datei anzeigen Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
Edit ( HiveId id ) : System.Web.Mvc.ActionResult

Displays the edit language form.

LanguageEditorController ( IBackOfficeRequestContext requestContext ) : System

Protected Methods

Method Description
CreateLanguageEditorModel ( HiveId id = default(HiveId) ) : LanguageEditorModel
ProcessSubmit ( LanguageEditorModel model, LanguageElement entity ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Create ( ) : System.Web.Mvc.ActionResult
CreateForm ( ) : System.Web.Mvc.ActionResult
Delete ( HiveId id ) : System.Web.Mvc.JsonResult
EditForm ( HiveId id ) : System.Web.Mvc.ActionResult

Method Details

CreateLanguageEditorModel() protected method

protected CreateLanguageEditorModel ( HiveId id = default(HiveId) ) : LanguageEditorModel
id HiveId
return Rebel.Cms.Web.Model.BackOffice.Editors.LanguageEditorModel

Edit() public method

Displays the edit language form.
public Edit ( HiveId id ) : System.Web.Mvc.ActionResult
id HiveId
return System.Web.Mvc.ActionResult

LanguageEditorController() public method

public LanguageEditorController ( IBackOfficeRequestContext requestContext ) : System
requestContext IBackOfficeRequestContext
return System

ProcessSubmit() protected method

protected ProcessSubmit ( LanguageEditorModel model, LanguageElement entity ) : System.Web.Mvc.ActionResult
model Rebel.Cms.Web.Model.BackOffice.Editors.LanguageEditorModel
entity LanguageElement
return System.Web.Mvc.ActionResult