C# Class Subtle.Model.OmdbClient

Afficher le fichier Open project: tvdburgt/subtle Class Usage Examples

Private Properties

Свойство Type Description
SearchAsync Task
SearchAsync Task

Méthodes publiques

Méthode Description
OmdbClient ( ) : Newtonsoft.Json
SearchEpisodeAsync ( string title, int season, int episode ) : Task
SearchMovieAsync ( string title, int year ) : Task

Private Methods

Méthode Description
SearchAsync ( string>.IDictionary parameters ) : Task
SearchAsync ( string query ) : Task

Method Details

OmdbClient() public méthode

public OmdbClient ( ) : Newtonsoft.Json
Résultat Newtonsoft.Json

SearchEpisodeAsync() public méthode

public SearchEpisodeAsync ( string title, int season, int episode ) : Task
title string
season int
episode int
Résultat Task

SearchMovieAsync() public méthode

public SearchMovieAsync ( string title, int year ) : Task
title string
year int
Résultat Task