C# 클래스 Jarloo.Sojurn.InformationProviders.TvMazeInformationProvider

상속: IInformationProvider
파일 보기 프로젝트 열기: kelias/Jarloo.Sojurn

공개 메소드들

메소드 설명
GetCountryCode ( dynamic show ) : string
GetFullDetails ( int showId ) : Jarloo.Sojurn.Models.Show
GetShows ( string search ) : List

비공개 메소드들

메소드 설명
GetDate ( dynamic e ) : DateTime?
GetImage ( dynamic img ) : string
GetJsonData ( string requestUri ) : dynamic
GetTime ( dynamic time, char type ) : int
RemoveHtmlTags ( string input ) : string

메소드 상세

GetCountryCode() 공개 정적인 메소드

public static GetCountryCode ( dynamic show ) : string
show dynamic
리턴 string

GetFullDetails() 공개 메소드

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

GetShows() 공개 메소드

public GetShows ( string search ) : List
search string
리턴 List