C# Класс Aurora.DefaultLibraryLoaders.InventoryXMLLoader

Наследование: IDefaultLibraryLoader
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
m_inventoryService IInventoryService
m_service ILibraryService

Открытые методы

Метод Описание
LoadLibrary ( ILibraryService service, IConfigSource source, IRegistryCore registry ) : void

Защищенные методы

Метод Описание
LoadLibraries ( string librariesControlPath ) : void

Use the asset set information at path to load assets

ReadLibraryFromConfig ( IConfig config, string path ) : void

Read a library set from config

Приватные методы

Метод Описание
CreateItem ( UUID inventoryID, UUID assetID, string name, string description, int assetType, int invType, UUID parentFolderID ) : InventoryItemBase
LoadFromFile ( string path, string fileDescription, ConfigAction action ) : void

Load the given configuration at a path and perform an action on each Config contained within it

ReadFolderFromConfig ( IConfig config, string path ) : void

Read a library inventory folder from a loaded configuration

ReadItemFromConfig ( IConfig config, string path ) : void

Read a library inventory item metadata from a loaded configuration

Описание методов

LoadLibraries() защищенный Метод

Use the asset set information at path to load assets
protected LoadLibraries ( string librariesControlPath ) : void
librariesControlPath string
Результат void

LoadLibrary() публичный Метод

public LoadLibrary ( ILibraryService service, IConfigSource source, IRegistryCore registry ) : void
service ILibraryService
source IConfigSource
registry IRegistryCore
Результат void

ReadLibraryFromConfig() защищенный Метод

Read a library set from config
protected ReadLibraryFromConfig ( IConfig config, string path ) : void
config IConfig
path string
Результат void

Описание свойств

m_inventoryService защищенное свойство

protected IInventoryService m_inventoryService
Результат IInventoryService

m_service защищенное свойство

protected ILibraryService m_service
Результат ILibraryService