C# Class MediaOwl.Model.LastFm.ArtistBase

Represents an Artist delivered from Last.fm. This class contains only the basic information of an artist. The full information is in Artist.
Inheritance: EntityBase
Afficher le fichier Open project: Slesa/Playground Class Usage Examples

Méthodes publiques

Méthode Description
ArtistBase ( ) : System
ArtistBase ( System.Xml.Linq.XElement artistBaseXml ) : System
FromXml ( System.Xml.Linq.XElement artistBaseXml ) : void

Method Details

ArtistBase() public méthode

public ArtistBase ( ) : System
Résultat System

ArtistBase() public méthode

public ArtistBase ( System.Xml.Linq.XElement artistBaseXml ) : System
artistBaseXml System.Xml.Linq.XElement
Résultat System

FromXml() public méthode

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