C# Class Badges.Controllers.InstructorController

Inheritance: ApplicationController
Afficher le fichier Open project: ucdavis/Badges

Méthodes publiques

Méthode 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 méthode

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

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

InstructorController() public méthode

public InstructorController ( IRepositoryFactory repositoryFactory ) : System
repositoryFactory IRepositoryFactory
Résultat System

MyStudents() public méthode

public MyStudents ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Notifications() public méthode

Show your pending notifications
public Notifications ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

ViewExperience() public méthode

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
Résultat System.Web.Mvc.ActionResult