C# Класс FlickrNet.UnknownResponse

Contains the raw response from Flickr when an unknown method has been called. Used by Flickr.TestGeneric.
Наследование: IFlickrParsable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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