C# 클래스 Music.MusicDbConnector

파일 보기 프로젝트 열기: Silveryard/SmartHome

공개 메소드들

메소드 설명
AddSong ( string interpreter, string album, string song, byte data ) : int
GetAlbumName ( int album ) : string
GetAlbums ( int interpreter ) : List
GetInterpreterName ( int interpreter ) : string
GetInterpreters ( ) : List
GetSongFile ( int song ) : byte[]
GetSongName ( int song ) : string
GetSongs ( int album ) : List
Init ( MySqlConnection connection ) : void

메소드 상세

AddSong() 공개 정적인 메소드

public static AddSong ( string interpreter, string album, string song, byte data ) : int
interpreter string
album string
song string
data byte
리턴 int

GetAlbumName() 공개 정적인 메소드

public static GetAlbumName ( int album ) : string
album int
리턴 string

GetAlbums() 공개 정적인 메소드

public static GetAlbums ( int interpreter ) : List
interpreter int
리턴 List

GetInterpreterName() 공개 정적인 메소드

public static GetInterpreterName ( int interpreter ) : string
interpreter int
리턴 string

GetInterpreters() 공개 정적인 메소드

public static GetInterpreters ( ) : List
리턴 List

GetSongFile() 공개 정적인 메소드

public static GetSongFile ( int song ) : byte[]
song int
리턴 byte[]

GetSongName() 공개 정적인 메소드

public static GetSongName ( int song ) : string
song int
리턴 string

GetSongs() 공개 정적인 메소드

public static GetSongs ( int album ) : List
album int
리턴 List

Init() 공개 정적인 메소드

public static Init ( MySqlConnection connection ) : void
connection MySql.Data.MySqlClient.MySqlConnection
리턴 void