C# Class RaumfeldNET.MediaItem_Album

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

Protected Properties

Свойство Type Description
_album String
_date String
_genre String

Méthodes publiques

Méthode Description
MediaItem_Album ( ) : System
initValuesFromXMLNode ( XmlNode _nodeItem, XmlNamespaceManager _manager ) : void
isAllowedToDropOnTrackList ( ) : System.Boolean

Method Details

MediaItem_Album() public méthode

public MediaItem_Album ( ) : System
Résultat System

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

Property Details

_album protected_oe property

protected String _album
Résultat String

_date protected_oe property

protected String _date
Résultat String

_genre protected_oe property

protected String _genre
Résultat String