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

Inheritance: Badges.Controllers.ApplicationController
Afficher le fichier Open project: ucdavis/Badges

Méthodes publiques

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

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

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

Edit() public méthode

public Edit ( System.Guid id ) : System.Web.Mvc.ActionResult
id System.Guid
Résultat System.Web.Mvc.ActionResult

Index() public méthode

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

InstructorController() public méthode

public InstructorController ( IRepositoryFactory repositoryFactory ) : System
repositoryFactory IRepositoryFactory
Résultat System