C# Class MediaOwl.Model.LastFm.Artist

Represents an Artist delivered from Last.fm. Inherits from ArtistBase.
Inheritance: ArtistBase
显示文件 Open project: Slesa/Playground Class Usage Examples

Public Methods

Method Description
Artist ( ) : System
Artist ( System.Xml.Linq.XElement artistXml ) : System
FromXml ( System.Xml.Linq.XElement artistXml ) : void

Method Details

Artist() public method

public Artist ( ) : System
return System

Artist() public method

public Artist ( System.Xml.Linq.XElement artistXml ) : System
artistXml System.Xml.Linq.XElement
return System

FromXml() public method

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