C# 클래스 Playr.Api.Helpers

파일 보기 프로젝트 열기: osbornm/Playr

공개 프로퍼티들

프로퍼티 타입 설명
_albumDownloadUrlFormatString string
_artworkUrlFormatString string
_downloadUrlFormatString string

공개 메소드들

메소드 설명
GetAlbumTracks ( this itunes, string album ) : List
GetToken ( this request ) : string
GetTrackById ( this itunes, int id ) : IITTrack
InitializeDocumentStore ( ) : void
InitializeTrackCache ( this itunes ) : void
IsFanArtEnabled ( ) : bool
Speak ( this itunes, string message ) : void
toSong ( this t, User u, iTunesAppClass itunes ) : Song
toSong ( this t, iTunesAppClass itunes ) : Song
toSong ( this t, int position, User u, iTunesAppClass itunes ) : Song
toSong ( this t, int position, iTunesAppClass itunes ) : Song

메소드 상세

GetAlbumTracks() 공개 정적인 메소드

public static GetAlbumTracks ( this itunes, string album ) : List
itunes this
album string
리턴 List

GetToken() 공개 정적인 메소드

public static GetToken ( this request ) : string
request this
리턴 string

GetTrackById() 공개 정적인 메소드

public static GetTrackById ( this itunes, int id ) : IITTrack
itunes this
id int
리턴 IITTrack

InitializeDocumentStore() 공개 정적인 메소드

public static InitializeDocumentStore ( ) : void
리턴 void

InitializeTrackCache() 공개 정적인 메소드

public static InitializeTrackCache ( this itunes ) : void
itunes this
리턴 void

IsFanArtEnabled() 공개 정적인 메소드

public static IsFanArtEnabled ( ) : bool
리턴 bool

Speak() 공개 정적인 메소드

public static Speak ( this itunes, string message ) : void
itunes this
message string
리턴 void

toSong() 공개 정적인 메소드

public static toSong ( this t, User u, iTunesAppClass itunes ) : Song
t this
u Playr.Api.Models.User
itunes iTunesAppClass
리턴 Playr.Api.Models.Song

toSong() 공개 정적인 메소드

public static toSong ( this t, iTunesAppClass itunes ) : Song
t this
itunes iTunesAppClass
리턴 Playr.Api.Models.Song

toSong() 공개 정적인 메소드

public static toSong ( this t, int position, User u, iTunesAppClass itunes ) : Song
t this
position int
u Playr.Api.Models.User
itunes iTunesAppClass
리턴 Playr.Api.Models.Song

toSong() 공개 정적인 메소드

public static toSong ( this t, int position, iTunesAppClass itunes ) : Song
t this
position int
itunes iTunesAppClass
리턴 Playr.Api.Models.Song

프로퍼티 상세

_albumDownloadUrlFormatString 공개적으로 정적으로 프로퍼티

public static string _albumDownloadUrlFormatString
리턴 string

_artworkUrlFormatString 공개적으로 정적으로 프로퍼티

public static string _artworkUrlFormatString
리턴 string

_downloadUrlFormatString 공개적으로 정적으로 프로퍼티

public static string _downloadUrlFormatString
리턴 string