C# Class TmdbWrapper.TV.SeasonSummary

A season summary of a TV Series
Inheritance: ITmdbObject
Exibir arquivo Open project: Fishes/TMDbWrapper

Public Methods

Method Description
ITmdbObject ( JSONObject jsonObject ) : void
Uri ( PosterSize size ) : Uri

Uri to the poster image.

Method Details

ITmdbObject() public method

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

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