C# 클래스 TmdbWrapper.Movies.Movie

Movie
상속: ITmdbObject
파일 보기 프로젝트 열기: Fishes/TMDbWrapper

공개 메소드들

메소드 설명
AlternateTitlesAsync ( string country ) : Task>

Gets a list of altenative titles for the specified country

CastAsync ( ) : Task

Gets the credits of this movie.

ImagesAsync ( ) : Task

All images of this movie.

KeywordsAsync ( ) : Task>

The keywords of a specific movie.

ReleasesAsync ( ) : Task>

Releases of a specific movie.

SimilarMoviesAsync ( int page = 1 ) : Task>

Gets movies that are similiar to the specified movie.

ToString ( ) : string

Returns this instance ToString

TrailersAsync ( ) : Task

Gets the trailer of a specific movie.

TranslationsAsync ( ) : Task

Gets the languages that a specific movie is translated into.

Uri ( BackdropSize size ) : Uri

Uri to the backdrop image.

Uri ( PosterSize size ) : Uri

Uri to the poster image.

비공개 메소드들

메소드 설명
ITmdbObject ( JSONObject jsonObject ) : void

메소드 상세

AlternateTitlesAsync() 공개 메소드

Gets a list of altenative titles for the specified country
public AlternateTitlesAsync ( string country ) : Task>
country string Code of the country
리턴 Task>

CastAsync() 공개 메소드

Gets the credits of this movie.
public CastAsync ( ) : Task
리턴 Task

ImagesAsync() 공개 메소드

All images of this movie.
public ImagesAsync ( ) : Task
리턴 Task

KeywordsAsync() 공개 메소드

The keywords of a specific movie.
public KeywordsAsync ( ) : Task>
리턴 Task>

ReleasesAsync() 공개 메소드

Releases of a specific movie.
public ReleasesAsync ( ) : Task>
리턴 Task>

SimilarMoviesAsync() 공개 메소드

Gets movies that are similiar to the specified movie.
public SimilarMoviesAsync ( int page = 1 ) : Task>
page int The request page of the search results, giving 0 will give all results.
리턴 Task>

ToString() 공개 메소드

Returns this instance ToString
public ToString ( ) : string
리턴 string

TrailersAsync() 공개 메소드

Gets the trailer of a specific movie.
public TrailersAsync ( ) : Task
리턴 Task

TranslationsAsync() 공개 메소드

Gets the languages that a specific movie is translated into.
public TranslationsAsync ( ) : Task
리턴 Task

Uri() 공개 메소드

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

Uri() 공개 메소드

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