C# 클래스 WaveBox.Core.Model.Repository.ArtistRepository

상속: IArtistRepository
파일 보기 프로젝트 열기: einsteinx2/WaveBox

공개 메소드들

메소드 설명
AlbumsForArtistId ( int artistId ) : IList
AllArtists ( ) : IList
AllWithNoMusicBrainzId ( ) : IList
ArtistForId ( int artistId ) : Artist
ArtistForName ( string artistName ) : Artist
ArtistForNameOrCreate ( string artistName ) : Artist
ArtistRepository ( IDatabase database, IItemRepository itemRepository ) : System
CountArtists ( ) : int
InsertArtist ( Artist artist, bool replace = false ) : bool
InsertArtist ( string artistName, bool replace = false ) : bool
LimitArtists ( int index, int duration = Int32.MinValue ) : IList
RangeArtists ( char start, char end ) : IList
SearchArtists ( string field, string query, bool exact = true ) : IList

메소드 상세

AlbumsForArtistId() 공개 메소드

public AlbumsForArtistId ( int artistId ) : IList
artistId int
리턴 IList

AllArtists() 공개 메소드

public AllArtists ( ) : IList
리턴 IList

AllWithNoMusicBrainzId() 공개 메소드

public AllWithNoMusicBrainzId ( ) : IList
리턴 IList

ArtistForId() 공개 메소드

public ArtistForId ( int artistId ) : Artist
artistId int
리턴 Artist

ArtistForName() 공개 메소드

public ArtistForName ( string artistName ) : Artist
artistName string
리턴 Artist

ArtistForNameOrCreate() 공개 메소드

public ArtistForNameOrCreate ( string artistName ) : Artist
artistName string
리턴 Artist

ArtistRepository() 공개 메소드

public ArtistRepository ( IDatabase database, IItemRepository itemRepository ) : System
database IDatabase
itemRepository IItemRepository
리턴 System

CountArtists() 공개 메소드

public CountArtists ( ) : int
리턴 int

InsertArtist() 공개 메소드

public InsertArtist ( Artist artist, bool replace = false ) : bool
artist Artist
replace bool
리턴 bool

InsertArtist() 공개 메소드

public InsertArtist ( string artistName, bool replace = false ) : bool
artistName string
replace bool
리턴 bool

LimitArtists() 공개 메소드

public LimitArtists ( int index, int duration = Int32.MinValue ) : IList
index int
duration int
리턴 IList

RangeArtists() 공개 메소드

public RangeArtists ( char start, char end ) : IList
start char
end char
리턴 IList

SearchArtists() 공개 메소드

public SearchArtists ( string field, string query, bool exact = true ) : IList
field string
query string
exact bool
리턴 IList