Метод | Описание | |
---|---|---|
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 | |
Результат | int |
public InsertTrack ( |
||
track | ||
Результат | IModelReference |
public ReadTrack ( IModelReference trackReference ) : |
||
trackReference | IModelReference | |
Результат |
public ReadTrackByArtistAndTitleName ( string artist, string title ) : IList |
||
artist | string | |
title | string | |
Результат | IList |
public ReadTrackByISRC ( string isrc ) : |
||
isrc | string | |
Результат |
public TrackDao ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public TrackDao ( IRAMStorage storage ) : System.Collections.Generic | ||
storage | IRAMStorage | |
Результат | System.Collections.Generic |