C# Class MediaOwl.Model.LastFm.Album

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

Public Methods

Method Description
Album ( ) : System
Album ( System.Xml.Linq.XElement albumXml ) : System
FromXml ( System.Xml.Linq.XElement albumXml ) : void

Method Details

Album() public method

public Album ( ) : System
return System

Album() public method

public Album ( System.Xml.Linq.XElement albumXml ) : System
albumXml System.Xml.Linq.XElement
return System

FromXml() public method

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