C# Class TmdbWrapper.TV.Creator

A creator of a tv series
Inheritance: ITmdbObject
Show file Open project: Fishes/TMDbWrapper

Public Methods

Method 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 method

public ITmdbObject ( JSONObject jsonObject ) : void
jsonObject JSONObject
return void

ToString() public method

Returns the name of the creator
public ToString ( ) : string
return string

Uri() public method

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