C# Class FlickrNet.PlaceInfo

Detailed information about a place. Returned by Flickr.PlacesGetInfo.
Inheritance: IFlickrParsable
Exibir arquivo Open project: liquidboy/X Class Usage Examples

Private Properties

Property Type Description
LoadAttributes void
LoadElements void

Public Methods

Method Description
IFlickrParsable ( System reader ) : void

Serializes the XML to an instance.

Private Methods

Method Description
LoadAttributes ( System reader ) : void
LoadElements ( System reader ) : void

Method Details

IFlickrParsable() public method

Serializes the XML to an instance.
public IFlickrParsable ( System reader ) : void
reader System
return void