C# Class Boy_Scouts_Scheduler.Controllers.GroupController

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void
PartialEditView ( Group group = null ) : System.Web.Mvc.PartialViewResult

Private Methods

Method Description
Create ( Group group ) : System.Web.Mvc.ActionResult
Delete ( int id ) : void
Edit ( Group group ) : 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

PartialEditView() protected method

protected PartialEditView ( Group group = null ) : System.Web.Mvc.PartialViewResult
group Boy_Scouts_Scheduler.Models.Group
return System.Web.Mvc.PartialViewResult

RowData() public method

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