C# Class RadioDld.DataSearch

Mostra file Open project: ribbons/RadioDownloader Class Usage Examples

Public Methods

Method Description
DownloadIsVisible ( int epid ) : bool
GetInstance ( ) : DataSearch

Private Methods

Method Description
AddDownload ( Model storeData ) : void
AddDownload ( int epid ) : void
CheckIndex ( string[]>.Dictionary tableCols ) : bool
DataSearch ( ) : System
DatabasePath ( ) : string
Download_Added ( int epid ) : void
Download_Progress ( int epid, int percent, ProgressType type ) : void
Download_Removed ( int epid ) : void
Download_Updated ( int epid ) : void
FetchDbConn ( ) : SQLiteConnection
NeedRebuild ( string[]>.Dictionary tableCols ) : bool
RebuildIndex ( Status status, string[]>.Dictionary tableCols ) : void
RunQuery ( string query ) : void
TableSql ( string tableName, string columns ) : string

Method Details

DownloadIsVisible() public method

public DownloadIsVisible ( int epid ) : bool
epid int
return bool

GetInstance() public static method

public static GetInstance ( ) : DataSearch
return DataSearch