C# Class Boy_Scouts_Scheduler.Controllers.SchedulingConstraintController

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
RowData ( int id ) : System.Web.Mvc.ActionResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
PartialEditView ( SchedulingConstraint schedulingconstraint = null ) : System.Web.Mvc.PartialViewResult

Private Methods

Méthode Description
Create ( SchedulingConstraint schedulingconstraint ) : System.Web.Mvc.ActionResult
Delete ( int id ) : void
Edit ( SchedulingConstraint schedulingconstraint ) : 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

PartialEditView() protected méthode

protected PartialEditView ( SchedulingConstraint schedulingconstraint = null ) : System.Web.Mvc.PartialViewResult
schedulingconstraint Boy_Scouts_Scheduler.Models.SchedulingConstraint
Résultat System.Web.Mvc.PartialViewResult

RowData() public méthode

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