C# 클래스 FlickrNet.UnknownResponse

Contains the raw response from Flickr when an unknown method has been called. Used by Flickr.TestGeneric.
상속: IFlickrParsable
파일 보기 프로젝트 열기: liquidboy/X 1 사용 예제들

공개 메소드들

메소드 설명
GetAttributeValue ( string element, string attribute ) : string

Gets an attribute value from the given response.

GetElementArray ( string elementName ) : string[]

Gets an array of text values of an element from the given response.

GetElementValue ( string element ) : string

Gets a text value of an element from the given response.

GetXDocument ( ) : XDocument
IFlickrParsable ( System reader ) : void

메소드 상세

GetAttributeValue() 공개 메소드

Gets an attribute value from the given response.
public GetAttributeValue ( string element, string attribute ) : string
element string The element name to find.
attribute string The attribute of the element to return.
리턴 string

GetElementArray() 공개 메소드

Gets an array of text values of an element from the given response.
public GetElementArray ( string elementName ) : string[]
elementName string The element name to find.
리턴 string[]

GetElementValue() 공개 메소드

Gets a text value of an element from the given response.
public GetElementValue ( string element ) : string
element string The element name to find.
리턴 string

GetXDocument() 공개 메소드

public GetXDocument ( ) : XDocument
리턴 XDocument

IFlickrParsable() 공개 메소드

public IFlickrParsable ( System reader ) : void
reader System
리턴 void