C# 클래스 TmdbWrapper.Persons.Role

Role in a movie
상속: ITmdbObject
파일 보기 프로젝트 열기: Fishes/TMDbWrapper

공개 메소드들

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

Retrieves the associated movie.

Uri ( PosterSize size ) : Uri

Uri to the poster image.

메소드 상세

ITmdbObject() 공개 메소드

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

MovieAsync() 공개 메소드

Retrieves the associated movie.
public MovieAsync ( ) : Task
리턴 Task

Uri() 공개 메소드

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