C# Class TmdbWrapper.Search.TVSummary

Summary of found tv series
Inheritance: ITmdbObject
ファイルを表示 Open project: Fishes/TMDbWrapper

Public Methods

Method Description
ITmdbObject ( JSONObject jsonObject ) : void
ToString ( ) : string

Returns the ToString of this instance.

Uri ( BackdropSize size = BackdropSize.w300 ) : Uri

Uri to the backdrop image.

Uri ( PosterSize size = PosterSize.w342 ) : Uri

Uri to the poster image.

Method Details

ITmdbObject() public method

public ITmdbObject ( JSONObject jsonObject ) : void
jsonObject JSONObject
return void

ToString() public method

Returns the ToString of this instance.
public ToString ( ) : string
return string

Uri() public method

Uri to the backdrop image.
public Uri ( BackdropSize size = BackdropSize.w300 ) : Uri
size BackdropSize The size for the image as required
return System.Uri

Uri() public method

Uri to the poster image.
public Uri ( PosterSize size = PosterSize.w342 ) : Uri
size PosterSize The size for the image as required
return System.Uri