C# 클래스 CodeGarten.Web.Controllers.StructureController

상속: Controller
파일 보기 프로젝트 열기: CodeGarten/CodeGarten

공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
Index ( long id ) : ActionResult

비공개 메소드들

메소드 설명
AddAdministrator ( long id, string userName ) : System.Web.Mvc.JsonResult
Create ( StructureView structure ) : System.Web.Mvc.ActionResult
Delete ( long id ) : ActionResult
Delete ( long id, StructureView structureView ) : ActionResult
Design ( long id ) : ActionResult
Design ( long id, IEnumerable roles ) : JsonResult
LeaveAdministration ( long id, string userName ) : ActionResult
Publish ( long id ) : ActionResult
Synchronization ( long id ) : JsonResult

메소드 상세

Create() 공개 메소드

public Create ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( long id ) : ActionResult
id long
리턴 ActionResult