C# Class TmdbWrapper.TV.Episode

A episode of a tv series.
Inheritance: ITmdbObject
显示文件 Open project: Fishes/TMDbWrapper

Public Methods

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

The name of the episode.

Uri ( StillSize size ) : Uri

Uri to the still image.

Method Details

ITmdbObject() public method

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

ToString() public method

The name of the episode.
public ToString ( ) : string
return string

Uri() public method

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