C# Class Tripod.Sources.SqliteCache.SqliteCachedPhotoSource

Proxy for a IPhotoSource that's been cached in the sqlite database.
Inheritance: IPhotoSource
Afficher le fichier Open project: rubenv/tripod Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
EnsureInstance ( ) : void
GetOption ( string key ) : object
SetOption ( string key, object value ) : void
SqliteCachedPhotoSource ( ) : System
SqliteCachedPhotoSource ( ICacheablePhotoSource source ) : System
Start ( IPhotoSourceCache cache ) : void
UpdateAvailability ( ) : void

Method Details

EnsureInstance() public méthode

public EnsureInstance ( ) : void
Résultat void

GetOption() public méthode

public GetOption ( string key ) : object
key string
Résultat object

SetOption() public méthode

public SetOption ( string key, object value ) : void
key string
value object
Résultat void

SqliteCachedPhotoSource() public méthode

public SqliteCachedPhotoSource ( ) : System
Résultat System

SqliteCachedPhotoSource() public méthode

public SqliteCachedPhotoSource ( ICacheablePhotoSource source ) : System
source ICacheablePhotoSource
Résultat System

Start() public méthode

public Start ( IPhotoSourceCache cache ) : void
cache IPhotoSourceCache
Résultat void

UpdateAvailability() public méthode

public UpdateAvailability ( ) : void
Résultat void