C# Class MediaOwl.Model.LastFm.Event

Represents an Event delivered from Last.fm
Inheritance: EntityBase
Datei anzeigen Open project: Slesa/Playground

Public Methods

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

Method Details

Event() public method

public Event ( ) : System
return System

Event() public method

public Event ( System.Xml.Linq.XElement eventXml ) : System
eventXml System.Xml.Linq.XElement
return System

FromXml() public method

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