Method | Description | |
---|---|---|
DeleteAccount ( UUID userID, bool archiveInformation ) : bool | ||
Dispose ( ) : void | ||
Get ( List |
||
GetUsers ( List |
||
GetUsers ( List |
||
GetUsers ( List |
||
Initialize ( IGenericData GenericData, IConfigSource source, IRegistryCore simBase, string defaultConnectionString ) : void | ||
NumberOfUsers ( List |
||
Store ( |
Method | Description | |
---|---|---|
GetUsersFilter ( string query ) : QueryFilter | ||
ParseQuery ( List |
public DeleteAccount ( UUID userID, bool archiveInformation ) : bool | ||
userID | UUID | |
archiveInformation | bool | |
return | bool |
public Get ( List |
||
scopeIDs | List |
|
fields | string | |
values | string | |
return | Universe.Framework.Services.UserAccount[] |
public GetUsers ( List |
||
scopeIDs | List |
|
level | int | |
flag | int | |
return | Universe.Framework.Services.UserAccount[] |
public GetUsers ( List |
||
scopeIDs | List |
|
query | string | |
return | Universe.Framework.Services.UserAccount[] |
public GetUsers ( List |
||
scopeIDs | List |
|
query | string | |
start | uint | |
count | uint | |
return | Universe.Framework.Services.UserAccount[] |
public Initialize ( IGenericData GenericData, IConfigSource source, IRegistryCore simBase, string defaultConnectionString ) : void | ||
GenericData | IGenericData | |
source | IConfigSource | |
simBase | IRegistryCore | |
defaultConnectionString | string | |
return | void |
public NumberOfUsers ( List |
||
scopeIDs | List |
|
query | string | |
return | uint |
public Store ( |
||
data | ||
return | bool |