Method | Description | |
---|---|---|
ConfirmEmailAddress ( string hash ) : void | ||
GetConnection ( ) : |
||
GetSetting ( string name ) : string | ||
GetUserIDByEmail ( string userName ) : long | ||
GetUserProfile ( string token, string ipAddress ) : GetUserProfileResult | ||
LoginUser ( string userName, string password, string ipAddress ) : string | ||
LogoutUser ( string token, string ipAddress ) : void | ||
RegisterNewUser ( string userName, string password, bool partnerMail, string redirectUrl ) : long | ||
UpdateUserProfile ( string token, string ipAddress, string name, string language ) : int |
Method | Description | |
---|---|---|
GenerateConfirmationHash ( string email ) : string | ||
NormalizeEmailAddress ( string email ) : string | ||
SendConfirmationMail ( System.Net.Mail.MailAddress mailAddress, string p1, string conifrmationpwd, string p2, string redirectUrl ) : void |
public ConfirmEmailAddress ( string hash ) : void | ||
hash | string | |
return | void |
public GetConnection ( ) : |
||
return |
public GetUserIDByEmail ( string userName ) : long | ||
userName | string | |
return | long |
public GetUserProfile ( string token, string ipAddress ) : GetUserProfileResult | ||
token | string | |
ipAddress | string | |
return | GetUserProfileResult |
public LoginUser ( string userName, string password, string ipAddress ) : string | ||
userName | string | |
password | string | |
ipAddress | string | |
return | string |
public LogoutUser ( string token, string ipAddress ) : void | ||
token | string | |
ipAddress | string | |
return | void |
public RegisterNewUser ( string userName, string password, bool partnerMail, string redirectUrl ) : long | ||
userName | string | |
password | string | |
partnerMail | bool | |
redirectUrl | string | |
return | long |
public UpdateUserProfile ( string token, string ipAddress, string name, string language ) : int | ||
token | string | |
ipAddress | string | |
name | string | |
language | string | |
return | int |