C# Класс TmdbWrapper.Companies.Company

A production company
Наследование: ITmdbObject
Показать файл Открыть проект

Открытые методы

Метод Описание
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