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

Controller for the Outcome class
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
OutcomeController ( IRepositoryFactory repositoryFactory, IFileService fileService ) : System

Private Methods

Méthode Description
Create ( OutcomeViewModel model ) : System.Web.Mvc.ActionResult
Delete ( System.Guid id, Outcome outcome ) : System.Web.Mvc.ActionResult
Edit ( System.Guid id, OutcomeViewModel model ) : System.Web.Mvc.ActionResult

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

OutcomeController() public méthode

public OutcomeController ( IRepositoryFactory repositoryFactory, IFileService fileService ) : System
repositoryFactory IRepositoryFactory
fileService IFileService
Résultat System