C# Class MediaOwl.Model.LastFm.Track

Represents a Track delivered from Last.fm
Inheritance: EntityBase
Datei anzeigen Open project: Slesa/Playground Class Usage Examples

Public Methods

Method Description
FromXml ( System.Xml.Linq.XElement trackXml ) : void
Track ( ) : System
Track ( System.Xml.Linq.XElement trackXml ) : System

Method Details

FromXml() public method

public FromXml ( System.Xml.Linq.XElement trackXml ) : void
trackXml System.Xml.Linq.XElement
return void

Track() public method

public Track ( ) : System
return System

Track() public method

public Track ( System.Xml.Linq.XElement trackXml ) : System
trackXml System.Xml.Linq.XElement
return System