C# Class RadioDld.Model.Episode

Inheritance: Database
Afficher le fichier Open project: ribbons/RadioDownloader Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
FetchData ( SQLiteMonDataReader reader ) : void
SetAutoDownloadAsync ( int epids, bool autoDownload ) : void

Private Methods

Méthode Description
UpdateInfo ( int progid, string episodeExtId ) : int?

Method Details

Episode() public méthode

public Episode ( ) : System
Résultat System

Episode() public méthode

public Episode ( SQLiteMonDataReader reader ) : System
reader SQLiteMonDataReader
Résultat System

Episode() public méthode

public Episode ( int epid ) : System
epid int
Résultat System

FetchData() protected méthode

protected FetchData ( SQLiteMonDataReader reader ) : void
reader SQLiteMonDataReader
Résultat void

FetchInfo() public static méthode

public static FetchInfo ( int progid, string episodeExtId ) : int?
progid int
episodeExtId string
Résultat int?

GetImage() public static méthode

public static GetImage ( int epid ) : System.Drawing.Bitmap
epid int
Résultat System.Drawing.Bitmap

SetAutoDownload() public static méthode

public static SetAutoDownload ( int epids, bool autoDownload ) : void
epids int
autoDownload bool
Résultat void

SetAutoDownloadAsync() protected static méthode

protected static SetAutoDownloadAsync ( int epids, bool autoDownload ) : void
epids int
autoDownload bool
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

UpdateInfoIfRequired() public static méthode

public static UpdateInfoIfRequired ( int epid ) : void
epid int
Résultat void