C# Class TmdbWrapper.Movies.ProductionCompany

A production company
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

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