C# Класс Rolcore.Net.WebMethods.WebMethodsHtmlResponseObject

Represents a structured WebMethods response.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Contains ( string objectName ) : bool

Determines if the given object name exists within the hierarchy.

WebMethodsHtmlResponseObject ( string htmlResponse ) : System

Construcor. Creates the psuedo object hierarchy based on a response from WebMethods.

this ( string objectName ) : WebMethodsHtmlResponseObject

Accesses child WebMethodsHtmlResponseObject instances of the current instance.

Защищенные методы

Метод Описание
FindObjectNameNode ( string objectName, XmlNode start ) : XmlNode

Описание методов

Contains() публичный Метод

Determines if the given object name exists within the hierarchy.
public Contains ( string objectName ) : bool
objectName string The name (using instance.SubObjectName syntax) of the object to test for.
Результат bool

FindObjectNameNode() защищенный статический Метод

protected static FindObjectNameNode ( string objectName, XmlNode start ) : XmlNode
objectName string
start System.Xml.XmlNode
Результат System.Xml.XmlNode

WebMethodsHtmlResponseObject() публичный Метод

Construcor. Creates the psuedo object hierarchy based on a response from WebMethods.
public WebMethodsHtmlResponseObject ( string htmlResponse ) : System
htmlResponse string The response from WebMethods to interpret.
Результат System

this() публичный Метод

Accesses child WebMethodsHtmlResponseObject instances of the current instance.
public this ( string objectName ) : WebMethodsHtmlResponseObject
objectName string The child instance (using instance.SubObjectName syntax) to access.
Результат WebMethodsHtmlResponseObject