Property | Type | Description | |
---|---|---|---|
Create | System.Web.Mvc.ActionResult | ||
Delete | void | ||
Edit | System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
ClearSchedule ( ) : System.Web.Mvc.ActionResult | ||
Create ( ) : System.Web.Mvc.ActionResult | ||
DayActivities ( int ID ) : System.Web.Mvc.ActionResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
Generate ( int startSlotID ) : System.Web.Mvc.ActionResult | ||
GridData ( int start, int itemsPerPage = 20, string orderBy = "ID", bool desc = false ) : System.Web.Mvc.ActionResult | ||
GroupActivities ( int ID ) : System.Web.Mvc.JsonResult | ||
Index ( int start, int itemsPerPage = 20, string orderBy = "ID", bool desc = false ) : System.Web.Mvc.ViewResult | ||
RowData ( int id ) : System.Web.Mvc.ActionResult | ||
StationActivities ( int ID ) : System.Web.Mvc.JsonResult |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Create ( |
||
Delete ( int id ) : void | ||
Edit ( |
public ClearSchedule ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public DayActivities ( int ID ) : System.Web.Mvc.ActionResult | ||
ID | int | |
return | System.Web.Mvc.ActionResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Generate ( int startSlotID ) : System.Web.Mvc.ActionResult | ||
startSlotID | 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 GroupActivities ( int ID ) : System.Web.Mvc.JsonResult | ||
ID | int | |
return | System.Web.Mvc.JsonResult |
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 |
public RowData ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public StationActivities ( int ID ) : System.Web.Mvc.JsonResult | ||
ID | int | |
return | System.Web.Mvc.JsonResult |