Property | Type | Description | |
---|---|---|---|
Create | System.Web.Mvc.ActionResult | ||
Delete | void | ||
Edit | System.Web.Mvc.ActionResult |
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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
PrepareTimeSlotCheckBoxes ( ) : void |
Method | Description | |
---|---|---|
Create ( |
||
Delete ( int id ) : void | ||
Edit ( |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
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 |
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 |
protected PrepareTimeSlotCheckBoxes ( ) : void | ||
return | void |