C# 클래스 TmdbWrapper.Movies.BelongsToCollection

Collection that a movie belongs to.
상속: ITmdbObject
파일 보기 프로젝트 열기: Fishes/TMDbWrapper

공개 메소드들

메소드 설명
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.

메소드 상세

CollectionAsync() 공개 메소드

Gets the collection
public CollectionAsync ( ) : Task
리턴 Task

ITmdbObject() 공개 메소드

public ITmdbObject ( JSONObject jsonObject ) : void
jsonObject JSONObject
리턴 void

ToString() 공개 메소드

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

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