OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Protected Attributes | List of all members
OpenSim.Tests.Common.BaseAssetRepository Class Reference
Inheritance diagram for OpenSim.Tests.Common.BaseAssetRepository:
Inheritance graph
[legend]

Public Member Functions

AssetBase FetchAsset (UUID uuid)
 
void CreateAsset (AssetBase asset)
 
void UpdateAsset (AssetBase asset)
 
bool[] AssetsExist (UUID[] uuids)
 

Protected Attributes

Dictionary< UUID, AssetBaseAssets = new Dictionary<UUID, AssetBase>()
 

Detailed Description

Definition at line 35 of file BaseAssetRepository.cs.

Member Function Documentation

bool [] OpenSim.Tests.Common.BaseAssetRepository.AssetsExist ( UUID[]  uuids)
inline

Definition at line 57 of file BaseAssetRepository.cs.

void OpenSim.Tests.Common.BaseAssetRepository.CreateAsset ( AssetBase  asset)
inline

Definition at line 47 of file BaseAssetRepository.cs.

AssetBase OpenSim.Tests.Common.BaseAssetRepository.FetchAsset ( UUID  uuid)
inline

Definition at line 39 of file BaseAssetRepository.cs.

void OpenSim.Tests.Common.BaseAssetRepository.UpdateAsset ( AssetBase  asset)
inline

Definition at line 52 of file BaseAssetRepository.cs.

Member Data Documentation

Dictionary<UUID, AssetBase> OpenSim.Tests.Common.BaseAssetRepository.Assets = new Dictionary<UUID, AssetBase>()
protected

Definition at line 37 of file BaseAssetRepository.cs.


The documentation for this class was generated from the following file: