C# Class FlickrNet.GroupFullInfo

Provides details of a particular group.
Used by the Url methods and Flickr.GroupsGetInfo method. The reason for a Group and GroupFullInfo are due to xml serialization incompatabilities.
Inheritance: IFlickrParsable
Afficher le fichier Open project: liquidboy/X

Méthodes publiques

Méthode Description
IFlickrParsable ( XmlReader reader ) : void
ToGroup ( ) : Group

Converts the current GroupFullInfo into an instance of the Group class.

Method Details

IFlickrParsable() public méthode

public IFlickrParsable ( XmlReader reader ) : void
reader System.Xml.XmlReader
Résultat void

ToGroup() public méthode

Converts the current GroupFullInfo into an instance of the Group class.
public ToGroup ( ) : Group
Résultat Group