C# Class TVSorter.Data.Tvdb.Tvdb

Manages accessing show data from the TVDB.
Inheritance: IDataProvider
Afficher le fichier Open project: a-jackson/tvsorter

Méthodes publiques

Свойство Type Description
CacheDirectory string
ImageDirectory string

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
BannerDownloadRequired ( object sender, BannerDownloadRequiredEventArgs e ) : void

Handles a Banner Download Required event.

Method Details

SearchShow() public méthode

Search for a show.
public SearchShow ( string name ) : List
name string /// The name to search for. ///
Résultat List

Tvdb() public méthode

Initializes a new instance of the Tvdb class.
public Tvdb ( ) : System
Résultat System

UpdateShow() public méthode

Updates the specified show.
public UpdateShow ( TvShow show ) : void
show TvShow /// The show to update. ///
Résultat void

UpdateShows() public méthode

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. ///
Résultat IEnumerable

Property Details

CacheDirectory public_oe static_oe property

The directory to cache data in.
public static string CacheDirectory
Résultat string

ImageDirectory public_oe static_oe property

The directory to download images to.
public static string ImageDirectory
Résultat string