C# Class WaveBox.Core.ApiResponse.AlbumArtistsResponse

Inheritance: IApiResponse
Datei anzeigen Open project: einsteinx2/WaveBox

Private Properties

Property Type Description

Public Methods

Method Description
AlbumArtistsResponse ( string error, IList albumArtists, IList albums, IList songs, int>.Dictionary counts, string lastfmInfo, int>.PairList sectionPositions ) : System

Method Details

AlbumArtistsResponse() public method

public AlbumArtistsResponse ( string error, IList albumArtists, IList albums, IList songs, int>.Dictionary counts, string lastfmInfo, int>.PairList sectionPositions ) : System
error string
albumArtists IList
albums IList
songs IList
counts int>.Dictionary
lastfmInfo string
sectionPositions int>.PairList
return System