C# 클래스 Tripod.Sources.SqliteCache.SqliteCachedPhotoSource

Proxy for a IPhotoSource that's been cached in the sqlite database.
상속: IPhotoSource
파일 보기 프로젝트 열기: rubenv/tripod 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
EnsureInstance ( ) : void
GetOption ( string key ) : object
SetOption ( string key, object value ) : void
SqliteCachedPhotoSource ( ) : System
SqliteCachedPhotoSource ( ICacheablePhotoSource source ) : System
Start ( IPhotoSourceCache cache ) : void
UpdateAvailability ( ) : void

메소드 상세

EnsureInstance() 공개 메소드

public EnsureInstance ( ) : void
리턴 void

GetOption() 공개 메소드

public GetOption ( string key ) : object
key string
리턴 object

SetOption() 공개 메소드

public SetOption ( string key, object value ) : void
key string
value object
리턴 void

SqliteCachedPhotoSource() 공개 메소드

public SqliteCachedPhotoSource ( ) : System
리턴 System

SqliteCachedPhotoSource() 공개 메소드

public SqliteCachedPhotoSource ( ICacheablePhotoSource source ) : System
source ICacheablePhotoSource
리턴 System

Start() 공개 메소드

public Start ( IPhotoSourceCache cache ) : void
cache IPhotoSourceCache
리턴 void

UpdateAvailability() 공개 메소드

public UpdateAvailability ( ) : void
리턴 void