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
Mostrar archivo Open project: liquidboy/X

Public Methods

Method Description
IFlickrParsable ( XmlReader reader ) : void
ToGroup ( ) : Group

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

Method Details

IFlickrParsable() public method

public IFlickrParsable ( XmlReader reader ) : void
reader System.Xml.XmlReader
return void

ToGroup() public method

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