메소드 | 설명 | |
---|---|---|
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 ) : |
Accesses child WebMethodsHtmlResponseObject instances of the current instance.
|
메소드 | 설명 | |
---|---|---|
FindObjectNameNode ( string objectName, |
public Contains ( string objectName ) : bool | ||
objectName | string | The name (using instance.SubObjectName syntax) of the object to test for. |
리턴 | bool |
protected static FindObjectNameNode ( string objectName, |
||
objectName | string | |
start | ||
리턴 |
public WebMethodsHtmlResponseObject ( string htmlResponse ) : System | ||
htmlResponse | string | The response from WebMethods to interpret. |
리턴 | System |
public this ( string objectName ) : |
||
objectName | string | The child instance (using instance.SubObjectName syntax) to access. |
리턴 |