C# Class Jarloo.Sojurn.InformationProviders.TvMazeInformationProvider

Inheritance: IInformationProvider
Afficher le fichier Open project: kelias/Jarloo.Sojurn

Méthodes publiques

Méthode Description
GetCountryCode ( dynamic show ) : string
GetFullDetails ( int showId ) : Jarloo.Sojurn.Models.Show
GetShows ( string search ) : List

Private Methods

Méthode Description
GetDate ( dynamic e ) : DateTime?
GetImage ( dynamic img ) : string
GetJsonData ( string requestUri ) : dynamic
GetTime ( dynamic time, char type ) : int
RemoveHtmlTags ( string input ) : string

Method Details

GetCountryCode() public static méthode

public static GetCountryCode ( dynamic show ) : string
show dynamic
Résultat string

GetFullDetails() public méthode

public GetFullDetails ( int showId ) : Jarloo.Sojurn.Models.Show
showId int
Résultat Jarloo.Sojurn.Models.Show

GetShows() public méthode

public GetShows ( string search ) : List
search string
Résultat List