C# Class TmdbWrapper.Persons.Crew

Member of the crew.
Inheritance: ITmdbObject
Show file Open project: Fishes/TMDbWrapper

Public Methods

Method Description
ITmdbObject ( JSONObject jsonObject ) : void
MovieAsync ( ) : Task

Retrieves the associated movie.

Uri ( PosterSize size ) : Uri

Uri to the poster image.

Method Details

ITmdbObject() public method

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

MovieAsync() public method

Retrieves the associated movie.
public MovieAsync ( ) : Task
return Task

Uri() public method

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