Click or drag to resize
Artist Class
doogal.co.uk Home



Class providing details of an artist available on Spotify
Inheritance Hierarchy

Namespace: Spotify
Assembly: Spotify (in Spotify.dll) Version: 1.0.2.0 (1.0.2.0)
Syntax
public class Artist : SpotifyItem

The Artist type exposes the following members.

Constructors
  NameDescription
Public methodArtist
Initializes a new instance of the Artist class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Inherited from SpotifyItem.)
Top
Properties
  NameDescription
Public propertyName
Gets the name of the item.
(Inherited from SpotifyItem.)
Public propertyPopularity
Gets a number between 0 and 1 that signifies how popular the item is.
(Inherited from SpotifyItem.)
Public propertyUrl
Gets the Spotify URL for the item.
(Inherited from SpotifyItem.)
Top
See Also