C# Class TeamMentor.UnitTests.TM_Website.TM_WebServices_Users_ExtensionMethods

Afficher le fichier Open project: TeamMentor/Master

Méthodes publiques

Méthode Description
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

Method Details

add_User() public static méthode

public static add_User ( this webServices ) : int
webServices this
Résultat int

add_User() public static méthode

public static add_User ( this webServices, NewUser newUser ) : int
webServices this
newUser TeamMentor.UnitTests.TM_Website.WebServices.NewUser
Résultat int

add_User() public static méthode

public static add_User ( this webServices, string username, string password ) : int
webServices this
username string
password string
Résultat int

current_SessionId() public static méthode

public static current_SessionId ( this webServices ) : System.Guid
webServices this
Résultat System.Guid

current_User() public static méthode

public static current_User ( this webServices ) : TM_User
webServices this
Résultat TeamMentor.UnitTests.TM_Website.WebServices.TM_User

delete_User() public static méthode

public static delete_User ( this webServices, TM_User tmUser ) : bool
webServices this
tmUser TeamMentor.UnitTests.TM_Website.WebServices.TM_User
Résultat bool

delete_User() public static méthode

public static delete_User ( this webServices, int userId ) : bool
webServices this
userId int
Résultat bool

delete_User() public static méthode

public static delete_User ( this webServices, string userName ) : bool
webServices this
userName string
Résultat bool

loggedIn() public static méthode

public static loggedIn ( this webServices ) : bool
webServices this
Résultat bool

login_with_AuthToken() public static méthode

public static login_with_AuthToken ( this webServices, System.Guid authToken ) : bool
webServices this
authToken System.Guid
Résultat bool

login_with_Pwd() public static méthode

public static login_with_Pwd ( this webServices, string username, string password ) : bool
webServices this
username string
password string
Résultat bool

logout() public static méthode

public static logout ( this webServices ) : bool
webServices this
Résultat bool

sessionId() public static méthode

public static sessionId ( this webServices ) : System.Guid
webServices this
Résultat System.Guid

user() public static méthode

public static user ( this webServices, int userId ) : TM_User
webServices this
userId int
Résultat TeamMentor.UnitTests.TM_Website.WebServices.TM_User

user() public static méthode

public static user ( this webServices, string userName ) : TM_User
webServices this
userName string
Résultat TeamMentor.UnitTests.TM_Website.WebServices.TM_User

user_AuthToken() public static méthode

public static user_AuthToken ( this webServices, int userId ) : System.Guid
webServices this
userId int
Résultat System.Guid

users() public static méthode

public static users ( this webServices ) : List
webServices this
Résultat List