C# Class MPTagThat.Core.AlbumInfo.AlbumSites.AbstractAlbumSite

Afficher le fichier Open project: MediaPortal/MPTagThat

Protected Properties

Свойство Type Description
AlbumName string
Albums List
ArtistName string
Complete bool
MEventStopSiteSearches System.Threading.WaitHandle
TimeLimit int

Méthodes publiques

Méthode Description
GetAlbumInfo ( ) : void
SiteActive ( ) : bool

Méthodes protégées

Méthode Description
AbstractAlbumSite ( string artist, string album, WaitHandle mEventStopSiteSearches, int timeLimit ) : System.Collections.Generic
GetAlbumInfoWithTimer ( ) : void

Private Methods

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

Method Details

AbstractAlbumSite() protected méthode

protected AbstractAlbumSite ( string artist, string album, WaitHandle mEventStopSiteSearches, int timeLimit ) : System.Collections.Generic
artist string
album string
mEventStopSiteSearches System.Threading.WaitHandle
timeLimit int
Résultat System.Collections.Generic

GetAlbumInfo() public méthode

public GetAlbumInfo ( ) : void
Résultat void

GetAlbumInfoWithTimer() protected abstract méthode

protected abstract GetAlbumInfoWithTimer ( ) : void
Résultat void

SiteActive() public abstract méthode

public abstract SiteActive ( ) : bool
Résultat bool

Property Details

AlbumName protected_oe property

protected string AlbumName
Résultat string

Albums protected_oe property

protected List Albums
Résultat List

ArtistName protected_oe property

protected string ArtistName
Résultat string

Complete protected_oe property

protected bool Complete
Résultat bool

MEventStopSiteSearches protected_oe property

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

TimeLimit protected_oe property

protected int TimeLimit
Résultat int