C# 클래스 Rolcore.Net.WebMethods.WebMethodsHtmlResponseObject

Represents a structured WebMethods response.
파일 보기 프로젝트 열기: Rollins/Rolcore 1 사용 예제들

공개 메소드들

메소드 설명
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