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



Base class for any Spotify item (track, album and artist)
Inheritance Hierarchy

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

The SpotifyItem type exposes the following members.

Constructors
  NameDescription
Protected methodSpotifyItem
Initializes a new instance of the SpotifyItem 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.
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyName
Gets the name of the item.
Public propertyPopularity
Gets a number between 0 and 1 that signifies how popular the item is.
Public propertyUrl
Gets the Spotify URL for the item.
Top
See Also