Метод | Описание | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( short id ) : System.Web.Mvc.ActionResult | ||
DepartmentsController ( AdventureWorks.Models.AdventureWorksContext context ) : System | ||
Details ( short id ) : System.Web.Mvc.ActionResult | ||
Edit ( short id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : Task |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
Create ( [ Include = "DepartmentID,Name,GroupName,ModifiedDate")]Departmentdepartment ) : System.Web.Mvc.ActionResult | ||
DeleteConfirmed ( short id ) : System.Web.Mvc.ActionResult | ||
Edit ( [ Include = "DepartmentID,Name,GroupName,ModifiedDate")]Departmentdepartment ) : System.Web.Mvc.ActionResult |
public Create ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public Delete ( short id ) : System.Web.Mvc.ActionResult | ||
id | short | |
Результат | System.Web.Mvc.ActionResult |
public DepartmentsController ( AdventureWorks.Models.AdventureWorksContext context ) : System | ||
context | AdventureWorks.Models.AdventureWorksContext | |
Результат | System |
public Details ( short id ) : System.Web.Mvc.ActionResult | ||
id | short | |
Результат | System.Web.Mvc.ActionResult |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public Edit ( short id ) : System.Web.Mvc.ActionResult | ||
id | short | |
Результат | System.Web.Mvc.ActionResult |