C# Class TmdbWrapper.Companies.Company

A production company
Inheritance: ITmdbObject
Afficher le fichier Open project: Fishes/TMDbWrapper

Méthodes publiques

Méthode 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 méthode

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.
Résultat Task>

ITmdbObject() public méthode

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

Uri() public méthode

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