Method | Description | |
---|---|---|
AddType ( long accountId, string type, string value ) : |
||
Create ( string name, string password ) : |
||
DeleteAccount ( long accountId ) : bool | ||
DeleteType ( long accountId, string type, string value ) : bool | ||
FindAccountsByPrefix ( string search ) : string[] |
Finds a list of accounts matching a prefix
|
|
FindByName ( string name ) : |
||
FindByNameAsync ( string name ) : Task |
||
GetRolesForAccount ( long accountId ) : Task |
public static AddType ( long accountId, string type, string value ) : |
||
accountId | long | |
type | string | |
value | string | |
return |
public static Create ( string name, string password ) : |
||
name | string | |
password | string | |
return |
public static DeleteAccount ( long accountId ) : bool | ||
accountId | long | |
return | bool |
public static DeleteType ( long accountId, string type, string value ) : bool | ||
accountId | long | |
type | string | |
value | string | |
return | bool |
public static FindAccountsByPrefix ( string search ) : string[] | ||
search | string | Search prefix. |
return | string[] |
public static FindByName ( string name ) : |
||
name | string | |
return |
public static FindByNameAsync ( string name ) : Task |
||
name | string | |
return | Task |
public static GetRolesForAccount ( long accountId ) : Task |
||
accountId | long | |
return | Task |