C# 클래스 Boy_Scouts_Scheduler.Controllers.GroupController

상속: Controller
파일 보기 프로젝트 열기: MoustafaEid/Boy-Scouts-Scheduler

Private Properties

프로퍼티 타입 설명
Create System.Web.Mvc.ActionResult
Delete void
Edit System.Web.Mvc.ActionResult

공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
GridData ( int start, int itemsPerPage = 20, string orderBy = "ID", bool desc = false ) : System.Web.Mvc.ActionResult
Index ( int start, int itemsPerPage = 20, string orderBy = "ID", bool desc = false ) : System.Web.Mvc.ViewResult
RowData ( int id ) : System.Web.Mvc.ActionResult

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
PartialEditView ( Group group = null ) : System.Web.Mvc.PartialViewResult

비공개 메소드들

메소드 설명
Create ( Group group ) : System.Web.Mvc.ActionResult
Delete ( int id ) : void
Edit ( Group group ) : System.Web.Mvc.ActionResult

메소드 상세

Create() 공개 메소드

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

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Edit() 공개 메소드

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

GridData() 공개 메소드

public GridData ( int start, int itemsPerPage = 20, string orderBy = "ID", bool desc = false ) : System.Web.Mvc.ActionResult
start int
itemsPerPage int
orderBy string
desc bool
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( int start, int itemsPerPage = 20, string orderBy = "ID", bool desc = false ) : System.Web.Mvc.ViewResult
start int
itemsPerPage int
orderBy string
desc bool
리턴 System.Web.Mvc.ViewResult

PartialEditView() 보호된 메소드

protected PartialEditView ( Group group = null ) : System.Web.Mvc.PartialViewResult
group Boy_Scouts_Scheduler.Models.Group
리턴 System.Web.Mvc.PartialViewResult

RowData() 공개 메소드

public RowData ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult