C# Класс TmdbWrapper.TV.Creator

A creator of a tv series
Наследование: ITmdbObject
Показать файл Открыть проект

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

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

Returns the name of the creator

Uri ( ProfileSize size ) : Uri

Uri to the profile image.

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

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

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

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

Returns the name of the creator
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