C# Class TmdbWrapper.Collections.Collection

A collection of movies that appear to belong together.
Inheritance: ITmdbObject
Afficher le fichier Open project: Fishes/TMDbWrapper

Méthodes publiques

Méthode Description
ITmdbObject ( JSONObject jsonObject ) : void
ImagesAsync ( ) : Task

Gets the images of this collection

ToString ( ) : string

Returns this instance ToString

Uri ( BackdropSize size ) : Uri

Uri to the backdrop image.

Uri ( PosterSize size ) : Uri

Uri to the poster image.

Method Details

ITmdbObject() public méthode

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

ImagesAsync() public méthode

Gets the images of this collection
public ImagesAsync ( ) : Task
Résultat Task

ToString() public méthode

Returns this instance ToString
public ToString ( ) : string
Résultat string

Uri() public méthode

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

Uri() public méthode

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