C# Class FlickrNet.PlaceInfo

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

Private Properties

Свойство Type Description
LoadAttributes void
LoadElements void

Méthodes publiques

Méthode Description
IFlickrParsable ( System reader ) : void

Serializes the XML to an instance.

Private Methods

Méthode Description
LoadAttributes ( System reader ) : void
LoadElements ( System reader ) : void

Method Details

IFlickrParsable() public méthode

Serializes the XML to an instance.
public IFlickrParsable ( System reader ) : void
reader System
Résultat void