MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
SongQuery Class
NamespacesMPfmSongQuery
Query definition for the song browser, including metadata.
Declaration Syntax
C#Visual Basic
public class SongQuery
Public Class SongQuery
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Type
Defines the type of query.

Inheritance Hierarchy
Object
SongQuery

Assembly: MPfm (Module: MPfm) Version: 0.6.0.0 (0.6.0.0)