C# Класс TmdbWrapper.Movies.CastPerson

A member of the cast in a movie.
Наследование: ITmdbObject
Показать файл Открыть проект

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

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

Retrieves the associated person

ToString ( ) : string

Returns this instances ToString

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 this instances ToString
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