C# Class MediaOwl.Model.LastFm.EntityBase

显示文件 Open project: Slesa/Playground

Public Methods

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

Protected Methods

Method Description
EntityBase ( ) : System
EntityBase ( System.Xml.Linq.XElement xelement ) : System

Method Details

EntityBase() protected method

protected EntityBase ( ) : System
return System

EntityBase() protected method

protected EntityBase ( System.Xml.Linq.XElement xelement ) : System
xelement System.Xml.Linq.XElement
return System

FromXml() public method

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