C# 클래스 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.
상속: IFlickrParsable
파일 보기 프로젝트 열기: liquidboy/X

공개 메소드들

메소드 설명
IFlickrParsable ( XmlReader reader ) : void
ToGroup ( ) : Group

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

메소드 상세

IFlickrParsable() 공개 메소드

public IFlickrParsable ( XmlReader reader ) : void
reader System.Xml.XmlReader
리턴 void

ToGroup() 공개 메소드

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