C# 클래스 RaumfeldNET.MediaItem

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: stoennies/raumwiese 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
imageId String
imageLoaded System.Boolean
imageUrl String
itemStatus MediaItemStatus
itemType MediaItemItemType
listIndex System.Int32
objectId String
sourceId String
sourceType MediaItemSourceType
upnpItemClass String

보호된 프로퍼티들

프로퍼티 타입 설명
_text String
uncachedImage Image
xmlDocumentHelper RaumfeldNET.Base.BaseXmlDocument

공개 메소드들

메소드 설명
MediaItem ( ) : System
initValuesFromXMLNode ( XmlNode _nodeItem, XmlNamespaceManager _manager ) : void
isAllowedToDropOnTrackList ( ) : System.Boolean
isAllowedToDropOnTrackList ( List _mediaItems ) : System.Boolean
isBrowsable ( ) : System.Boolean
isContainer ( ) : System.Boolean
loadImage ( ) : void
loadStandardImage ( ) : void
newFromUpnpItemClass ( String _upnpItemClass, String _raumfeldSection ) : MediaItem

보호된 메소드들

메소드 설명
imageReadySink ( String _imageId, System.Boolean _calledFromLoadImage ) : void
notifyPropertyChanged ( String info ) : void

메소드 상세

MediaItem() 공개 메소드

public MediaItem ( ) : System
리턴 System

imageReadySink() 보호된 메소드

protected imageReadySink ( String _imageId, System.Boolean _calledFromLoadImage ) : void
_imageId String
_calledFromLoadImage System.Boolean
리턴 void

initValuesFromXMLNode() 공개 메소드

public initValuesFromXMLNode ( XmlNode _nodeItem, XmlNamespaceManager _manager ) : void
_nodeItem System.Xml.XmlNode
_manager System.Xml.XmlNamespaceManager
리턴 void

isAllowedToDropOnTrackList() 공개 메소드

public isAllowedToDropOnTrackList ( ) : System.Boolean
리턴 System.Boolean

isAllowedToDropOnTrackList() 공개 정적인 메소드

public static isAllowedToDropOnTrackList ( List _mediaItems ) : System.Boolean
_mediaItems List
리턴 System.Boolean

isBrowsable() 공개 메소드

public isBrowsable ( ) : System.Boolean
리턴 System.Boolean

isContainer() 공개 메소드

public isContainer ( ) : System.Boolean
리턴 System.Boolean

loadImage() 공개 메소드

public loadImage ( ) : void
리턴 void

loadStandardImage() 공개 메소드

public loadStandardImage ( ) : void
리턴 void

newFromUpnpItemClass() 공개 정적인 메소드

public static newFromUpnpItemClass ( String _upnpItemClass, String _raumfeldSection ) : MediaItem
_upnpItemClass String
_raumfeldSection String
리턴 MediaItem

notifyPropertyChanged() 보호된 메소드

protected notifyPropertyChanged ( String info ) : void
info String
리턴 void

프로퍼티 상세

_text 보호되어 있는 프로퍼티

protected String _text
리턴 String

imageId 공개적으로 프로퍼티

public String imageId
리턴 String

imageLoaded 공개적으로 프로퍼티

public Boolean,System imageLoaded
리턴 System.Boolean

imageUrl 공개적으로 프로퍼티

public String imageUrl
리턴 String

itemStatus 공개적으로 프로퍼티

public MediaItemStatus itemStatus
리턴 MediaItemStatus

itemType 공개적으로 프로퍼티

public MediaItemItemType itemType
리턴 MediaItemItemType

listIndex 공개적으로 프로퍼티

public Int32,System listIndex
리턴 System.Int32

objectId 공개적으로 프로퍼티

public String objectId
리턴 String

sourceId 공개적으로 프로퍼티

public String sourceId
리턴 String

sourceType 공개적으로 프로퍼티

public MediaItemSourceType sourceType
리턴 MediaItemSourceType

uncachedImage 보호되어 있는 프로퍼티

protected Image uncachedImage
리턴 Image

upnpItemClass 공개적으로 프로퍼티

public String upnpItemClass
리턴 String

xmlDocumentHelper 보호되어 있는 프로퍼티

protected BaseXmlDocument,RaumfeldNET.Base xmlDocumentHelper
리턴 RaumfeldNET.Base.BaseXmlDocument