C# Class TmdbWrapper.Persons.Role

Role in a movie
Inheritance: ITmdbObject
Afficher le fichier Open project: Fishes/TMDbWrapper

Méthodes publiques

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

Retrieves the associated movie.

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

MovieAsync() public méthode

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

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