C# 클래스 TAPS.MVC.Controllers.CourseController

상속: Controller
파일 보기 프로젝트 열기: kikoanis/CSharpCream 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CourseController() 공개 메소드

Initializes a new instance of the CourseController class.
public CourseController ( ) : System
리턴 System

Create() 공개 메소드

public Create ( ) : object
리턴 object

Delete() 공개 메소드

public Delete ( string id ) : System.Web.Mvc.ActionResult
id string
리턴 System.Web.Mvc.ActionResult

Edit() 공개 메소드

public Edit ( string id ) : System.Web.Mvc.ActionResult
id string
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

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