C# 클래스 Sonority.UPnP.ContentDirectory

상속: UPnPServiceBase
파일 보기 프로젝트 열기: NathanHowell/Sonority 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ContentDirectory ( UPnPService service ) : System
GetAlbumArtistDisplayOption ( ) : string
GetLastIndexChange ( ) : string
GetSearchCapabilities ( ) : string
GetSortCapabilities ( ) : string
GetSystemUpdateId ( ) : string

메소드 상세

Browse() 공개 메소드

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

CreateObject() 공개 메소드

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

DestroyObject() 공개 메소드

public DestroyObject ( string objectId ) : void
objectId string
리턴 void

RefreshRadioStationList() 공개 메소드

public RefreshRadioStationList ( ) : void
리턴 void

RefreshShareIndex() 공개 메소드

public RefreshShareIndex ( string albumArtistDisplayOption ) : void
albumArtistDisplayOption string
리턴 void

RefreshShareList() 공개 메소드

public RefreshShareList ( ) : void
리턴 void

Search() 공개 메소드

public Search ( ) : void
리턴 void

UpdateObject() 공개 메소드

public UpdateObject ( string objectId, string containerId, string newTagValue ) : void
objectId string
containerId string
newTagValue string
리턴 void