Метод | Описание | |
---|---|---|
CommitCurrentUserChanges ( ) : void | ||
CreateNewUser ( string username, string password, Action |
||
DeleteUser ( ) : void | ||
GetCurrentUser ( ) : |
||
GetUsers ( Action |
||
Logout ( ) : void | ||
UserLogin ( string username, string password, Action |
Метод | Описание | |
---|---|---|
CreateNewUser ( string username, string password ) : |
||
GetUsers ( ) : |
||
UserAsyncCall ( Func |
||
UserListAsyncCall ( Func |
||
UserLogin ( string username, string password ) : |
public CommitCurrentUserChanges ( ) : void | ||
Результат | void |
protected abstract CreateNewUser ( string username, string password ) : |
||
username | string | |
password | string | |
Результат |
public CreateNewUser ( string username, string password, Action |
||
username | string | |
password | string | |
onComplete | Action |
|
Результат | void |
public abstract GetCurrentUser ( ) : |
||
Результат |
protected abstract GetUsers ( ) : |
||
Результат |
public GetUsers ( Action |
||
onComplete | Action |
|
Результат | void |
protected UserAsyncCall ( Func |
||
call | Func |
|
onComplete | Action |
|
Результат | void |
protected UserListAsyncCall ( Func |
||
call | Func |
|
onComplete | Action |
|
Результат | void |
protected abstract UserLogin ( string username, string password ) : |
||
username | string | |
password | string | |
Результат |
public UserLogin ( string username, string password, Action |
||
username | string | |
password | string | |
onComplete | Action |
|
Результат | void |