C# 클래스 TVSorter.Data.Tvdb.Tvdb

Manages accessing show data from the TVDB.
상속: IDataProvider
파일 보기 프로젝트 열기: a-jackson/tvsorter

공개 프로퍼티들

프로퍼티 타입 설명
CacheDirectory string
ImageDirectory string

공개 메소드들

메소드 설명
SearchShow ( string name ) : List

Search for a show.

Tvdb ( ) : System

Initializes a new instance of the Tvdb class.

UpdateShow ( TvShow show ) : void

Updates the specified show.

UpdateShows ( IList shows, IStorageProvider storageProvider ) : IEnumerable

Updates the collection of shows.

비공개 메소드들

메소드 설명
BannerDownloadRequired ( object sender, BannerDownloadRequiredEventArgs e ) : void

Handles a Banner Download Required event.

메소드 상세

SearchShow() 공개 메소드

Search for a show.
public SearchShow ( string name ) : List
name string /// The name to search for. ///
리턴 List

Tvdb() 공개 메소드

Initializes a new instance of the Tvdb class.
public Tvdb ( ) : System
리턴 System

UpdateShow() 공개 메소드

Updates the specified show.
public UpdateShow ( TvShow show ) : void
show TvShow /// The show to update. ///
리턴 void

UpdateShows() 공개 메소드

Updates the collection of shows.
public UpdateShows ( IList shows, IStorageProvider storageProvider ) : IEnumerable
shows IList /// The shows to update. ///
storageProvider IStorageProvider /// The storage provider to use. ///
리턴 IEnumerable

프로퍼티 상세

CacheDirectory 공개적으로 정적으로 프로퍼티

The directory to cache data in.
public static string CacheDirectory
리턴 string

ImageDirectory 공개적으로 정적으로 프로퍼티

The directory to download images to.
public static string ImageDirectory
리턴 string