C# Class TmdbWrapper.TV.Creator

A creator of a tv series
Inheritance: ITmdbObject
Afficher le fichier Open project: Fishes/TMDbWrapper

Méthodes publiques

Méthode Description
ITmdbObject ( JSONObject jsonObject ) : void
ToString ( ) : string

Returns the name of the creator

Uri ( ProfileSize size ) : Uri

Uri to the profile image.

Method Details

ITmdbObject() public méthode

public ITmdbObject ( JSONObject jsonObject ) : void
jsonObject JSONObject
Résultat void

ToString() public méthode

Returns the name of the creator
public ToString ( ) : string
Résultat string

Uri() public méthode

Uri to the profile image.
public Uri ( ProfileSize size ) : Uri
size ProfileSize The size for the image as required
Résultat System.Uri