C# Class Rolcore.Net.WebMethods.WebMethodsHtmlResponseObject

Represents a structured WebMethods response.
Afficher le fichier Open project: Rollins/Rolcore Class Usage Examples

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
FindObjectNameNode ( string objectName, XmlNode start ) : XmlNode

Method Details

Contains() public méthode

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.
Résultat bool

FindObjectNameNode() protected static méthode

protected static FindObjectNameNode ( string objectName, XmlNode start ) : XmlNode
objectName string
start System.Xml.XmlNode
Résultat System.Xml.XmlNode

WebMethodsHtmlResponseObject() public méthode

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.
Résultat System

this() public méthode

Accesses child WebMethodsHtmlResponseObject instances of the current instance.
public this ( string objectName ) : WebMethodsHtmlResponseObject
objectName string The child instance (using instance.SubObjectName syntax) to access.
Résultat WebMethodsHtmlResponseObject