Method | Description | |
---|---|---|
Delete ( int id ) : System.Web.Mvc.ActionResult |
Удаление семестра.
|
|
Edit ( int id ) : System.Web.Mvc.ActionResult |
Интерфейс для редактирования семестра.
|
|
Index ( int id ) : System.Web.Mvc.ActionResult |
Страница с семестром. Если идентификатор не указан перенаправляет на список семестров.
|
|
List ( ) : System.Web.Mvc.ActionResult |
Список семестров.
|
|
New ( ) : System.Web.Mvc.ActionResult |
Интерфейс для создания семестра.
|
|
SemesterController ( ) : System |
Конструктор контроллера семестров.
|
Method | Description | |
---|---|---|
Create ( |
||
Update ( |
public Delete ( 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 Index ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | Идентификатор семестра. |
return | System.Web.Mvc.ActionResult |
public List ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |