C# Class Badges.Areas.Admin.Controllers.InstructorController

Inheritance: Badges.Controllers.ApplicationController
Show file Open project: ucdavis/Badges

Public Methods

Method Description
Create ( ) : System.Web.Mvc.ActionResult
Edit ( System.Guid id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
InstructorController ( IRepositoryFactory repositoryFactory ) : System

Private Methods

Method Description
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

Method Details

Create() public method

public Create ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Edit() public method

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

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

InstructorController() public method

public InstructorController ( IRepositoryFactory repositoryFactory ) : System
repositoryFactory IRepositoryFactory
return System