Namespace ImageVault.Core.DataAccess.Repositories
Classes
CachedRepositoryBase<T>
Summary description for CachedRepositoryBase.
CachedRepositoryRegistry
The CachedRepositoryRegistry will setup StructureMap to map all interfaces inheriting a specific interface (baseInterface) with their concrete implementations and look for a specific suffix and select that one before the other implementations
CacheEventArgs
EventArg for CacheEventHub, CacheEventHub will get triggered when MediaItem's get deleted.
CacheEventHub
Summary description for CacheEventHub.
CacheInterceptorPolicy
Interceptor policy for cache classes
MediaVersionCacheArgs
MetadataCacheArgs
Class for distributing information about stored/updated metadata
MetadataInfo
A serializable representation of a metadata
RepositoryBase
A base repository class to be used with plugins and such. Contains logging functionality
SqlServerErrorNumbers
Summary description for SqlServerErrorNumbers.
Interfaces
IRepository
Defines a Repository
Enums
CacheEventType
EventTypes for CacheEventHub