C# Class Boy_Scouts_Scheduler.Controllers.StationController

Inheritance: Controller
Afficher le fichier Open project: MoustafaEid/Boy-Scouts-Scheduler

Private Properties

Свойство Type Description
Create System.Web.Mvc.ActionResult
Delete void
Edit System.Web.Mvc.ActionResult

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
PrepareTimeSlotCheckBoxes ( ) : void

Private Methods

Méthode 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 méthode

public Create ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Edit() public méthode

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

GridData() public méthode

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
Résultat System.Web.Mvc.ActionResult

Index() public méthode

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
Résultat System.Web.Mvc.ViewResult

PrepareTimeSlotCheckBoxes() protected méthode

protected PrepareTimeSlotCheckBoxes ( ) : void
Résultat void