C# 클래스 NuSurvey.Web.Controllers.ProgramDirectorController

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

공개 메소드들

메소드 설명
ProgramDirectorController ( IRepository surveyRepository, IRepository printedSurveyRepository, IRepository photoRepository, IPrintService printService, IBlobStoargeService blobStoargeService ) : System

비공개 메소드들

메소드 설명
Create ( int surveyId ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
GetDirectorThumbnail ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
MakePrimaryPhoto ( int id, int printedSurveyId, int psqId ) : JsonNetResult
Print ( int id ) : System.Web.Mvc.ActionResult
SelectPhotos ( int id ) : System.Web.Mvc.ActionResult
SelectPhotos ( int id, PrintedSurvey printedSurvey ) : System.Web.Mvc.ActionResult
SetName ( int id ) : System.Web.Mvc.ActionResult
SetName ( int id, PrintedSurvey printedSurvey ) : System.Web.Mvc.ActionResult

메소드 상세

ProgramDirectorController() 공개 메소드

public ProgramDirectorController ( IRepository surveyRepository, IRepository printedSurveyRepository, IRepository photoRepository, IPrintService printService, IBlobStoargeService blobStoargeService ) : System
surveyRepository IRepository
printedSurveyRepository IRepository
photoRepository IRepository
printService IPrintService
blobStoargeService IBlobStoargeService
리턴 System