C# 클래스 RadioDld.Model.Episode

상속: Database
파일 보기 프로젝트 열기: ribbons/RadioDownloader 1 사용 예제들

공개 메소드들

메소드 설명
Episode ( ) : System
Episode ( SQLiteMonDataReader reader ) : System
Episode ( int epid ) : System
FetchInfo ( int progid, string episodeExtId ) : int?
GetImage ( int epid ) : System.Drawing.Bitmap
SetAutoDownload ( int epids, bool autoDownload ) : void
ToString ( ) : string
UpdateInfoIfRequired ( int epid ) : void

보호된 메소드들

메소드 설명
FetchData ( SQLiteMonDataReader reader ) : void
SetAutoDownloadAsync ( int epids, bool autoDownload ) : void

비공개 메소드들

메소드 설명
UpdateInfo ( int progid, string episodeExtId ) : int?

메소드 상세

Episode() 공개 메소드

public Episode ( ) : System
리턴 System

Episode() 공개 메소드

public Episode ( SQLiteMonDataReader reader ) : System
reader SQLiteMonDataReader
리턴 System

Episode() 공개 메소드

public Episode ( int epid ) : System
epid int
리턴 System

FetchData() 보호된 메소드

protected FetchData ( SQLiteMonDataReader reader ) : void
reader SQLiteMonDataReader
리턴 void

FetchInfo() 공개 정적인 메소드

public static FetchInfo ( int progid, string episodeExtId ) : int?
progid int
episodeExtId string
리턴 int?

GetImage() 공개 정적인 메소드

public static GetImage ( int epid ) : System.Drawing.Bitmap
epid int
리턴 System.Drawing.Bitmap

SetAutoDownload() 공개 정적인 메소드

public static SetAutoDownload ( int epids, bool autoDownload ) : void
epids int
autoDownload bool
리턴 void

SetAutoDownloadAsync() 보호된 정적인 메소드

protected static SetAutoDownloadAsync ( int epids, bool autoDownload ) : void
epids int
autoDownload bool
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UpdateInfoIfRequired() 공개 정적인 메소드

public static UpdateInfoIfRequired ( int epid ) : void
epid int
리턴 void