C# Class Commencement.Controllers.TermCodeController

Inheritance: ApplicationController
Afficher le fichier Open project: ucdavis/Commencement

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Edit ( string id, TermCode termCode ) : System.Web.Mvc.ActionResult

Method Details

Activate() public méthode

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

Add() public méthode

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

Details() public méthode

public Details ( string termCodeId ) : System.Web.Mvc.ActionResult
termCodeId string
Résultat System.Web.Mvc.ActionResult

Edit() public méthode

Allow editing of some fields
public Edit ( string termCodeId ) : System.Web.Mvc.ActionResult
termCodeId string
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult