C# Class Boy_Scouts_Scheduler.Controllers.TimeSlotController

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 ( string orderBy = "ID", bool desc = false ) : System.Web.Mvc.ActionResult
Index ( string orderBy = "ID", bool desc = false ) : System.Web.Mvc.ViewResult
RowData ( int id ) : System.Web.Mvc.ActionResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Create ( TimeSlot timeslot ) : System.Web.Mvc.ActionResult
Delete ( int id ) : void
Edit ( TimeSlot timeslot ) : 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 ( string orderBy = "ID", bool desc = false ) : System.Web.Mvc.ActionResult
orderBy string
desc bool
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( string orderBy = "ID", bool desc = false ) : System.Web.Mvc.ViewResult
orderBy string
desc bool
Résultat System.Web.Mvc.ViewResult

RowData() public méthode

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