C# Class iMentor.Controllers.ManageController

Inheritance: Controller
ファイルを表示 Open project: SCCapstone/imentor Class Usage Examples

Private Methods

Method Description
AddApplicant ( Applicant applicant ) : string
AddListing ( ListingModel listing ) : System.Web.Mvc.JsonResult
AddParticipant ( AssignedListing assignment ) : string
DeleteListing ( ListingModel listing ) : string
DeleteUser ( iMentorUserInfo user ) : string
EditUser ( ) : System.Web.Mvc.ActionResult
GetApplicants ( ) : System.Web.Mvc.JsonResult
GetAssignments ( ) : System.Web.Mvc.JsonResult
GetCurrentUser ( ) : System.Web.Mvc.JsonResult
GetListings ( ) : System.Web.Mvc.JsonResult
GetListingsByCurrentUser ( ) : System.Web.Mvc.JsonResult
GetMentors ( ) : System.Web.Mvc.JsonResult
GetRoles ( ) : System.Web.Mvc.JsonResult
GetStudents ( ) : System.Web.Mvc.JsonResult
GetTeachers ( ) : System.Web.Mvc.JsonResult
GetUserById ( string userId ) : System.Web.Mvc.JsonResult
GetUsers ( ) : System.Web.Mvc.JsonResult
GetUsersByListing ( string data ) : System.Web.Mvc.JsonResult
Listing ( ) : System.Web.Mvc.ActionResult
ManageListings ( ) : System.Web.Mvc.ActionResult
ManageUsers ( ) : System.Web.Mvc.ActionResult
RemoveApplicant ( Applicant applicant ) : string
RemoveParticipant ( AssignedListing assignment ) : string
ReturnAspUser ( string email ) : AspNetUser
ReturnLastAddedAssignment ( ) : AssignedListing
ReturnLastAddedListing ( ) : ListingModel
ReturnLastAddedUser ( ) : iMentorUser
UpdateListing ( ListingInfo listing ) : string
UpdateUser ( iMentorUserInfo user ) : string