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

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

Méthodes publiques

Méthode Description
BindModel ( dynamic model, string fieldPrefix ) : bool

The IUpdator method to update the posted model

Méthodes protégées

Méthode Description
StandardEditorController ( IBackOfficeRequestContext requestContext ) : System.Web.Mvc

Private Methods

Méthode Description
Edit ( HiveId id ) : System.Web.Mvc.ActionResult

Method Details

BindModel() public méthode

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

StandardEditorController() protected méthode

protected StandardEditorController ( IBackOfficeRequestContext requestContext ) : System.Web.Mvc
requestContext IBackOfficeRequestContext
Résultat System.Web.Mvc