C# Class TmdbWrapper.Companies.Company

A production company
Inheritance: ITmdbObject
Mostrar archivo Open project: Fishes/TMDbWrapper

Public Methods

Method Description
CreditsAsync ( int page = 1 ) : Task>

Retrieves the credits for this company

ITmdbObject ( JSONObject jsonObject ) : void
Uri ( LogoSize size ) : Uri

Uri to the logo image.

Method Details

CreditsAsync() public method

Retrieves the credits for this company
public CreditsAsync ( int page = 1 ) : Task>
page int The request page of the search results, giving 0 will give all results.
return Task>

ITmdbObject() public method

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

Uri() public method

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