C# Class WaveBox.Core.ApiResponse.ArtistsResponse

Inheritance: IApiResponse
Datei anzeigen Open project: einsteinx2/WaveBox

Private Properties

Property Type Description

Public Methods

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

Method Details

ArtistsResponse() public method

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