C# Класс Badges.Controllers.InstructorController

Наследование: ApplicationController
Показать файл Открыть проект

Открытые методы

Метод Описание
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