C# Class MediaOwl.Model.LastFm.ArtistBase

Represents an Artist delivered from Last.fm. This class contains only the basic information of an artist. The full information is in Artist.
Inheritance: EntityBase
Datei anzeigen Open project: Slesa/Playground Class Usage Examples

Public Methods

Method Description
ArtistBase ( ) : System
ArtistBase ( System.Xml.Linq.XElement artistBaseXml ) : System
FromXml ( System.Xml.Linq.XElement artistBaseXml ) : void

Method Details

ArtistBase() public method

public ArtistBase ( ) : System
return System

ArtistBase() public method

public ArtistBase ( System.Xml.Linq.XElement artistBaseXml ) : System
artistBaseXml System.Xml.Linq.XElement
return System

FromXml() public method

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