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éthode | Description | |
---|---|---|
FetchData ( SQLiteMonDataReader reader ) : void | ||
SetAutoDownloadAsync ( int epids, bool autoDownload ) : void |
Méthode | Description | |
---|---|---|
UpdateInfo ( int progid, string episodeExtId ) : int? |
public Episode ( SQLiteMonDataReader reader ) : System | ||
reader | SQLiteMonDataReader | |
Résultat | System |
protected FetchData ( SQLiteMonDataReader reader ) : void | ||
reader | SQLiteMonDataReader | |
Résultat | void |
public static FetchInfo ( int progid, string episodeExtId ) : int? | ||
progid | int | |
episodeExtId | string | |
Résultat | int? |
public static GetImage ( int epid ) : System.Drawing.Bitmap | ||
epid | int | |
Résultat | System.Drawing.Bitmap |
public static SetAutoDownload ( int epids, bool autoDownload ) : void | ||
epids | int | |
autoDownload | bool | |
Résultat | void |
protected static SetAutoDownloadAsync ( int epids, bool autoDownload ) : void | ||
epids | int | |
autoDownload | bool | |
Résultat | void |
public static UpdateInfoIfRequired ( int epid ) : void | ||
epid | int | |
Résultat | void |