C# Class TmdbWrapper.Search.MovieSummary

Summary of a movie in the results of a search.
Inheritance: ITmdbObject
Afficher le fichier Open project: Fishes/TMDbWrapper Class Usage Examples

Méthodes publiques

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

Retrieves the associated movie.

ToString ( ) : string

Returns the ToString of this instance.

Uri ( BackdropSize size = BackdropSize.w300 ) : Uri

Uri to the backdrop image.

Uri ( PosterSize size = PosterSize.w342 ) : Uri

Uri to the poster image.

Method Details

ITmdbObject() public méthode

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

MovieAsync() public méthode

Retrieves the associated movie.
public MovieAsync ( ) : Task
Résultat Task

ToString() public méthode

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

Uri() public méthode

Uri to the backdrop image.
public Uri ( BackdropSize size = BackdropSize.w300 ) : 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 = PosterSize.w342 ) : Uri
size PosterSize The size for the image as required
Résultat System.Uri