C# Class MediaOwl.Model.LastFm.Tag

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

Public Methods

Method Description
FromXml ( System.Xml.Linq.XElement tagXml ) : void
Tag ( ) : System
Tag ( System.Xml.Linq.XElement tagXml ) : System

Method Details

FromXml() public method

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

Tag() public method

public Tag ( ) : System
return System

Tag() public method

public Tag ( System.Xml.Linq.XElement tagXml ) : System
tagXml System.Xml.Linq.XElement
return System