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

The base controller that all editor controllers should inherit from which supports Updating
상속: DashboardEditorController, IModelUpdator
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
BindModel ( dynamic model, string fieldPrefix ) : bool

The IUpdator method to update the posted model

보호된 메소드들

메소드 설명
StandardEditorController ( IBackOfficeRequestContext requestContext ) : System.Web.Mvc

비공개 메소드들

메소드 설명
Edit ( HiveId id ) : System.Web.Mvc.ActionResult

메소드 상세

BindModel() 공개 메소드

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

StandardEditorController() 보호된 메소드

protected StandardEditorController ( IBackOfficeRequestContext requestContext ) : System.Web.Mvc
requestContext IBackOfficeRequestContext
리턴 System.Web.Mvc