C# Class TmdbWrapper.Movies.CastPerson

A member of the cast in a movie.
Inheritance: ITmdbObject
Show file Open project: Fishes/TMDbWrapper

Public Methods

Method 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 method

public ITmdbObject ( JSONObject jsonObject ) : void
jsonObject JSONObject
return void

PersonAsync() public method

Retrieves the associated person
public PersonAsync ( ) : Task
return Task

ToString() public method

Returns this instances ToString
public ToString ( ) : string
return string

Uri() public method

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