C# Класс TmdbWrapper.Search.PersonSummary

Summary of a person.
Наследование: ITmdbObject
Показать файл Открыть проект

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

Метод Описание
ITmdbObject ( JSONObject jsonObject ) : void
PersonAsync ( ) : Task

Retrieves the associated person.

ToString ( ) : string

Returns the ToString of this instance.

Uri ( ProfileSize size ) : Uri

Uri to the profile image.

Описание методов

ITmdbObject() публичный Метод

public ITmdbObject ( JSONObject jsonObject ) : void
jsonObject JSONObject
Результат void

PersonAsync() публичный Метод

Retrieves the associated person.
public PersonAsync ( ) : Task
Результат Task

ToString() публичный Метод

Returns the ToString of this instance.
public ToString ( ) : string
Результат string

Uri() публичный Метод

Uri to the profile image.
public Uri ( ProfileSize size ) : Uri
size ProfileSize The size for the image as required
Результат System.Uri