C# 클래스 TmdbWrapper.Companies.Company

A production company
상속: ITmdbObject
파일 보기 프로젝트 열기: Fishes/TMDbWrapper

공개 메소드들

메소드 설명
CreditsAsync ( int page = 1 ) : Task>

Retrieves the credits for this company

ITmdbObject ( JSONObject jsonObject ) : void
Uri ( LogoSize size ) : Uri

Uri to the logo image.

메소드 상세

CreditsAsync() 공개 메소드

Retrieves the credits for this company
public CreditsAsync ( int page = 1 ) : Task>
page int The request page of the search results, giving 0 will give all results.
리턴 Task>

ITmdbObject() 공개 메소드

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

Uri() 공개 메소드

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