C# 클래스 Commencement.Controllers.TermCodeController

상속: ApplicationController
파일 보기 프로젝트 열기: ucdavis/Commencement

공개 메소드들

메소드 설명
Activate ( string termCodeId ) : System.Web.Mvc.ActionResult

Activates the current TermCode, deactivates all others.

Add ( string termCodeId ) : System.Web.Mvc.ActionResult

Adds the vTermCode to TermCodes, then it should redirect to the edit.

Details ( string termCodeId ) : System.Web.Mvc.ActionResult
Edit ( string termCodeId ) : System.Web.Mvc.ActionResult

Allow editing of some fields

Index ( ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Edit ( string id, TermCode termCode ) : System.Web.Mvc.ActionResult

메소드 상세

Activate() 공개 메소드

Activates the current TermCode, deactivates all others.
public Activate ( string termCodeId ) : System.Web.Mvc.ActionResult
termCodeId string
리턴 System.Web.Mvc.ActionResult

Add() 공개 메소드

Adds the vTermCode to TermCodes, then it should redirect to the edit.
public Add ( string termCodeId ) : System.Web.Mvc.ActionResult
termCodeId string
리턴 System.Web.Mvc.ActionResult

Details() 공개 메소드

public Details ( string termCodeId ) : System.Web.Mvc.ActionResult
termCodeId string
리턴 System.Web.Mvc.ActionResult

Edit() 공개 메소드

Allow editing of some fields
public Edit ( string termCodeId ) : System.Web.Mvc.ActionResult
termCodeId string
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

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