Method | Description | |
---|---|---|
Accept ( int id ) : System.Web.Mvc.ActionResult |
Принять задачу.
|
|
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 |
Интерфейс для создания задачи.
|
|
Pass ( int id ) : System.Web.Mvc.ActionResult |
Сдать задачу на проверку.
|
|
Progress ( ) : System.Web.Mvc.ActionResult |
Прогресс в решении задач.
|
|
Reject ( int id ) : System.Web.Mvc.ActionResult |
Вернуть задачу на доработку.
|
|
TaskController ( ) : System |
Method | Description | |
---|---|---|
Create ( |
||
Update ( |
public Accept ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
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 |
public Pass ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Progress ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Reject ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |