C# Class TmdbWrapper.TV.Season

A season of a tvseries
Inheritance: ITmdbObject
显示文件 Open project: Fishes/TMDbWrapper

Public Methods

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

Returns the name of the season

Uri ( PosterSize size ) : 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 name of the season
public ToString ( ) : string
return string

Uri() public method

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