Метод | Описание | |
---|---|---|
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
|
public GiveFeedback ( System.Guid id, string message ) : System.Web.Mvc.ActionResult | ||
id | System.Guid | FeedbackRequestId |
message | string | The feedback message |
Результат | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public InstructorController ( IRepositoryFactory repositoryFactory ) : System | ||
repositoryFactory | IRepositoryFactory | |
Результат | System |
public MyStudents ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public Notifications ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
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 |