C# Class TmdbWrapper.TV.Episode

A episode of a tv series.
Inheritance: ITmdbObject
Afficher le fichier Open project: Fishes/TMDbWrapper

Méthodes publiques

Méthode 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 méthode

public ITmdbObject ( JSONObject jsonObject ) : void
jsonObject JSONObject
Résultat void

ToString() public méthode

The name of the episode.
public ToString ( ) : string
Résultat string

Uri() public méthode

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