C# 클래스 MusikNet_Library.MediaInfo.ImageProvider.LocalDBImageProvider

상속: ILocalImageProvider
파일 보기 프로젝트 열기: nexus49/grado 1 사용 예제들

공개 메소드들

메소드 설명
GetImage ( System.MediaFile file ) : ImageInfo
GetImages ( string artistName, string albumName, System.Int64 fileId ) : Asdf.Collections.DataList
StoreImages ( string ArtistName, string AlbumName, DataList images ) : void

메소드 상세

GetImage() 공개 메소드

public GetImage ( System.MediaFile file ) : ImageInfo
file System.MediaFile
리턴 ImageInfo

GetImages() 공개 메소드

public GetImages ( string artistName, string albumName, System.Int64 fileId ) : Asdf.Collections.DataList
artistName string
albumName string
fileId System.Int64
리턴 Asdf.Collections.DataList

StoreImages() 공개 메소드

public StoreImages ( string ArtistName, string AlbumName, DataList images ) : void
ArtistName string
AlbumName string
images DataList
리턴 void