C# 클래스 TmdbWrapper.Search.CompanySummary

Summary of the company in the search results.
상속: ITmdbObject
파일 보기 프로젝트 열기: Fishes/TMDbWrapper

공개 메소드들

메소드 설명
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.

메소드 상세

CompanyAsync() 공개 메소드

Retrieves the associated company.
public CompanyAsync ( ) : Task
리턴 Task

ITmdbObject() 공개 메소드

public ITmdbObject ( JSONObject jsonObject ) : void
jsonObject JSONObject
리턴 void

ToString() 공개 메소드

Returns this instance ToString.
public ToString ( ) : string
리턴 string

Uri() 공개 메소드

Uri to the logo image.
public Uri ( LogoSize size ) : Uri
size LogoSize The size for the image as required
리턴 System.Uri