Property | Type | Description |
---|
Method | Description | |
---|---|---|
AddAddress ( |
The add address.
|
|
AddPhone ( |
||
AuthUser ( string userName, string passwordHash ) : bool |
The auth user.
|
|
ChangePassword ( string email, string newPasswordHash ) : bool |
The change password for user.
|
|
CreateUser ( |
The create user.
|
|
DeleteAddress ( |
||
DeletePhone ( |
||
DeleteUser ( string email ) : bool |
The delete user.
|
|
DoesUserEmailExists ( string email ) : bool |
The does user email exists.
|
|
GetAddressById ( int id ) : |
||
GetAddresses ( string email ) : List |
||
GetAddressesByUserId ( int id ) : List |
||
GetPhones ( string email ) : List |
||
GetPhonesByUserId ( int id ) : List |
||
GetTopXByPoint ( int count ) : List |
Gets from db.
|
|
GetTopXByPointWithUser ( int count, string email ) : |
Gets from Dictionary Cache.
|
|
GetUser ( string email ) : |
The get user. Give the users email and get the dto.
|
|
GetUserByFacebookId ( string fid ) : |
||
GetUserById ( int id ) : |
||
GetUserEmailById ( int id ) : string | ||
GetUserIdByEmail ( string email ) : int | ||
InviteSucceeded ( string refererUserEmail, string invitedEmail ) : bool | ||
InviteUser ( string refererUserEmail, string invitedEmail ) : bool | ||
IsPasswordResetRequestValid ( string email, string guid ) : bool | ||
RequestPasswordReset ( string email ) : bool |
The request password reset for user.
|
|
UpdateAddress ( |
||
UpdatePhone ( |
||
UpdateUser ( |
||
UpdateUserBirthday ( string email, System.DateTime birthday ) : bool | ||
UpdateUserEmail ( string oldEmail, string newEmail ) : bool | ||
UpdateUserNames ( string email, string newNames ) : bool | ||
UpdateUserPassword ( string email, string newPassword ) : bool | ||
UpdateUserPhone ( string email, string oldPhone, string newPhone ) : bool | ||
UpdateUserPoint ( |
||
UserMembershipService ( ) : System |
public AddAddress ( |
||
dto | /// The dto. /// | |
return | int |
public AddPhone ( |
||
dto | ||
return | bool |
public AuthUser ( string userName, string passwordHash ) : bool | ||
userName | string | /// The user name. /// |
passwordHash | string | /// The password hash. /// |
return | bool |
public ChangePassword ( string email, string newPasswordHash ) : bool | ||
string | /// The email. /// | |
newPasswordHash | string | /// The new password hash. /// |
return | bool |
public CreateUser ( |
||
dto | /// The userDto. /// | |
return | int |
public DeleteAddress ( |
||
dto | ||
return | bool |
public DeletePhone ( |
||
dto | ||
return | bool |
public DeleteUser ( string email ) : bool | ||
string | /// The email. /// | |
return | bool |
public DoesUserEmailExists ( string email ) : bool | ||
string | /// The email. /// | |
return | bool |
public GetAddressById ( int id ) : |
||
id | int | |
return |
public GetAddressesByUserId ( int id ) : List |
||
id | int | |
return | List |
public GetTopXByPointWithUser ( int count, string email ) : |
||
count | int | |
string | ||
return |
public GetUser ( string email ) : |
||
string | /// The user's email. /// | |
return |
public GetUserByFacebookId ( string fid ) : |
||
fid | string | |
return |
public GetUserById ( int id ) : |
||
id | int | |
return |
public GetUserIdByEmail ( string email ) : int | ||
string | ||
return | int |
public InviteSucceeded ( string refererUserEmail, string invitedEmail ) : bool | ||
refererUserEmail | string | |
invitedEmail | string | |
return | bool |
public InviteUser ( string refererUserEmail, string invitedEmail ) : bool | ||
refererUserEmail | string | |
invitedEmail | string | |
return | bool |
public IsPasswordResetRequestValid ( string email, string guid ) : bool | ||
string | ||
guid | string | |
return | bool |
public RequestPasswordReset ( string email ) : bool | ||
string | /// The email. /// | |
return | bool |
public UpdateAddress ( |
||
dto | ||
return | bool |
public UpdatePhone ( |
||
dto | ||
return | bool |
public UpdateUser ( |
||
dto | ||
return | bool |
public UpdateUserBirthday ( string email, System.DateTime birthday ) : bool | ||
string | ||
birthday | System.DateTime | |
return | bool |
public UpdateUserEmail ( string oldEmail, string newEmail ) : bool | ||
oldEmail | string | |
newEmail | string | |
return | bool |
public UpdateUserNames ( string email, string newNames ) : bool | ||
string | ||
newNames | string | |
return | bool |
public UpdateUserPassword ( string email, string newPassword ) : bool | ||
string | ||
newPassword | string | |
return | bool |
public UpdateUserPhone ( string email, string oldPhone, string newPhone ) : bool | ||
string | ||
oldPhone | string | |
newPhone | string | |
return | bool |
public UpdateUserPoint ( |
||
dto | ||
return | bool |