C# Class RaumfeldNET.ContentDirectoryBrowserMulti

Inheritance: ContentDirectoryBrowser
Mostra file Open project: stoennies/raumwiese Class Usage Examples

Public Methods

Method Description
ContentDirectoryBrowserMulti ( String _rootListId = "", UPNP _upnpStack = null ) : System
search ( String _searchString, ContentDirectorySearchType _searchType = ContentDirectorySearchType.Artist ) : void
switchMainContent ( ContentDirectoryMainContentType _mainContentType ) : void

Protected Methods

Method Description
buildContainerIdForSearch ( ContentDirectoryMainContentType _mainContentType, ContentDirectorySearchType _searchType = ContentDirectorySearchType.Artist ) : String
getListIdFromMainContentType ( ContentDirectoryMainContentType _mainContentType ) : String
getSearchListParentIdFromMainContentType ( ContentDirectoryMainContentType _mainContentType ) : String
setListIdFromMainContentType ( ContentDirectoryMainContentType _mainContentType, String _listId ) : void
setSearchListParentIdFromMainContentType ( ContentDirectoryMainContentType _mainContentType, String _listId ) : void
switchList ( ContentDirectoryMainContentType _mainContentType ) : void

Method Details

ContentDirectoryBrowserMulti() public method

public ContentDirectoryBrowserMulti ( String _rootListId = "", UPNP _upnpStack = null ) : System
_rootListId String
_upnpStack UPNP
return System

buildContainerIdForSearch() protected method

protected buildContainerIdForSearch ( ContentDirectoryMainContentType _mainContentType, ContentDirectorySearchType _searchType = ContentDirectorySearchType.Artist ) : String
_mainContentType ContentDirectoryMainContentType
_searchType ContentDirectorySearchType
return String

getListIdFromMainContentType() protected method

protected getListIdFromMainContentType ( ContentDirectoryMainContentType _mainContentType ) : String
_mainContentType ContentDirectoryMainContentType
return String

getSearchListParentIdFromMainContentType() protected method

protected getSearchListParentIdFromMainContentType ( ContentDirectoryMainContentType _mainContentType ) : String
_mainContentType ContentDirectoryMainContentType
return String

search() public method

public search ( String _searchString, ContentDirectorySearchType _searchType = ContentDirectorySearchType.Artist ) : void
_searchString String
_searchType ContentDirectorySearchType
return void

setListIdFromMainContentType() protected method

protected setListIdFromMainContentType ( ContentDirectoryMainContentType _mainContentType, String _listId ) : void
_mainContentType ContentDirectoryMainContentType
_listId String
return void

setSearchListParentIdFromMainContentType() protected method

protected setSearchListParentIdFromMainContentType ( ContentDirectoryMainContentType _mainContentType, String _listId ) : void
_mainContentType ContentDirectoryMainContentType
_listId String
return void

switchList() protected method

protected switchList ( ContentDirectoryMainContentType _mainContentType ) : void
_mainContentType ContentDirectoryMainContentType
return void

switchMainContent() public method

public switchMainContent ( ContentDirectoryMainContentType _mainContentType ) : void
_mainContentType ContentDirectoryMainContentType
return void