C# Class WaveBox.Core.ApiResponse.SearchResponse

Inheritance: IApiResponse
ファイルを表示 Open project: einsteinx2/WaveBox

Private Properties

Property Type Description

Public Methods

Method Description
SearchResponse ( string error, IList artists, IList albumArtists, IList albums, IList songs, IList videos ) : System

Method Details

SearchResponse() public method

public SearchResponse ( string error, IList artists, IList albumArtists, IList albums, IList songs, IList videos ) : System
error string
artists IList
albumArtists IList
albums IList
songs IList
videos IList
return System