C# 클래스 TeamMentor.CoreLib.TM_UserData_Ex_Users_Persistance

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

공개 메소드들

메소드 설명
deleteTmUser ( this userData, TMUser tmUser ) : bool
updateTmUser ( this tmUser, TM_User user ) : bool
updateTmUser ( this tmUser, string userName, string firstname, string lastname, string title, string company, string email, string country, string state, DateTime accountExpiration, bool passwordExpired, bool userEnabled, bool accountNeverExpires, int groupId ) : bool

메소드 상세

deleteTmUser() 공개 정적인 메소드

public static deleteTmUser ( this userData, TMUser tmUser ) : bool
userData this
tmUser TMUser
리턴 bool

updateTmUser() 공개 정적인 메소드

public static updateTmUser ( this tmUser, TM_User user ) : bool
tmUser this
user TM_User
리턴 bool

updateTmUser() 공개 정적인 메소드

public static updateTmUser ( this tmUser, string userName, string firstname, string lastname, string title, string company, string email, string country, string state, DateTime accountExpiration, bool passwordExpired, bool userEnabled, bool accountNeverExpires, int groupId ) : bool
tmUser this
userName string
firstname string
lastname string
title string
company string
email string
country string
state string
accountExpiration DateTime
passwordExpired bool
userEnabled bool
accountNeverExpires bool
groupId int
리턴 bool