C# 클래스 TeamMentor.UnitTests.TM_Website.TM_WebServices_Users_ExtensionMethods

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

공개 메소드들

메소드 설명
add_User ( this webServices ) : int
add_User ( this webServices, NewUser newUser ) : int
add_User ( this webServices, string username, string password ) : int
current_SessionId ( this webServices ) : System.Guid
current_User ( this webServices ) : TM_User
delete_User ( this webServices, TM_User tmUser ) : bool
delete_User ( this webServices, int userId ) : bool
delete_User ( this webServices, string userName ) : bool
loggedIn ( this webServices ) : bool
login_with_AuthToken ( this webServices, System.Guid authToken ) : bool
login_with_Pwd ( this webServices, string username, string password ) : bool
logout ( this webServices ) : bool
sessionId ( this webServices ) : System.Guid
user ( this webServices, int userId ) : TM_User
user ( this webServices, string userName ) : TM_User
user_AuthToken ( this webServices, int userId ) : System.Guid
users ( this webServices ) : List

메소드 상세

add_User() 공개 정적인 메소드

public static add_User ( this webServices ) : int
webServices this
리턴 int

add_User() 공개 정적인 메소드

public static add_User ( this webServices, NewUser newUser ) : int
webServices this
newUser TeamMentor.UnitTests.TM_Website.WebServices.NewUser
리턴 int

add_User() 공개 정적인 메소드

public static add_User ( this webServices, string username, string password ) : int
webServices this
username string
password string
리턴 int

current_SessionId() 공개 정적인 메소드

public static current_SessionId ( this webServices ) : System.Guid
webServices this
리턴 System.Guid

current_User() 공개 정적인 메소드

public static current_User ( this webServices ) : TM_User
webServices this
리턴 TeamMentor.UnitTests.TM_Website.WebServices.TM_User

delete_User() 공개 정적인 메소드

public static delete_User ( this webServices, TM_User tmUser ) : bool
webServices this
tmUser TeamMentor.UnitTests.TM_Website.WebServices.TM_User
리턴 bool

delete_User() 공개 정적인 메소드

public static delete_User ( this webServices, int userId ) : bool
webServices this
userId int
리턴 bool

delete_User() 공개 정적인 메소드

public static delete_User ( this webServices, string userName ) : bool
webServices this
userName string
리턴 bool

loggedIn() 공개 정적인 메소드

public static loggedIn ( this webServices ) : bool
webServices this
리턴 bool

login_with_AuthToken() 공개 정적인 메소드

public static login_with_AuthToken ( this webServices, System.Guid authToken ) : bool
webServices this
authToken System.Guid
리턴 bool

login_with_Pwd() 공개 정적인 메소드

public static login_with_Pwd ( this webServices, string username, string password ) : bool
webServices this
username string
password string
리턴 bool

logout() 공개 정적인 메소드

public static logout ( this webServices ) : bool
webServices this
리턴 bool

sessionId() 공개 정적인 메소드

public static sessionId ( this webServices ) : System.Guid
webServices this
리턴 System.Guid

user() 공개 정적인 메소드

public static user ( this webServices, int userId ) : TM_User
webServices this
userId int
리턴 TeamMentor.UnitTests.TM_Website.WebServices.TM_User

user() 공개 정적인 메소드

public static user ( this webServices, string userName ) : TM_User
webServices this
userName string
리턴 TeamMentor.UnitTests.TM_Website.WebServices.TM_User

user_AuthToken() 공개 정적인 메소드

public static user_AuthToken ( this webServices, int userId ) : System.Guid
webServices this
userId int
리턴 System.Guid

users() 공개 정적인 메소드

public static users ( this webServices ) : List
webServices this
리턴 List