Метод | Описание | |
---|---|---|
CourseController ( ) : System |
Initializes a new instance of the CourseController class.
|
|
Create ( ) : object | ||
Delete ( string id ) : System.Web.Mvc.ActionResult | ||
Edit ( string id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult |
Метод | Описание | |
---|---|---|
AddDummyProf ( ) : Professor | ||
Create ( [ Prefix = "")]Coursecourse, string ProfessorList ) : object | ||
Edit ( [ Prefix = "")]Coursecourse, string id, string ProfessorList ) : object | ||
PrepareProfessorList ( Course course ) : void |
public Delete ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
Результат | System.Web.Mvc.ActionResult |
public Edit ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
Результат | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |