C# Class LyricsEngine.LyricsSites.AbstractSite

Inheritance: ILyricSite
Afficher le fichier Open project: MediaPortal/MPTagThat

Protected Properties

Свойство Type Description
Artist string
Complete bool
LyricText string
MEventStopSiteSearches System.Threading.WaitHandle
TimeLimit int
Title string

Méthodes publiques

Méthode Description
FindLyrics ( ) : void
GetLyricType ( ) : LyricType
GetSiteComplexity ( ) : SiteComplexity
GetSiteSpeed ( ) : SiteSpeed
GetSiteType ( ) : SiteType
SiteActive ( ) : bool

Méthodes protégées

Méthode Description
AbstractSite ( string artist, string title, WaitHandle mEventStopSiteSearches, int timeLimit ) : System.Threading
FindLyricsWithTimer ( ) : void

Private Methods

Méthode Description
TimerElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

AbstractSite() protected méthode

protected AbstractSite ( string artist, string title, WaitHandle mEventStopSiteSearches, int timeLimit ) : System.Threading
artist string
title string
mEventStopSiteSearches System.Threading.WaitHandle
timeLimit int
Résultat System.Threading

FindLyrics() public méthode

public FindLyrics ( ) : void
Résultat void

FindLyricsWithTimer() protected abstract méthode

protected abstract FindLyricsWithTimer ( ) : void
Résultat void

GetLyricType() public abstract méthode

public abstract GetLyricType ( ) : LyricType
Résultat LyricType

GetSiteComplexity() public abstract méthode

public abstract GetSiteComplexity ( ) : SiteComplexity
Résultat SiteComplexity

GetSiteSpeed() public abstract méthode

public abstract GetSiteSpeed ( ) : SiteSpeed
Résultat SiteSpeed

GetSiteType() public abstract méthode

public abstract GetSiteType ( ) : SiteType
Résultat SiteType

SiteActive() public abstract méthode

public abstract SiteActive ( ) : bool
Résultat bool

Property Details

Artist protected_oe property

protected string Artist
Résultat string

Complete protected_oe property

protected bool Complete
Résultat bool

LyricText protected_oe property

protected string LyricText
Résultat string

MEventStopSiteSearches protected_oe property

protected WaitHandle,System.Threading MEventStopSiteSearches
Résultat System.Threading.WaitHandle

TimeLimit protected_oe property

protected int TimeLimit
Résultat int

Title protected_oe property

protected string Title
Résultat string