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

상속: AbstractContentEditorController
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

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

Action to render the editor

보호된 메소드들

메소드 설명
AbstractUserGroupEditorController ( IBackOfficeRequestContext requestContext ) : System
ProcessSubmit ( UserGroupEditorModel model, UserGroup entity ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
CreateForm ( ) : System.Web.Mvc.ActionResult
CreateNewUserGroup ( ) : UserGroupEditorModel

Creates a blank user model based on the document type/entityschema for the user

EditForm ( HiveId id ) : System.Web.Mvc.ActionResult
PopulatePermissions ( UserGroupEditorModel model ) : void

Populates the permissions for the given model.

메소드 상세

AbstractUserGroupEditorController() 보호된 메소드

protected AbstractUserGroupEditorController ( 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() 보호된 메소드

protected ProcessSubmit ( UserGroupEditorModel model, UserGroup entity ) : System.Web.Mvc.ActionResult
model Rebel.Cms.Web.Model.BackOffice.Editors.UserGroupEditorModel
entity UserGroup
리턴 System.Web.Mvc.ActionResult