C# Класс Universe.Services.SQLServices.AssetService.AssetService

Наследование: Universe.Framework.Services.ConnectorBase, IAssetService, IService
Показать файл Открыть проект

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

Свойство Тип Описание
doDatabaseCaching bool
m_database IAssetDataPlugin

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

Метод Описание
Configure ( IConfigSource config, IRegistryCore registry ) : void
FinishedStartup ( ) : void
Initialize ( IConfigSource config, IRegistryCore registry ) : void
Start ( IConfigSource config, IRegistryCore registry ) : void

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

Метод Описание
HandleDeleteAsset ( IScene scene, string args ) : void

Handles the delete asset command.

HandleGetAsset ( IScene scene, string args ) : void

Handles the get asset command.

HandleShowDigest ( IScene scene, string args ) : void

Handles the show digest command.

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

Метод Описание
Delete ( UUID id ) : bool
Get ( string id ) : AssetBase
Get ( string id, bool showWarnings ) : AssetBase
Get ( string id, object sender, AssetRetrieved handler ) : void
GetCached ( string id ) : AssetBase
GetData ( string id ) : byte[]
GetExists ( string id ) : bool
GetMesh ( string id ) : AssetBase
Store ( AssetBase asset ) : UUID
UpdateContent ( UUID id, byte data ) : UUID

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

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

public Configure ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Результат void

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

public FinishedStartup ( ) : void
Результат void

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

Handles the delete asset command.
protected HandleDeleteAsset ( IScene scene, string args ) : void
scene IScene Scene.
args string Arguments.
Результат void

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

Handles the get asset command.
protected HandleGetAsset ( IScene scene, string args ) : void
scene IScene Scene.
args string Arguments.
Результат void

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

Handles the show digest command.
protected HandleShowDigest ( IScene scene, string args ) : void
scene IScene Scene.
args string Arguments.
Результат void

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

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Результат void

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

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Результат void

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

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

protected bool doDatabaseCaching
Результат bool

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

protected IAssetDataPlugin m_database
Результат IAssetDataPlugin