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

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

공개 메소드들

메소드 설명
Disenroll ( long structureId, long containerId, string roleTypeName ) : System.Web.Mvc.ActionResult
Enroll ( long structureId, long containerId ) : System.Web.Mvc.ActionResult
Index ( long id, bool partial ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Create ( long structureId, string prototypeName, long parent ) : System.Web.Mvc.ActionResult
Create ( long structureId, string prototypeName, long parent, ContainerView container ) : System.Web.Mvc.ActionResult
Delete ( long structureId, long id ) : System.Web.Mvc.ActionResult
Delete ( long structureId, long id, ContainerView containerView ) : System.Web.Mvc.ActionResult
Enroll ( long structureId, long containerId, string roleTypeName, string password ) : System.Web.Mvc.ActionResult

메소드 상세

Disenroll() 공개 메소드

public Disenroll ( long structureId, long containerId, string roleTypeName ) : System.Web.Mvc.ActionResult
structureId long
containerId long
roleTypeName string
리턴 System.Web.Mvc.ActionResult

Enroll() 공개 메소드

public Enroll ( long structureId, long containerId ) : System.Web.Mvc.ActionResult
structureId long
containerId long
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( long id, bool partial ) : System.Web.Mvc.ActionResult
id long
partial bool
리턴 System.Web.Mvc.ActionResult