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

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

공개 메소드들

메소드 설명
Amazon ( string artist, string title, WaitHandle mEventStopSiteSearches, int timeLimit ) : System
AmazonAlbumLookup ( string albumId ) : Album
SiteActive ( ) : bool

보호된 메소드들

메소드 설명
GetAlbumInfoWithTimer ( ) : void

비공개 메소드들

메소드 설명
CallbackMethod ( object sender, OpenReadCompletedEventArgs e ) : void
FillAlbum ( XmlNode node ) : Album
GetNode ( XmlNode node, string nodeString ) : string

Get the Url node

메소드 상세

Amazon() 공개 메소드

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

AmazonAlbumLookup() 공개 메소드

public AmazonAlbumLookup ( string albumId ) : Album
albumId string
리턴 Album

GetAlbumInfoWithTimer() 보호된 메소드

protected GetAlbumInfoWithTimer ( ) : void
리턴 void

SiteActive() 공개 메소드

public SiteActive ( ) : bool
리턴 bool