C# Class Sonority.UPnP.ContentDirectory

Inheritance: UPnPServiceBase
Mostra file Open project: NathanHowell/Sonority Class Usage Examples

Public Methods

Method Description
Browse ( string objectId, BrowseFlags browseFlag, string filter, string sortCriteria ) : IEnumerable
CreateObject ( string containerId, string elements ) : object[]
DestroyObject ( string objectId ) : void
RefreshRadioStationList ( ) : void
RefreshShareIndex ( string albumArtistDisplayOption ) : void
RefreshShareList ( ) : void
Search ( ) : void
UpdateObject ( string objectId, string containerId, string newTagValue ) : void

Private Methods

Method Description
ContentDirectory ( UPnPService service ) : System
GetAlbumArtistDisplayOption ( ) : string
GetLastIndexChange ( ) : string
GetSearchCapabilities ( ) : string
GetSortCapabilities ( ) : string
GetSystemUpdateId ( ) : string

Method Details

Browse() public method

public Browse ( string objectId, BrowseFlags browseFlag, string filter, string sortCriteria ) : IEnumerable
objectId string
browseFlag BrowseFlags
filter string
sortCriteria string
return IEnumerable

CreateObject() public method

public CreateObject ( string containerId, string elements ) : object[]
containerId string
elements string
return object[]

DestroyObject() public method

public DestroyObject ( string objectId ) : void
objectId string
return void

RefreshRadioStationList() public method

public RefreshRadioStationList ( ) : void
return void

RefreshShareIndex() public method

public RefreshShareIndex ( string albumArtistDisplayOption ) : void
albumArtistDisplayOption string
return void

RefreshShareList() public method

public RefreshShareList ( ) : void
return void

Search() public method

public Search ( ) : void
return void

UpdateObject() public method

public UpdateObject ( string objectId, string containerId, string newTagValue ) : void
objectId string
containerId string
newTagValue string
return void