Method | Description | |
---|---|---|
deleteTmUser ( this tmUser ) : bool | ||
getUserGroupId ( this userData, int userId ) : int | ||
getUserGroupName ( this userData, int userId ) : string | ||
passwordReset ( this userData, string userName, System.Guid token, string newPassword ) : bool | ||
setPassword ( this tmUser, string password ) : bool | ||
setPasswordHash ( this tmUser, string passwordHash ) : bool | ||
setUserPassword ( this userData, |
||
setUserPassword ( this userData, int userId, string password ) : bool | ||
setUserPassword ( this userData, string username, string password ) : bool | ||
setUserPasswordResponse ( this userData, |
||
tmUser ( this userId ) : |
||
tmUser ( this userData, int userId ) : |
||
tmUser ( this userData, string userName ) : |
||
tmUser_FromEmail ( this email ) : |
||
tmUser_FromEmail ( this userData, string eMail ) : |
||
tmUser_by_Name_or_Id ( this userData, string userNameOrId ) : |
||
tmUsers ( this userData ) : List |
||
tmUsers ( this |
||
userIds ( this |
Method | Description | |
---|---|---|
CurrentPasswordAndNewPasswordAreEqualsResponse ( ) : |
||
CurrentPasswordDoNotMatchResponse ( ) : |
||
ValidatePasswordComplexity ( ) : |
||
ValidatePasswordLength ( ) : |
||
deleteTmUser ( this userData, int userId ) : bool | ||
deleteTmUsers ( this userData, List |
||
getUserRoles ( this userData, int userId ) : List |
||
setUserGroupId ( this userData, int userId, int groupId ) : bool | ||
updateTmUser ( this userData, |
||
updateTmUser ( this userData, int userId, string userName, string firstname, string lastname, string title, string company, string email, string country, string state, System.DateTime accountExpiration, bool passwordExpired, bool userEnabled, bool accountNeverExpires, int groupId ) : bool | ||
users ( this userData ) : List |
public static deleteTmUser ( this tmUser ) : bool | ||
tmUser | this | |
return | bool |
public static getUserGroupId ( this userData, int userId ) : int | ||
userData | this | |
userId | int | |
return | int |
public static getUserGroupName ( this userData, int userId ) : string | ||
userData | this | |
userId | int | |
return | string |
public static passwordReset ( this userData, string userName, System.Guid token, string newPassword ) : bool | ||
userData | this | |
userName | string | |
token | System.Guid | |
newPassword | string | |
return | bool |
public static setPassword ( this tmUser, string password ) : bool | ||
tmUser | this | |
password | string | |
return | bool |
public static setPasswordHash ( this tmUser, string passwordHash ) : bool | ||
tmUser | this | |
passwordHash | string | |
return | bool |
public static setUserPassword ( this userData, |
||
userData | this | |
tmUser | ||
currentPassword | string | |
newPassword | string | |
return | bool |
public static setUserPassword ( this userData, int userId, string password ) : bool | ||
userData | this | |
userId | int | |
password | string | |
return | bool |
public static setUserPassword ( this userData, string username, string password ) : bool | ||
userData | this | |
username | string | |
password | string | |
return | bool |
public static setUserPasswordResponse ( this userData, |
||
userData | this | |
tmUser | ||
currentPassword | string | |
newPassword | string | |
return |
public static tmUser ( this userId ) : |
||
userId | this | |
return |
public static tmUser ( this userData, int userId ) : |
||
userData | this | |
userId | int | |
return |
public static tmUser ( this userData, string userName ) : |
||
userData | this | |
userName | string | |
return |
public static tmUser_FromEmail ( this email ) : |
||
this | ||
return |
public static tmUser_FromEmail ( this userData, string eMail ) : |
||
userData | this | |
string | ||
return |
public static tmUser_by_Name_or_Id ( this userData, string userNameOrId ) : |
||
userData | this | |
userNameOrId | string | |
return |
public static tmUsers ( this userData ) : List |
||
userData | this | |
return | List |
public static tmUsers ( this |
||
usersId | this |
|
return | List |
public static userIds ( this |
||
tmUsers | this |
|
return | List |