C# 클래스 ContosoUniversity.Controllers.DepartmentController

상속: Controller
파일 보기 프로젝트 열기: pivotalservices/contoso-university

공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
Delete ( int id, bool concurrencyError ) : Task
Details ( int id ) : Task
Edit ( int id ) : Task
Index ( ) : Task

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
Create ( [ Include = "DepartmentID,Name,Budget,StartDate,InstructorID")]Departmentdepartment ) : Task
Delete ( ContosoUniversity.Models.Department department ) : Task
Edit ( int id, byte rowVersion ) : Task

메소드 상세

Create() 공개 메소드

public Create ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Delete() 공개 메소드

public Delete ( int id, bool concurrencyError ) : Task
id int
concurrencyError bool
리턴 Task

Details() 공개 메소드

public Details ( int id ) : Task
id int
리턴 Task

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Edit() 공개 메소드

public Edit ( int id ) : Task
id int
리턴 Task

Index() 공개 메소드

public Index ( ) : Task
리턴 Task