C# Class TmdbWrapper.Movies.BelongsToCollection

Collection that a movie belongs to.
Inheritance: ITmdbObject
ファイルを表示 Open project: Fishes/TMDbWrapper

Public Methods

Method Description
CollectionAsync ( ) : Task

Gets the collection

ITmdbObject ( JSONObject jsonObject ) : void
ToString ( ) : string

Returns this instance ToString()

Uri ( BackdropSize size ) : Uri

Uri to the backdrop image.

Uri ( PosterSize size ) : Uri

Uri to the poster image.

Method Details

CollectionAsync() public method

Gets the collection
public CollectionAsync ( ) : Task
return Task

ITmdbObject() public method

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

ToString() public method

Returns this instance ToString()
public ToString ( ) : string
return string

Uri() public method

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

Uri() public method

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