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

The base controller that all editor controllers should inherit from which supports Updating
Inheritance: DashboardEditorController, IModelUpdator
Mostra file Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
BindModel ( dynamic model, string fieldPrefix ) : bool

The IUpdator method to update the posted model

Protected Methods

Method Description
StandardEditorController ( IBackOfficeRequestContext requestContext ) : System.Web.Mvc

Private Methods

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

Method Details

BindModel() public method

The IUpdator method to update the posted model
public BindModel ( dynamic model, string fieldPrefix ) : bool
model dynamic
fieldPrefix string
return bool

StandardEditorController() protected method

protected StandardEditorController ( IBackOfficeRequestContext requestContext ) : System.Web.Mvc
requestContext IBackOfficeRequestContext
return System.Web.Mvc