C# 클래스 OpenTidl.Models.Base.SearchType

파일 보기 프로젝트 열기: jackfagner/OpenTidl 1 사용 예제들

공개 메소드들

메소드 설명
Select ( System.Boolean albums, System.Boolean artists, System.Boolean playlists, System.Boolean tracks, System.Boolean videos ) : SearchType
ToString ( ) : string

비공개 메소드들

메소드 설명
SearchType ( System.Boolean albums, System.Boolean artists, System.Boolean playlists, System.Boolean tracks, System.Boolean videos ) : System

메소드 상세

Select() 공개 정적인 메소드

public static Select ( System.Boolean albums, System.Boolean artists, System.Boolean playlists, System.Boolean tracks, System.Boolean videos ) : SearchType
albums System.Boolean
artists System.Boolean
playlists System.Boolean
tracks System.Boolean
videos System.Boolean
리턴 SearchType

ToString() 공개 메소드

public ToString ( ) : string
리턴 string