C# 클래스 TmdbWrapper.TV.Episode

A episode of a tv series.
상속: ITmdbObject
파일 보기 프로젝트 열기: Fishes/TMDbWrapper

공개 메소드들

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

The name of the episode.

Uri ( StillSize size ) : Uri

Uri to the still image.

메소드 상세

ITmdbObject() 공개 메소드

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

ToString() 공개 메소드

The name of the episode.
public ToString ( ) : string
리턴 string

Uri() 공개 메소드

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