C# Class Jarloo.Sojurn.InformationProviders.TvMazeInformationProvider

Inheritance: IInformationProvider
Mostra file Open project: kelias/Jarloo.Sojurn

Public Methods

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

Private Methods

Method 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 method

public static GetCountryCode ( dynamic show ) : string
show dynamic
return string

GetFullDetails() public method

public GetFullDetails ( int showId ) : Jarloo.Sojurn.Models.Show
showId int
return Jarloo.Sojurn.Models.Show

GetShows() public method

public GetShows ( string search ) : List
search string
return List