C# Class RaumfeldNET.MediaItem_Track

Inheritance: MediaItem_Album
Show file Open project: stoennies/raumwiese Class Usage Examples

Public Properties

Property Type Description
_isSelectedForPlaying System.Boolean
_trackNr System.UInt32

Protected Properties

Property Type Description
_duration System.UInt32
_playState TrackPlayState
_title String

Public Methods

Method Description
MediaItem_Track ( ) : System
initValuesFromXMLNode ( XmlNode _nodeItem, XmlNamespaceManager _manager ) : void
isBrowsable ( ) : System.Boolean
isContainer ( ) : System.Boolean

Method Details

MediaItem_Track() public method

public MediaItem_Track ( ) : System
return System

initValuesFromXMLNode() public method

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

isBrowsable() public method

public isBrowsable ( ) : System.Boolean
return System.Boolean

isContainer() public method

public isContainer ( ) : System.Boolean
return System.Boolean

Property Details

_duration protected property

protected UInt32,System _duration
return System.UInt32

_isSelectedForPlaying public property

public Boolean,System _isSelectedForPlaying
return System.Boolean

_playState protected property

protected TrackPlayState _playState
return TrackPlayState

_title protected property

protected String _title
return String

_trackNr public property

public UInt32,System _trackNr
return System.UInt32