C# Class WaveBox.Core.ApiResponse.SearchResponse

Inheritance: IApiResponse
Afficher le fichier Open project: einsteinx2/WaveBox

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
SearchResponse ( string error, IList artists, IList albumArtists, IList albums, IList songs, IList videos ) : System

Method Details

SearchResponse() public méthode

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
Résultat System