C# 클래스 FlickrNet.PlaceInfo

Detailed information about a place. Returned by Flickr.PlacesGetInfo.
상속: IFlickrParsable
파일 보기 프로젝트 열기: liquidboy/X 1 사용 예제들

Private Properties

프로퍼티 타입 설명
LoadAttributes void
LoadElements void

공개 메소드들

메소드 설명
IFlickrParsable ( System reader ) : void

Serializes the XML to an instance.

비공개 메소드들

메소드 설명
LoadAttributes ( System reader ) : void
LoadElements ( System reader ) : void

메소드 상세

IFlickrParsable() 공개 메소드

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