Méthode | Description | |
---|---|---|
add_User ( this webServices ) : int | ||
add_User ( this webServices, |
||
add_User ( this webServices, string username, string password ) : int | ||
current_SessionId ( this webServices ) : System.Guid | ||
current_User ( this webServices ) : |
||
delete_User ( this webServices, |
||
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 ) : |
||
user ( this webServices, string userName ) : |
||
user_AuthToken ( this webServices, int userId ) : System.Guid | ||
users ( this webServices ) : List |
public static add_User ( this webServices ) : int | ||
webServices | this | |
Résultat | int |
public static add_User ( this webServices, |
||
webServices | this | |
newUser | ||
Résultat | int |
public static add_User ( this webServices, string username, string password ) : int | ||
webServices | this | |
username | string | |
password | string | |
Résultat | int |
public static current_SessionId ( this webServices ) : System.Guid | ||
webServices | this | |
Résultat | System.Guid |
public static current_User ( this webServices ) : |
||
webServices | this | |
Résultat |
public static delete_User ( this webServices, |
||
webServices | this | |
tmUser | ||
Résultat | bool |
public static delete_User ( this webServices, int userId ) : bool | ||
webServices | this | |
userId | int | |
Résultat | bool |
public static delete_User ( this webServices, string userName ) : bool | ||
webServices | this | |
userName | string | |
Résultat | bool |
public static loggedIn ( this webServices ) : bool | ||
webServices | this | |
Résultat | bool |
public static login_with_AuthToken ( this webServices, System.Guid authToken ) : bool | ||
webServices | this | |
authToken | System.Guid | |
Résultat | bool |
public static login_with_Pwd ( this webServices, string username, string password ) : bool | ||
webServices | this | |
username | string | |
password | string | |
Résultat | bool |
public static logout ( this webServices ) : bool | ||
webServices | this | |
Résultat | bool |
public static sessionId ( this webServices ) : System.Guid | ||
webServices | this | |
Résultat | System.Guid |
public static user ( this webServices, int userId ) : |
||
webServices | this | |
userId | int | |
Résultat |
public static user ( this webServices, string userName ) : |
||
webServices | this | |
userName | string | |
Résultat |
public static user_AuthToken ( this webServices, int userId ) : System.Guid | ||
webServices | this | |
userId | int | |
Résultat | System.Guid |
public static users ( this webServices ) : List |
||
webServices | this | |
Résultat | List |