C# Class MediaOwl.Model.LastFm.Artist

Represents an Artist delivered from Last.fm. Inherits from ArtistBase.
Inheritance: ArtistBase
Afficher le fichier Open project: Slesa/Playground Class Usage Examples

Méthodes publiques

Méthode Description
Artist ( ) : System
Artist ( System.Xml.Linq.XElement artistXml ) : System
FromXml ( System.Xml.Linq.XElement artistXml ) : void

Method Details

Artist() public méthode

public Artist ( ) : System
Résultat System

Artist() public méthode

public Artist ( System.Xml.Linq.XElement artistXml ) : System
artistXml System.Xml.Linq.XElement
Résultat System

FromXml() public méthode

public FromXml ( System.Xml.Linq.XElement artistXml ) : void
artistXml System.Xml.Linq.XElement
Résultat void