C# Class RadioDld.Model.Programme

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

Méthodes publiques

Méthode Description
FetchAllWithDownloads ( ) : List
FetchInfo ( System.Guid pluginId, string progExtId ) : int?
GetAvailableEpisodes ( int progid, bool fetchAll ) : List
GetImage ( int progid ) : System.Drawing.Bitmap
Programme ( ) : System
Programme ( SQLiteMonDataReader reader ) : System
Programme ( int progid ) : System
SetLatestDownload ( int progid, System.DateTime downloadDate ) : void
ShowMoreInfo ( ) : void
ToString ( ) : string
UpdateInfoIfRequired ( int progid ) : void

Méthodes protégées

Méthode Description
FetchData ( SQLiteMonDataReader reader ) : void
RaiseUpdated ( int progid ) : void

Private Methods

Méthode Description
UpdateInfo ( System.Guid pluginId, string progExtId ) : int?
UpdateInfoIfRequiredAsync ( int progid ) : void

Method Details

FetchAllWithDownloads() public static méthode

public static FetchAllWithDownloads ( ) : List
Résultat List

FetchData() protected méthode

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

FetchInfo() public static méthode

public static FetchInfo ( System.Guid pluginId, string progExtId ) : int?
pluginId System.Guid
progExtId string
Résultat int?

GetAvailableEpisodes() public static méthode

public static GetAvailableEpisodes ( int progid, bool fetchAll ) : List
progid int
fetchAll bool
Résultat List

GetImage() public static méthode

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

Programme() public méthode

public Programme ( ) : System
Résultat System

Programme() public méthode

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

Programme() public méthode

public Programme ( int progid ) : System
progid int
Résultat System

RaiseUpdated() protected static méthode

protected static RaiseUpdated ( int progid ) : void
progid int
Résultat void

SetLatestDownload() public static méthode

public static SetLatestDownload ( int progid, System.DateTime downloadDate ) : void
progid int
downloadDate System.DateTime
Résultat void

ShowMoreInfo() public méthode

public ShowMoreInfo ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

UpdateInfoIfRequired() public static méthode

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