C# 클래스 Badges.Areas.Admin.Controllers.InstructorController

상속: Badges.Controllers.ApplicationController
파일 보기 프로젝트 열기: ucdavis/Badges

공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
Edit ( System.Guid id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
InstructorController ( IRepositoryFactory repositoryFactory ) : System

비공개 메소드들

메소드 설명
Create ( Instructor instructor ) : System.Web.Mvc.ActionResult
Delete ( System.Guid id, Instructor instructor ) : System.Web.Mvc.ActionResult
Edit ( System.Guid id, Instructor instructor ) : System.Web.Mvc.ActionResult
TransferValues ( Instructor source, Instructor destination ) : void

Transfer editable values from source to destination

메소드 상세

Create() 공개 메소드

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

Edit() 공개 메소드

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

Index() 공개 메소드

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

InstructorController() 공개 메소드

public InstructorController ( IRepositoryFactory repositoryFactory ) : System
repositoryFactory IRepositoryFactory
리턴 System