Метод | Описание | |
---|---|---|
ClearCache ( UUID agentID ) : void | ||
CreateNewProfile ( UUID AgentID ) : void |
Create a new profile for a user
|
|
Dispose ( ) : void | ||
Initialize ( IGenericData GenericData, IConfigSource source, IRegistryCore simBase, string defaultConnectionString ) : void |
Метод | Описание | |
---|---|---|
AddClassified ( |
||
AddPick ( |
||
GetClassified ( UUID queryClassifiedID ) : |
||
GetClassifieds ( UUID ownerID ) : List |
||
GetPick ( UUID queryPickID ) : |
||
GetPicks ( UUID ownerID ) : List |
||
GetUserProfile ( UUID agentID ) : |
||
RemoveClassified ( UUID queryClassifiedID ) : void | ||
RemovePick ( UUID queryPickID ) : void | ||
UpdateUserProfile ( |
public CreateNewProfile ( UUID AgentID ) : void | ||
AgentID | UUID | |
Результат | void |
public Initialize ( IGenericData GenericData, IConfigSource source, IRegistryCore simBase, string defaultConnectionString ) : void | ||
GenericData | IGenericData | |
source | IConfigSource | |
simBase | IRegistryCore | |
defaultConnectionString | string | |
Результат | void |