C# Class TmdbWrapper.Search.PersonSummary

Summary of a person.
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 the ToString of this instance.

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 the ToString of this instance.
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