C# Class RadioDld.Model.Episode

Inheritance: Database
Mostrar archivo Open project: ribbons/RadioDownloader Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
FetchData ( SQLiteMonDataReader reader ) : void
SetAutoDownloadAsync ( int epids, bool autoDownload ) : void

Private Methods

Method Description
UpdateInfo ( int progid, string episodeExtId ) : int?

Method Details

Episode() public method

public Episode ( ) : System
return System

Episode() public method

public Episode ( SQLiteMonDataReader reader ) : System
reader SQLiteMonDataReader
return System

Episode() public method

public Episode ( int epid ) : System
epid int
return System

FetchData() protected method

protected FetchData ( SQLiteMonDataReader reader ) : void
reader SQLiteMonDataReader
return void

FetchInfo() public static method

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

GetImage() public static method

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

SetAutoDownload() public static method

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

SetAutoDownloadAsync() protected static method

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

ToString() public method

public ToString ( ) : string
return string

UpdateInfoIfRequired() public static method

public static UpdateInfoIfRequired ( int epid ) : void
epid int
return void