Method | Description | |
---|---|---|
CommitCurrentUserChanges ( ) : void | ||
DeleteUser ( ) : void | ||
GetCurrentUser ( ) : |
||
Logout ( ) : void | ||
WebserviceUserAccess ( ClientWrapper clientWrapper ) : System |
Method | Description | |
---|---|---|
CreateNewUser ( string username, string password ) : |
||
GetUsers ( ) : |
||
UserLogin ( string username, string password ) : User |
Method | Description | |
---|---|---|
SendLoginAuth ( string username, string password ) : void | ||
SendLogoutAuth ( ) : void |
protected CreateNewUser ( string username, string password ) : |
||
username | string | |
password | string | |
return |
protected UserLogin ( string username, string password ) : User | ||
username | string | |
password | string | |
return | User |
public WebserviceUserAccess ( ClientWrapper clientWrapper ) : System | ||
clientWrapper | ClientWrapper | |
return | System |