C# Class Boy_Scouts_Scheduler.Controllers.StationController

Inheritance: Controller
ファイルを表示 Open project: MoustafaEid/Boy-Scouts-Scheduler

Private Properties

Property Type Description
Create System.Web.Mvc.ActionResult
Delete void
Edit System.Web.Mvc.ActionResult

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void
PrepareTimeSlotCheckBoxes ( ) : void

Private Methods

Method Description
Create ( Station station, int TimeSlotIDs ) : System.Web.Mvc.ActionResult
Delete ( int id ) : void
Edit ( Station station, int TimeSlotIDs ) : System.Web.Mvc.ActionResult

Method Details

Create() public method

public Create ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Edit() public method

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

GridData() public method

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
return System.Web.Mvc.ActionResult

Index() public method

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
return System.Web.Mvc.ViewResult

PrepareTimeSlotCheckBoxes() protected method

protected PrepareTimeSlotCheckBoxes ( ) : void
return void