C# 클래스 iMentor.Controllers.ManageController

상속: Controller
파일 보기 프로젝트 열기: SCCapstone/imentor 1 사용 예제들

비공개 메소드들

메소드 설명
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