C# 클래스 Boy_Scouts_Scheduler.Controllers.StationController

상속: 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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
PrepareTimeSlotCheckBoxes ( ) : void

비공개 메소드들

메소드 설명
Create ( Station station, int TimeSlotIDs ) : System.Web.Mvc.ActionResult
Delete ( int id ) : void
Edit ( Station station, int TimeSlotIDs ) : 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

PrepareTimeSlotCheckBoxes() 보호된 메소드

protected PrepareTimeSlotCheckBoxes ( ) : void
리턴 void