C# 클래스 Badges.Controllers.InstructorController

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

공개 메소드들

메소드 설명
GiveFeedback ( System.Guid id, string message ) : System.Web.Mvc.ActionResult

Respond to some feedback

Index ( ) : System.Web.Mvc.ActionResult
InstructorController ( IRepositoryFactory repositoryFactory ) : System
MyStudents ( ) : System.Web.Mvc.ActionResult
Notifications ( ) : System.Web.Mvc.ActionResult

Show your pending notifications

ViewExperience ( System.Guid id, System.Guid notificationId ) : System.Web.Mvc.ActionResult

View an experience as an instructor NOTE: Instructor must have acccess to the experience AND the experience must have instructorViewable = true

메소드 상세

GiveFeedback() 공개 메소드

Respond to some feedback
public GiveFeedback ( System.Guid id, string message ) : System.Web.Mvc.ActionResult
id System.Guid FeedbackRequestId
message string The feedback message
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

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

InstructorController() 공개 메소드

public InstructorController ( IRepositoryFactory repositoryFactory ) : System
repositoryFactory IRepositoryFactory
리턴 System

MyStudents() 공개 메소드

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

Notifications() 공개 메소드

Show your pending notifications
public Notifications ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

ViewExperience() 공개 메소드

View an experience as an instructor NOTE: Instructor must have acccess to the experience AND the experience must have instructorViewable = true
public ViewExperience ( System.Guid id, System.Guid notificationId ) : System.Web.Mvc.ActionResult
id System.Guid Experience Id
notificationId System.Guid Notification to show along with experience
리턴 System.Web.Mvc.ActionResult