C# Class Sonority.UPnP.ContentDirectory

Inheritance: UPnPServiceBase
Afficher le fichier Open project: NathanHowell/Sonority Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
ContentDirectory ( UPnPService service ) : System
GetAlbumArtistDisplayOption ( ) : string
GetLastIndexChange ( ) : string
GetSearchCapabilities ( ) : string
GetSortCapabilities ( ) : string
GetSystemUpdateId ( ) : string

Method Details

Browse() public méthode

public Browse ( string objectId, BrowseFlags browseFlag, string filter, string sortCriteria ) : IEnumerable
objectId string
browseFlag BrowseFlags
filter string
sortCriteria string
Résultat IEnumerable

CreateObject() public méthode

public CreateObject ( string containerId, string elements ) : object[]
containerId string
elements string
Résultat object[]

DestroyObject() public méthode

public DestroyObject ( string objectId ) : void
objectId string
Résultat void

RefreshRadioStationList() public méthode

public RefreshRadioStationList ( ) : void
Résultat void

RefreshShareIndex() public méthode

public RefreshShareIndex ( string albumArtistDisplayOption ) : void
albumArtistDisplayOption string
Résultat void

RefreshShareList() public méthode

public RefreshShareList ( ) : void
Résultat void

Search() public méthode

public Search ( ) : void
Résultat void

UpdateObject() public méthode

public UpdateObject ( string objectId, string containerId, string newTagValue ) : void
objectId string
containerId string
newTagValue string
Résultat void