C# Class TmdbWrapper.Movies.CastPerson

A member of the cast in a movie.
Inheritance: ITmdbObject
Afficher le fichier Open project: Fishes/TMDbWrapper

Méthodes publiques

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

Retrieves the associated person

ToString ( ) : string

Returns this instances ToString

Uri ( ProfileSize size ) : Uri

Uri to the profile image.

Method Details

ITmdbObject() public méthode

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

PersonAsync() public méthode

Retrieves the associated person
public PersonAsync ( ) : Task
Résultat Task

ToString() public méthode

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

Uri() public méthode

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