Méthode | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( int id, bool concurrencyError ) : Task |
||
Details ( int id ) : Task |
||
Edit ( int id ) : Task |
||
Index ( ) : Task |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
Create ( [ Include = "DepartmentID,Name,Budget,StartDate,InstructorID")]Departmentdepartment ) : Task |
||
Delete ( ContosoUniversity.Models.Department department ) : Task |
||
Edit ( int id, byte rowVersion ) : Task |
public Create ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public Delete ( int id, bool concurrencyError ) : Task |
||
id | int | |
concurrencyError | bool | |
Résultat | Task |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |