C# 클래스 LyricsEngine.LyricsSites.AbstractSite

상속: ILyricSite
파일 보기 프로젝트 열기: MediaPortal/MPTagThat

보호된 프로퍼티들

프로퍼티 타입 설명
Artist string
Complete bool
LyricText string
MEventStopSiteSearches System.Threading.WaitHandle
TimeLimit int
Title string

공개 메소드들

메소드 설명
FindLyrics ( ) : void
GetLyricType ( ) : LyricType
GetSiteComplexity ( ) : SiteComplexity
GetSiteSpeed ( ) : SiteSpeed
GetSiteType ( ) : SiteType
SiteActive ( ) : bool

보호된 메소드들

메소드 설명
AbstractSite ( string artist, string title, WaitHandle mEventStopSiteSearches, int timeLimit ) : System.Threading
FindLyricsWithTimer ( ) : void

비공개 메소드들

메소드 설명
TimerElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

메소드 상세

AbstractSite() 보호된 메소드

protected AbstractSite ( string artist, string title, WaitHandle mEventStopSiteSearches, int timeLimit ) : System.Threading
artist string
title string
mEventStopSiteSearches System.Threading.WaitHandle
timeLimit int
리턴 System.Threading

FindLyrics() 공개 메소드

public FindLyrics ( ) : void
리턴 void

FindLyricsWithTimer() 보호된 추상적인 메소드

protected abstract FindLyricsWithTimer ( ) : void
리턴 void

GetLyricType() 공개 추상적인 메소드

public abstract GetLyricType ( ) : LyricType
리턴 LyricType

GetSiteComplexity() 공개 추상적인 메소드

public abstract GetSiteComplexity ( ) : SiteComplexity
리턴 SiteComplexity

GetSiteSpeed() 공개 추상적인 메소드

public abstract GetSiteSpeed ( ) : SiteSpeed
리턴 SiteSpeed

GetSiteType() 공개 추상적인 메소드

public abstract GetSiteType ( ) : SiteType
리턴 SiteType

SiteActive() 공개 추상적인 메소드

public abstract SiteActive ( ) : bool
리턴 bool

프로퍼티 상세

Artist 보호되어 있는 프로퍼티

protected string Artist
리턴 string

Complete 보호되어 있는 프로퍼티

protected bool Complete
리턴 bool

LyricText 보호되어 있는 프로퍼티

protected string LyricText
리턴 string

MEventStopSiteSearches 보호되어 있는 프로퍼티

protected WaitHandle,System.Threading MEventStopSiteSearches
리턴 System.Threading.WaitHandle

TimeLimit 보호되어 있는 프로퍼티

protected int TimeLimit
리턴 int

Title 보호되어 있는 프로퍼티

protected string Title
리턴 string