C# Class TmdbWrapper.Search.CompanySummary

Summary of the company in the search results.
Inheritance: ITmdbObject
显示文件 Open project: Fishes/TMDbWrapper

Public Methods

Method 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 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

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