C# Class MediaOwl.Model.LastFm.Biography

Represents a Wiki-Entry (Album, Track) or a Biography-Entry (Artist) delivered from Last.fm
Inheritance: EntityBase
Datei anzeigen Open project: Slesa/Playground Class Usage Examples

Public Methods

Method Description
Biography ( ) : System
Biography ( System.Xml.Linq.XElement bioXml ) : System
FromXml ( System.Xml.Linq.XElement bioXml ) : void

Method Details

Biography() public method

public Biography ( ) : System
return System

Biography() public method

public Biography ( System.Xml.Linq.XElement bioXml ) : System
bioXml System.Xml.Linq.XElement
return System

FromXml() public method

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