Query definition for the song browser, including metadata.

C# | Visual Basic |
public class SongQuery
Public Class SongQuery

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | SongQuery()()()() |
Default constructor for SongQuery.
Returns all songs from the database.
|
![]() | SongQuery(SongQueryType) |
Constructor for SongQuery that requires the song query type.
|
![]() | SongQuery(String) |
Constructor for SongQuery that defines the query as Artist
using the artist name passed in parameter.
|
![]() | SongQuery(String, String) |
Constructor for SongQuery that defines the query as Artist/Album
using the artist name and album title passed in parameter.
|
![]() | SongQuery(Guid) |
Constructor for SongQuery that defines the query as Playlist using
the playlist identifier passed in parameter.
|
![]() | AlbumTitle |
Defines the album title for the query.
|
![]() | ArtistName |
Defines the artist name for the query.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | PlaylistId |
Defines the Playlist identifier for the query.
|
![]() | ToString()()()() | (Inherited from Object.) |
![]() | Type |
Defines the type of query.
|

Object | |
![]() | SongQuery |