C# 클래스 MPTagThat.Core.AlbumInfo.AlbumSearch

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

공개 프로퍼티들

프로퍼티 타입 설명
AlbumSites List

공개 메소드들

메소드 설명
AlbumSearch ( IAlbumInfo controller, string artist, string album ) : System
Dispose ( ) : void
Run ( ) : void

비공개 메소드들

메소드 설명
RunSearchForSiteInThread ( string albumInfoSite ) : void
StopDueToTimeLimit ( object sender, EventArgs e ) : void
ValidateSearchOutput ( List albums, string site ) : bool

메소드 상세

AlbumSearch() 공개 메소드

public AlbumSearch ( IAlbumInfo controller, string artist, string album ) : System
controller IAlbumInfo
artist string
album string
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void

프로퍼티 상세

AlbumSites 공개적으로 프로퍼티

public List AlbumSites
리턴 List