C# Class OpenTidl.Models.Base.SearchType

显示文件 Open project: jackfagner/OpenTidl Class Usage Examples

Public Methods

Method Description
Select ( System.Boolean albums, System.Boolean artists, System.Boolean playlists, System.Boolean tracks, System.Boolean videos ) : SearchType
ToString ( ) : string

Private Methods

Method Description
SearchType ( System.Boolean albums, System.Boolean artists, System.Boolean playlists, System.Boolean tracks, System.Boolean videos ) : System

Method Details

Select() public static method

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
return SearchType

ToString() public method

public ToString ( ) : string
return string