C# Class TmdbWrapper.Movies.ProductionCompany

A production company
Inheritance: ITmdbObject
Show file Open project: Fishes/TMDbWrapper

Public Methods

Method Description
CompanyAsync ( ) : Task

Retrieves the associated company.

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

Returns this instance ToString

Method Details

CompanyAsync() public method

Retrieves the associated company.
public CompanyAsync ( ) : Task
return Task

ITmdbObject() public method

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

ToString() public method

Returns this instance ToString
public ToString ( ) : string
return string