Method | Description | |
---|---|---|
CommitCurrentUserChanges ( ) : void | ||
CreateNewUser ( string username, string password, Action |
||
DeleteUser ( ) : void | ||
GetCurrentUser ( ) : |
||
GetUsers ( Action |
||
Logout ( ) : void | ||
UserLogin ( string username, string password, Action |
Method | Description | |
---|---|---|
CreateNewUser ( string username, string password ) : |
||
GetUsers ( ) : |
||
UserAsyncCall ( Func |
||
UserListAsyncCall ( Func |
||
UserLogin ( string username, string password ) : |
protected abstract CreateNewUser ( string username, string password ) : |
||
username | string | |
password | string | |
return |
public CreateNewUser ( string username, string password, Action |
||
username | string | |
password | string | |
onComplete | Action |
|
return | void |
protected UserAsyncCall ( Func |
||
call | Func |
|
onComplete | Action |
|
return | void |
protected UserListAsyncCall ( Func |
||
call | Func |
|
onComplete | Action |
|
return | void |
protected abstract UserLogin ( string username, string password ) : |
||
username | string | |
password | string | |
return |
public UserLogin ( string username, string password, Action |
||
username | string | |
password | string | |
onComplete | Action |
|
return | void |