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



Class providing details of a track available on Spotify
Inheritance Hierarchy

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

The Track type exposes the following members.

Constructors
  NameDescription
Public methodTrack
Initializes a new instance of the Track 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 propertyAlbum
Gets the album that this track is part of.
Public propertyArtist
Gets the name of the artist who recorded the track.
Public propertyLength
Gets the length of the track.
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