C# Class Badges.Controllers.ExperienceController

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

Méthodes publiques

Méthode Description
DeleteWorkFile ( System.Guid id ) : System.Web.Mvc.ActionResult
ExperienceController ( IRepositoryFactory repositoryFactory, IFileService fileService ) : System
ViewWorkFile ( System.Guid id ) : System.Web.Mvc.ActionResult

Allows student to view their work, for now just pictures TODO: allow more than just pictures

Method Details

DeleteWorkFile() public méthode

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

ExperienceController() public méthode

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

ViewWorkFile() public méthode

Allows student to view their work, for now just pictures TODO: allow more than just pictures
public ViewWorkFile ( System.Guid id ) : System.Web.Mvc.ActionResult
id System.Guid
Résultat System.Web.Mvc.ActionResult