C# 클래스 LyricsEngine.LyricSearch

Class emulates long process which runs in worker thread and makes synchronous user UI operations.
상속: IDisposable
파일 보기 프로젝트 열기: MediaPortal/MPTagThat 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LyricsSites string[]

공개 메소드들

메소드 설명
Dispose ( ) : void
Run ( ) : void
ValidateSearchOutput ( string lyric, string site ) : bool
ValidateSearchOutputForAllowAllToComplete ( string lyric, string site ) : bool

비공개 메소드들

메소드 설명
LyricSearch ( LyricsController lyricsController, string artist, string title, string strippedArtistName, int row, bool allowAllToComplete, bool automaticUpdate ) : System
RunSearchForSiteInThread ( string lyricsSearchSiteName ) : void
StopDueToTimeLimit ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void

ValidateSearchOutput() 공개 메소드

public ValidateSearchOutput ( string lyric, string site ) : bool
lyric string
site string
리턴 bool

ValidateSearchOutputForAllowAllToComplete() 공개 메소드

public ValidateSearchOutputForAllowAllToComplete ( string lyric, string site ) : bool
lyric string
site string
리턴 bool

프로퍼티 상세

LyricsSites 공개적으로 정적으로 프로퍼티

public static string[] LyricsSites
리턴 string[]