C# Class Universe.Services.SQLServices.InventoryService.LibraryService

Basically a hack to give us a Inventory library while we don't have a inventory server once the server is fully implemented then should read the data from that
Inheritance: ILibraryService, IService
显示文件 Open project: Virtual-Universe/Virtual-Universe

Protected Properties

Property Type Description
m_inventoryService IInventoryService

Public Methods

Method Description
ClearDefaultInventory ( ) : void
FinishedStartup ( ) : void
Initialize ( IConfigSource config, IRegistryCore registry ) : void
LoadLibraries ( ) : void
Start ( IConfigSource config, IRegistryCore registry ) : void

Private Methods

Method Description
ClearDefaultInventory ( IScene scene, string cmd ) : void

Method Details

ClearDefaultInventory() public method

public ClearDefaultInventory ( ) : void
return void

FinishedStartup() public method

public FinishedStartup ( ) : void
return void

Initialize() public method

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
return void

LoadLibraries() public method

public LoadLibraries ( ) : void
return void

Start() public method

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
return void

Property Details

m_inventoryService protected_oe property

protected IInventoryService m_inventoryService
return IInventoryService