C# 클래스 WaveBox.Core.Model.Genre

상속: IItem, IGroupingItem
파일 보기 프로젝트 열기: einsteinx2/WaveBox 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CompareGenresByName ( Genre x, Genre y ) : int
ListOfAlbums ( ) : IList
ListOfArtists ( ) : IList
ListOfFolders ( ) : IList
ListOfSongs ( ) : IList
ToString ( ) : string

메소드 상세

CompareGenresByName() 공개 정적인 메소드

public static CompareGenresByName ( Genre x, Genre y ) : int
x Genre
y Genre
리턴 int

ListOfAlbums() 공개 메소드

public ListOfAlbums ( ) : IList
리턴 IList

ListOfArtists() 공개 메소드

public ListOfArtists ( ) : IList
리턴 IList

ListOfFolders() 공개 메소드

public ListOfFolders ( ) : IList
리턴 IList

ListOfSongs() 공개 메소드

public ListOfSongs ( ) : IList
리턴 IList

ToString() 공개 메소드

public ToString ( ) : string
리턴 string