C# 클래스 DiscogsNet.Api.Discogs2

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

공개 메소드들

메소드 설명
Discogs2 ( ) : System
GetArtist ( string artistName ) : Artist
GetLabel ( string artistName ) : Label
GetMasterRelease ( int id ) : MasterRelease
GetRelease ( int id ) : Release

비공개 메소드들

메소드 설명
DownloadString ( string uri ) : string
UpdateRateLimit ( ) : void

메소드 상세

Discogs2() 공개 메소드

public Discogs2 ( ) : System
리턴 System

GetArtist() 공개 메소드

public GetArtist ( string artistName ) : Artist
artistName string
리턴 DiscogsNet.Model.Artist

GetLabel() 공개 메소드

public GetLabel ( string artistName ) : Label
artistName string
리턴 DiscogsNet.Model.Label

GetMasterRelease() 공개 메소드

public GetMasterRelease ( int id ) : MasterRelease
id int
리턴 DiscogsNet.Model.MasterRelease

GetRelease() 공개 메소드

public GetRelease ( int id ) : Release
id int
리턴 DiscogsNet.Model.Release