Méthode | Description | |
---|---|---|
DeleteTrack ( IModelReference trackReference ) : int | ||
InsertTrack ( |
||
ReadAll ( ) : IList |
||
ReadTrack ( IModelReference trackReference ) : |
||
ReadTrackByArtistAndTitleName ( string artist, string title ) : IList |
||
ReadTrackByISRC ( string isrc ) : |
||
TrackDao ( ) : System.Collections.Generic | ||
TrackDao ( IRAMStorage storage ) : System.Collections.Generic |
public DeleteTrack ( IModelReference trackReference ) : int | ||
trackReference | IModelReference | |
Résultat | int |
public InsertTrack ( |
||
track | ||
Résultat | IModelReference |
public ReadTrack ( IModelReference trackReference ) : |
||
trackReference | IModelReference | |
Résultat |
public ReadTrackByArtistAndTitleName ( string artist, string title ) : IList |
||
artist | string | |
title | string | |
Résultat | IList |
public ReadTrackByISRC ( string isrc ) : |
||
isrc | string | |
Résultat |
public TrackDao ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public TrackDao ( IRAMStorage storage ) : System.Collections.Generic | ||
storage | IRAMStorage | |
Résultat | System.Collections.Generic |