C# Class Badges.Controllers.InstructorController

Inheritance: ApplicationController
Show file Open project: ucdavis/Badges

Public Methods

Method Description
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

Method Details

GiveFeedback() public method

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

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

InstructorController() public method

public InstructorController ( IRepositoryFactory repositoryFactory ) : System
repositoryFactory IRepositoryFactory
return System

MyStudents() public method

public MyStudents ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Notifications() public method

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

ViewExperience() public method

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