Method | Description | |
---|---|---|
AlbumForId ( int albumId ) : |
||
AlbumForName ( string albumName, int albumArtistId ) : |
||
AlbumForName ( string albumName, int albumArtistId, int releaseYear = null ) : |
||
AlbumRepository ( IDatabase database, IItemRepository itemRepository ) : System | ||
AllAlbums ( ) : IList |
||
AllWithNoMusicBrainzId ( ) : IList |
||
CountAlbums ( ) : int | ||
InsertAlbum ( string albumName, int albumArtistId, int releaseYear ) : bool | ||
LimitAlbums ( int index, int duration = Int32.MinValue ) : IList |
||
RandomAlbums ( int limit = 10 ) : IList |
||
RangeAlbums ( char start, char end ) : IList |
||
SearchAlbums ( string field, string query, bool exact = true ) : IList |
public AlbumForId ( int albumId ) : |
||
albumId | int | |
return |
public AlbumForName ( string albumName, int albumArtistId ) : |
||
albumName | string | |
albumArtistId | int | |
return |
public AlbumForName ( string albumName, int albumArtistId, int releaseYear = null ) : |
||
albumName | string | |
albumArtistId | int | |
releaseYear | int | |
return |
public AlbumRepository ( IDatabase database, IItemRepository itemRepository ) : System | ||
database | IDatabase | |
itemRepository | IItemRepository | |
return | System |
public InsertAlbum ( string albumName, int albumArtistId, int releaseYear ) : bool | ||
albumName | string | |
albumArtistId | int | |
releaseYear | int | |
return | bool |
public LimitAlbums ( int index, int duration = Int32.MinValue ) : IList |
||
index | int | |
duration | int | |
return | IList |
public RangeAlbums ( char start, char end ) : IList |
||
start | char | |
end | char | |
return | IList |
public SearchAlbums ( string field, string query, bool exact = true ) : IList |
||
field | string | |
query | string | |
exact | bool | |
return | IList |