C# Class WaveBox.Core.ApiResponse.GenresResponse

Inheritance: IApiResponse
Datei anzeigen Open project: einsteinx2/WaveBox

Private Properties

Property Type Description

Public Methods

Method Description
GenresResponse ( string error, IList genres, IList folders, IList artists, IList albums, IList songs, int>.PairList sectionPositions ) : System

Method Details

GenresResponse() public method

public GenresResponse ( string error, IList genres, IList folders, IList artists, IList albums, IList songs, int>.PairList sectionPositions ) : System
error string
genres IList
folders IList
artists IList
albums IList
songs IList
sectionPositions int>.PairList
return System