프로퍼티 | 타입 | 설명 | |
---|---|---|---|
EditorsTableHeader | byte[] |
메소드 | 설명 | |
---|---|---|
GetEditorsTable ( string responseXml ) : |
Get EditorsTable from response xml.
|
|
GetEditorsTableFromResponse ( |
Get EditorsTable from server response.
|
|
IsEditorsTableHeader ( byte content ) : bool |
This method is used to test whether it is an editors table header.
|
메소드 | 설명 | |
---|---|---|
GetEditor ( |
Get Editor instance from XmlNode.
|
public static GetEditorsTable ( string responseXml ) : |
||
responseXml | string | The response xml about EditorsTable. |
리턴 |
public static GetEditorsTableFromResponse ( |
||
subResponse | The sub response from server. | |
site | ITestSite | Transfer ITestSite into this operation, for this operation to use ITestSite's function. |
리턴 |
public static IsEditorsTableHeader ( byte content ) : bool | ||
content | byte | Specify the header content. |
리턴 | bool |