C# Class RaumfeldNET.MediaItem

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: stoennies/raumwiese Class Usage Examples

Méthodes publiques

Свойство Type Description
imageId String
imageLoaded System.Boolean
imageUrl String
itemStatus MediaItemStatus
itemType MediaItemItemType
listIndex System.Int32
objectId String
sourceId String
sourceType MediaItemSourceType
upnpItemClass String

Protected Properties

Свойство Type Description
_text String
uncachedImage Image
xmlDocumentHelper RaumfeldNET.Base.BaseXmlDocument

Méthodes publiques

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

Méthodes protégées

Méthode Description
imageReadySink ( String _imageId, System.Boolean _calledFromLoadImage ) : void
notifyPropertyChanged ( String info ) : void

Method Details

MediaItem() public méthode

public MediaItem ( ) : System
Résultat System

imageReadySink() protected méthode

protected imageReadySink ( String _imageId, System.Boolean _calledFromLoadImage ) : void
_imageId String
_calledFromLoadImage System.Boolean
Résultat void

initValuesFromXMLNode() public méthode

public initValuesFromXMLNode ( XmlNode _nodeItem, XmlNamespaceManager _manager ) : void
_nodeItem System.Xml.XmlNode
_manager System.Xml.XmlNamespaceManager
Résultat void

isAllowedToDropOnTrackList() public méthode

public isAllowedToDropOnTrackList ( ) : System.Boolean
Résultat System.Boolean

isAllowedToDropOnTrackList() public static méthode

public static isAllowedToDropOnTrackList ( List _mediaItems ) : System.Boolean
_mediaItems List
Résultat System.Boolean

isBrowsable() public méthode

public isBrowsable ( ) : System.Boolean
Résultat System.Boolean

isContainer() public méthode

public isContainer ( ) : System.Boolean
Résultat System.Boolean

loadImage() public méthode

public loadImage ( ) : void
Résultat void

loadStandardImage() public méthode

public loadStandardImage ( ) : void
Résultat void

newFromUpnpItemClass() public static méthode

public static newFromUpnpItemClass ( String _upnpItemClass, String _raumfeldSection ) : MediaItem
_upnpItemClass String
_raumfeldSection String
Résultat MediaItem

notifyPropertyChanged() protected méthode

protected notifyPropertyChanged ( String info ) : void
info String
Résultat void

Property Details

_text protected_oe property

protected String _text
Résultat String

imageId public_oe property

public String imageId
Résultat String

imageLoaded public_oe property

public Boolean,System imageLoaded
Résultat System.Boolean

imageUrl public_oe property

public String imageUrl
Résultat String

itemStatus public_oe property

public MediaItemStatus itemStatus
Résultat MediaItemStatus

itemType public_oe property

public MediaItemItemType itemType
Résultat MediaItemItemType

listIndex public_oe property

public Int32,System listIndex
Résultat System.Int32

objectId public_oe property

public String objectId
Résultat String

sourceId public_oe property

public String sourceId
Résultat String

sourceType public_oe property

public MediaItemSourceType sourceType
Résultat MediaItemSourceType

uncachedImage protected_oe property

protected Image uncachedImage
Résultat Image

upnpItemClass public_oe property

public String upnpItemClass
Résultat String

xmlDocumentHelper protected_oe property

protected BaseXmlDocument,RaumfeldNET.Base xmlDocumentHelper
Résultat RaumfeldNET.Base.BaseXmlDocument