C# 클래스 Commencement.Controllers.MajorCodeController

상속: UCDArch.Web.Controller.SuperController
파일 보기 프로젝트 열기: ucdavis/Commencement

공개 메소드들

메소드 설명
Add ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
MajorCodeController ( string>.IRepositoryWithTypedId majorRepository, string>.IRepositoryWithTypedId collegeRepository ) : System.Web.Mvc

비공개 메소드들

메소드 설명
Add ( string majorId, string majorCode, string majorName ) : System.Web.Mvc.ActionResult
Deactivate ( string majorCode ) : System.Web.Mvc.JsonResult
SetCollege ( string majorCode, string collegeCode ) : System.Web.Mvc.JsonResult
SetConsolidation ( string majorCode, string consolidationCode ) : System.Web.Mvc.JsonResult

메소드 상세

Add() 공개 메소드

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

Index() 공개 메소드

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

MajorCodeController() 공개 메소드

public MajorCodeController ( string>.IRepositoryWithTypedId majorRepository, string>.IRepositoryWithTypedId collegeRepository ) : System.Web.Mvc
majorRepository string>.IRepositoryWithTypedId
collegeRepository string>.IRepositoryWithTypedId
리턴 System.Web.Mvc