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
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Protected Properties

Свойство Type Description
m_inventoryService IInventoryService

Méthodes publiques

Méthode Description
ClearDefaultInventory ( ) : void
FinishedStartup ( ) : void
Initialize ( IConfigSource config, IRegistryCore registry ) : void
LoadLibraries ( ) : void
Start ( IConfigSource config, IRegistryCore registry ) : void

Private Methods

Méthode Description
ClearDefaultInventory ( IScene scene, string cmd ) : void

Method Details

ClearDefaultInventory() public méthode

public ClearDefaultInventory ( ) : void
Résultat void

FinishedStartup() public méthode

public FinishedStartup ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Résultat void

LoadLibraries() public méthode

public LoadLibraries ( ) : void
Résultat void

Start() public méthode

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Résultat void

Property Details

m_inventoryService protected_oe property

protected IInventoryService m_inventoryService
Résultat IInventoryService