C# 클래스 Badges.Controllers.ExperienceController

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

공개 메소드들

메소드 설명
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

메소드 상세

DeleteWorkFile() 공개 메소드

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

ExperienceController() 공개 메소드

public ExperienceController ( IRepositoryFactory repositoryFactory, IFileService fileService ) : System
repositoryFactory IRepositoryFactory
fileService IFileService
리턴 System

ViewWorkFile() 공개 메소드

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
리턴 System.Web.Mvc.ActionResult