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

상속: StandardEditorController
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 메소드들

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

Action to render the editor

보호된 메소드들

메소드 설명
ProcessSubmit ( DataTypeEditorModel model, AttributeType entity ) : System.Web.Mvc.ActionResult

Processes the submit for insert/update

비공개 메소드들

메소드 설명
Create ( System.Guid propertyEditorId, string name ) : System.Web.Mvc.ActionResult
CreateForm ( ) : System.Web.Mvc.ActionResult
CreateNew ( ) : System.Web.Mvc.ActionResult
CreateNewForm ( CreateDataTypeModel createModel ) : System.Web.Mvc.ActionResult
Delete ( HiveId id ) : System.Web.Mvc.JsonResult
EditForm ( HiveId id ) : System.Web.Mvc.ActionResult
EnsurePropEditorListViewBagData ( ) : void

This adds some required elements to the ViewBag so that the Create view renders correctly

메소드 상세

DataTypeEditorController() 공개 메소드

public DataTypeEditorController ( IBackOfficeRequestContext requestContext ) : System
requestContext IBackOfficeRequestContext
리턴 System

Edit() 공개 메소드

Action to render the editor
public Edit ( HiveId id ) : System.Web.Mvc.ActionResult
id HiveId
리턴 System.Web.Mvc.ActionResult

ProcessSubmit() 보호된 메소드

Processes the submit for insert/update
protected ProcessSubmit ( DataTypeEditorModel model, AttributeType entity ) : System.Web.Mvc.ActionResult
model Rebel.Cms.Web.Model.BackOffice.Editors.DataTypeEditorModel
entity AttributeType
리턴 System.Web.Mvc.ActionResult