C# 클래스 RadioDld.DataSearch

파일 보기 프로젝트 열기: ribbons/RadioDownloader 1 사용 예제들

공개 메소드들

메소드 설명
DownloadIsVisible ( int epid ) : bool
GetInstance ( ) : DataSearch

비공개 메소드들

메소드 설명
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

메소드 상세

DownloadIsVisible() 공개 메소드

public DownloadIsVisible ( int epid ) : bool
epid int
리턴 bool

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : DataSearch
리턴 DataSearch