C# 클래스 MPTagThat.Core.AlbumInfo.AlbumSites.AbstractAlbumSite

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

보호된 프로퍼티들

프로퍼티 타입 설명
AlbumName string
Albums List
ArtistName string
Complete bool
MEventStopSiteSearches System.Threading.WaitHandle
TimeLimit int

공개 메소드들

메소드 설명
GetAlbumInfo ( ) : void
SiteActive ( ) : bool

보호된 메소드들

메소드 설명
AbstractAlbumSite ( string artist, string album, WaitHandle mEventStopSiteSearches, int timeLimit ) : System.Collections.Generic
GetAlbumInfoWithTimer ( ) : void

비공개 메소드들

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

메소드 상세

AbstractAlbumSite() 보호된 메소드

protected AbstractAlbumSite ( string artist, string album, WaitHandle mEventStopSiteSearches, int timeLimit ) : System.Collections.Generic
artist string
album string
mEventStopSiteSearches System.Threading.WaitHandle
timeLimit int
리턴 System.Collections.Generic

GetAlbumInfo() 공개 메소드

public GetAlbumInfo ( ) : void
리턴 void

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

protected abstract GetAlbumInfoWithTimer ( ) : void
리턴 void

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

public abstract SiteActive ( ) : bool
리턴 bool

프로퍼티 상세

AlbumName 보호되어 있는 프로퍼티

protected string AlbumName
리턴 string

Albums 보호되어 있는 프로퍼티

protected List Albums
리턴 List

ArtistName 보호되어 있는 프로퍼티

protected string ArtistName
리턴 string

Complete 보호되어 있는 프로퍼티

protected bool Complete
리턴 bool

MEventStopSiteSearches 보호되어 있는 프로퍼티

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

TimeLimit 보호되어 있는 프로퍼티

protected int TimeLimit
리턴 int