C# 클래스 Aurora.Addon.HyperGrid.HGInternalInventoryService

Hypergrid inventory service. It serves the IInventoryService interface, but implements it in ways that are appropriate for inter-grid inventory exchanges. Specifically, it does not performs deletions and it responds to GetRootFolder requests with the ID of the Suitcase folder, not the actual "My Inventory" folder.
상속: OpenSim.Services.InventoryService.InventoryService
파일 보기 프로젝트 열기: RevolutionSmythe/Aurora-HG-Plugin

공개 메소드들

메소드 설명
FetchAsset ( string url, UUID assetID ) : Aurora.Framework.AssetBase
FinishedStartup ( ) : void
Initialize ( IConfigSource config, IRegistryCore registry ) : void

비공개 메소드들

메소드 설명
AddFolder ( Aurora.Framework.InventoryFolderBase folder ) : bool
AddItem ( Aurora.Framework.InventoryItemBase item ) : bool
GetAssets ( Aurora.Framework.InventoryItemBase it, string assetServer ) : void
GetFolder ( Aurora.Framework.InventoryFolderBase folder ) : Aurora.Framework.InventoryFolderBase
GetFolderForType ( UUID principalID, InventoryType invType, AssetType type ) : Aurora.Framework.InventoryFolderBase
GetItem ( Aurora.Framework.InventoryItemBase item ) : Aurora.Framework.InventoryItemBase
GetRootFolder ( UUID principalID ) : Aurora.Framework.InventoryFolderBase

메소드 상세

FetchAsset() 공개 메소드

public FetchAsset ( string url, UUID assetID ) : Aurora.Framework.AssetBase
url string
assetID UUID
리턴 Aurora.Framework.AssetBase

FinishedStartup() 공개 메소드

public FinishedStartup ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
리턴 void