C# 클래스 Universe.Services.SQLServices.AssetService.AssetService

상속: Universe.Framework.Services.ConnectorBase, IAssetService, IService
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

보호된 프로퍼티들

프로퍼티 타입 설명
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