C# 클래스 LyricsEngine.LyricsController

상속: IDisposable
파일 보기 프로젝트 열기: MediaPortal/MPTagThat 1 사용 예제들

공개 메소드들

메소드 설명
AddNewLyricSearch ( string artist, string title, string strippedArtistName ) : void
AddNewLyricSearch ( string artist, string title, string strippedArtistName, int row ) : void
Dispose ( ) : void
FinishThread ( String artist, String title, String message, String site ) : void
LyricsController ( ILyricForm mainForm, ManualResetEvent eventStopThread, string lyricSites, bool allowAllToComplete, bool automaticUpdate, string find, string replace ) : System
Run ( ) : void

비공개 메소드들

메소드 설명
LyricFound ( String lyricStrings, String artist, String title, String site, int row ) : void
LyricNotFound ( String artist, String title, String message, String site, int row ) : void
StatusUpdate ( string artist, string title, string site, bool lyricFound ) : void
ThreadException ( String s ) : void
UpdateString ( String message, String site ) : void

메소드 상세

AddNewLyricSearch() 공개 메소드

public AddNewLyricSearch ( string artist, string title, string strippedArtistName ) : void
artist string
title string
strippedArtistName string
리턴 void

AddNewLyricSearch() 공개 메소드

public AddNewLyricSearch ( string artist, string title, string strippedArtistName, int row ) : void
artist string
title string
strippedArtistName string
row int
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FinishThread() 공개 메소드

public FinishThread ( String artist, String title, String message, String site ) : void
artist String
title String
message String
site String
리턴 void

LyricsController() 공개 메소드

public LyricsController ( ILyricForm mainForm, ManualResetEvent eventStopThread, string lyricSites, bool allowAllToComplete, bool automaticUpdate, string find, string replace ) : System
mainForm ILyricForm
eventStopThread System.Threading.ManualResetEvent
lyricSites string
allowAllToComplete bool
automaticUpdate bool
find string
replace string
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void