Method | Description | |
---|---|---|
AllSongs ( ) : IList |
||
CountSongs ( ) : int | ||
InsertSong ( Song song, bool replace = false ) : bool | ||
LimitSongs ( int index, int duration = Int32.MinValue ) : IList |
||
RangeSongs ( char start, char end ) : IList |
||
SearchSongs ( string field, string query, bool exact = true ) : IList |
||
SongForId ( int songId ) : Song | ||
SongRepository ( IDatabase database ) : System | ||
SongsForIds ( IList |
||
TotalSongDuration ( ) : long | ||
TotalSongSize ( ) : long |
public InsertSong ( Song song, bool replace = false ) : bool | ||
song | Song | |
replace | bool | |
return | bool |
public LimitSongs ( int index, int duration = Int32.MinValue ) : IList |
||
index | int | |
duration | int | |
return | IList |
public RangeSongs ( char start, char end ) : IList |
||
start | char | |
end | char | |
return | IList |
public SearchSongs ( string field, string query, bool exact = true ) : IList |
||
field | string | |
query | string | |
exact | bool | |
return | IList |
public SongRepository ( IDatabase database ) : System | ||
database | IDatabase | |
return | System |