C# 클래스 TeamMentor.CoreLib.TM_UserData_Ex_Users

파일 보기 프로젝트 열기: TeamMentor/Master

공개 메소드들

메소드 설명
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, TMUser tmUser, string currentPassword, string newPassword ) : bool
setUserPassword ( this userData, int userId, string password ) : bool
setUserPassword ( this userData, string username, string password ) : bool
setUserPasswordResponse ( this userData, TMUser tmUser, string currentPassword, string newPassword ) : ChangePassword_Result
tmUser ( this userId ) : TMUser
tmUser ( this userData, int userId ) : TMUser
tmUser ( this userData, string userName ) : TMUser
tmUser_FromEmail ( this email ) : TMUser
tmUser_FromEmail ( this userData, string eMail ) : TMUser
tmUser_by_Name_or_Id ( this userData, string userNameOrId ) : TMUser
tmUsers ( this userData ) : List
tmUsers ( this usersId ) : List
userIds ( this tmUsers ) : List

비공개 메소드들

메소드 설명
CurrentPasswordAndNewPasswordAreEqualsResponse ( ) : ChangePassword_Result
CurrentPasswordDoNotMatchResponse ( ) : ChangePassword_Result
ValidatePasswordComplexity ( ) : ChangePassword_Result
ValidatePasswordLength ( ) : ChangePassword_Result
deleteTmUser ( this userData, int userId ) : bool
deleteTmUsers ( this userData, List userIds ) : List
getUserRoles ( this userData, int userId ) : List
setUserGroupId ( this userData, int userId, int groupId ) : bool
updateTmUser ( this userData, TM_User user ) : bool
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

메소드 상세

deleteTmUser() 공개 정적인 메소드

public static deleteTmUser ( this tmUser ) : bool
tmUser this
리턴 bool

getUserGroupId() 공개 정적인 메소드

public static getUserGroupId ( this userData, int userId ) : int
userData this
userId int
리턴 int

getUserGroupName() 공개 정적인 메소드

public static getUserGroupName ( this userData, int userId ) : string
userData this
userId int
리턴 string

passwordReset() 공개 정적인 메소드

public static passwordReset ( this userData, string userName, System.Guid token, string newPassword ) : bool
userData this
userName string
token System.Guid
newPassword string
리턴 bool

setPassword() 공개 정적인 메소드

public static setPassword ( this tmUser, string password ) : bool
tmUser this
password string
리턴 bool

setPasswordHash() 공개 정적인 메소드

public static setPasswordHash ( this tmUser, string passwordHash ) : bool
tmUser this
passwordHash string
리턴 bool

setUserPassword() 공개 정적인 메소드

public static setUserPassword ( this userData, TMUser tmUser, string currentPassword, string newPassword ) : bool
userData this
tmUser TMUser
currentPassword string
newPassword string
리턴 bool

setUserPassword() 공개 정적인 메소드

public static setUserPassword ( this userData, int userId, string password ) : bool
userData this
userId int
password string
리턴 bool

setUserPassword() 공개 정적인 메소드

public static setUserPassword ( this userData, string username, string password ) : bool
userData this
username string
password string
리턴 bool

setUserPasswordResponse() 공개 정적인 메소드

public static setUserPasswordResponse ( this userData, TMUser tmUser, string currentPassword, string newPassword ) : ChangePassword_Result
userData this
tmUser TMUser
currentPassword string
newPassword string
리턴 ChangePassword_Result

tmUser() 공개 정적인 메소드

public static tmUser ( this userId ) : TMUser
userId this
리턴 TMUser

tmUser() 공개 정적인 메소드

public static tmUser ( this userData, int userId ) : TMUser
userData this
userId int
리턴 TMUser

tmUser() 공개 정적인 메소드

public static tmUser ( this userData, string userName ) : TMUser
userData this
userName string
리턴 TMUser

tmUser_FromEmail() 공개 정적인 메소드

public static tmUser_FromEmail ( this email ) : TMUser
email this
리턴 TMUser

tmUser_FromEmail() 공개 정적인 메소드

public static tmUser_FromEmail ( this userData, string eMail ) : TMUser
userData this
eMail string
리턴 TMUser

tmUser_by_Name_or_Id() 공개 정적인 메소드

public static tmUser_by_Name_or_Id ( this userData, string userNameOrId ) : TMUser
userData this
userNameOrId string
리턴 TMUser

tmUsers() 공개 정적인 메소드

public static tmUsers ( this userData ) : List
userData this
리턴 List

tmUsers() 공개 정적인 메소드

public static tmUsers ( this usersId ) : List
usersId this
리턴 List

userIds() 공개 정적인 메소드

public static userIds ( this tmUsers ) : List
tmUsers this
리턴 List