C# Class TmdbWrapper.Search.CompanySummary

Summary of the company in the search results.
Inheritance: ITmdbObject
Afficher le fichier Open project: Fishes/TMDbWrapper

Méthodes publiques

Méthode Description
CompanyAsync ( ) : Task

Retrieves the associated company.

ITmdbObject ( JSONObject jsonObject ) : void
ToString ( ) : string

Returns this instance ToString.

Uri ( LogoSize size ) : Uri

Uri to the logo image.

Method Details

CompanyAsync() public méthode

Retrieves the associated company.
public CompanyAsync ( ) : Task
Résultat Task

ITmdbObject() public méthode

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

ToString() public méthode

Returns this instance ToString.
public ToString ( ) : string
Résultat string

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