C# 클래스 Badges.Controllers.StudentController

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

공개 메소드들

메소드 설명
AddExperience ( ) : System.Web.Mvc.ActionResult
DeleteExperience ( System.Guid id ) : System.Web.Mvc.ActionResult
EditExperience ( System.Guid id ) : System.Web.Mvc.ActionResult
Error ( ) : System.Web.Mvc.ActionResult
Feedback ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
Portfolio ( ) : System.Web.Mvc.ActionResult
StudentController ( IRepositoryFactory repositoryFactory, IUserService userService, IFileService fileService ) : System
ViewExperience ( System.Guid id ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
AddEditOutcome ( System.Guid id, System.Guid outcomeId, System.Guid existingOutcomeId, string notes ) : System.Web.Mvc.ActionResult
AddExperience ( Experience experience, System.Web.HttpPostedFileBase coverImage, string queryString ) : System.Web.Mvc.ActionResult
AddSupportingWork ( System.Guid id, SupportingWorkModel model ) : System.Web.Mvc.ActionResult
CropAndSave ( System.Web.HttpPostedFileBase image, string queryString ) : string

Crops the image to the given size, saves, and returns the url of the final blob

EditExperience ( System.Guid id, Experience experience, System.Web.HttpPostedFileBase coverImage, string queryString ) : System.Web.Mvc.ActionResult
GetEditModel ( Experience experience ) : ExperienceEditModel
RemoveOutcome ( System.Guid id, System.Guid experienceOutcomeId ) : System.Web.Mvc.ActionResult
RequestFeedback ( System.Guid id, string message, System.Guid instructors ) : System.Web.Mvc.ActionResult

메소드 상세

AddExperience() 공개 메소드

public AddExperience ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

DeleteExperience() 공개 메소드

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

EditExperience() 공개 메소드

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

Error() 공개 메소드

public Error ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Feedback() 공개 메소드

public Feedback ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Portfolio() 공개 메소드

public Portfolio ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

StudentController() 공개 메소드

public StudentController ( IRepositoryFactory repositoryFactory, IUserService userService, IFileService fileService ) : System
repositoryFactory IRepositoryFactory
userService IUserService
fileService IFileService
리턴 System

ViewExperience() 공개 메소드

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