Method | Description | |
---|---|---|
ChangePassword ( DDL_CapstoneProject.Models.DTOs.EditPasswordDTO newPass ) : IHttpActionResult | ||
EditUserInfo ( ) : IHttpActionResult | ||
GetBackedUserInfo ( ) : IHttpActionResult | ||
GetBackerForAdmin ( string userName, int backingID ) : IHttpActionResult | ||
GetUserBackedProjectForAdmin ( string Username ) : IHttpActionResult | ||
GetUserBackingDetailForAdmin ( string Username ) : IHttpActionResult | ||
GetUserCreatedProjectForAdmin ( string Username ) : IHttpActionResult | ||
GetUserDashboardForAdmin ( ) : IHttpActionResult | ||
GetUserInfoEdit ( ) : IHttpActionResult | ||
GetUserListForAdmin ( ) : IHttpActionResult | ||
GetUserPasswordEdit ( ) : IHttpActionResult | ||
GetUserProfileForAdmin ( string Username ) : IHttpActionResult |
Method | Description | |
---|---|---|
AdminGetRecentBacking ( ) : IHttpActionResult | ||
AdminGetRecentUser ( ) : IHttpActionResult | ||
AdminGetTopBacker ( ) : IHttpActionResult | ||
ChangeUserStatus ( string Username ) : IHttpActionResult | ||
CheckLoginStatus ( ) : IHttpActionResult | ||
GetBackingFullInforListForExport ( ) : IHttpActionResult | ||
GetListBackingForAdmin ( ) : IHttpActionResult | ||
GetListUserName ( string username ) : IHttpActionResult | ||
GetPublicInfo ( string username ) : IHttpActionResult | ||
GetUserTop ( string categoryid ) : IHttpActionResult | ||
Register ( |
||
ResetPassword ( string email ) : IHttpActionResult | ||
ResetPassword ( string email, string code ) : IHttpActionResult | ||
SendCodeResetPassword ( string email ) : IHttpActionResult |
public ChangePassword ( DDL_CapstoneProject.Models.DTOs.EditPasswordDTO newPass ) : IHttpActionResult | ||
newPass | DDL_CapstoneProject.Models.DTOs.EditPasswordDTO | |
return | IHttpActionResult |
public GetBackedUserInfo ( ) : IHttpActionResult | ||
return | IHttpActionResult |
public GetBackerForAdmin ( string userName, int backingID ) : IHttpActionResult | ||
userName | string | |
backingID | int | |
return | IHttpActionResult |
public GetUserBackedProjectForAdmin ( string Username ) : IHttpActionResult | ||
Username | string | |
return | IHttpActionResult |
public GetUserBackingDetailForAdmin ( string Username ) : IHttpActionResult | ||
Username | string | |
return | IHttpActionResult |
public GetUserCreatedProjectForAdmin ( string Username ) : IHttpActionResult | ||
Username | string | |
return | IHttpActionResult |
public GetUserDashboardForAdmin ( ) : IHttpActionResult | ||
return | IHttpActionResult |
public GetUserInfoEdit ( ) : IHttpActionResult | ||
return | IHttpActionResult |
public GetUserListForAdmin ( ) : IHttpActionResult | ||
return | IHttpActionResult |
public GetUserPasswordEdit ( ) : IHttpActionResult | ||
return | IHttpActionResult |
public GetUserProfileForAdmin ( string Username ) : IHttpActionResult | ||
Username | string | |
return | IHttpActionResult |