C# 클래스 Microsoft.Protocols.TestSuites.SharedAdapter.EditorsTableUtils

This method is used to extract EditorsTable from the MS-FSSHTTPB binary response.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EditorsTableHeader byte[]

공개 메소드들

메소드 설명
GetEditorsTable ( string responseXml ) : EditorsTable

Get EditorsTable from response xml.

GetEditorsTableFromResponse ( FsshttpbResponse subResponse, ITestSite site ) : EditorsTable

Get EditorsTable from server response.

IsEditorsTableHeader ( byte content ) : bool

This method is used to test whether it is an editors table header.

비공개 메소드들

메소드 설명
GetEditor ( XmlNode node ) : Editor

Get Editor instance from XmlNode.

메소드 상세

GetEditorsTable() 공개 정적인 메소드

Get EditorsTable from response xml.
public static GetEditorsTable ( string responseXml ) : EditorsTable
responseXml string The response xml about EditorsTable.
리턴 EditorsTable

GetEditorsTableFromResponse() 공개 정적인 메소드

Get EditorsTable from server response.
public static GetEditorsTableFromResponse ( FsshttpbResponse subResponse, ITestSite site ) : EditorsTable
subResponse FsshttpbResponse The sub response from server.
site ITestSite Transfer ITestSite into this operation, for this operation to use ITestSite's function.
리턴 EditorsTable

IsEditorsTableHeader() 공개 정적인 메소드

This method is used to test whether it is an editors table header.
public static IsEditorsTableHeader ( byte content ) : bool
content byte Specify the header content.
리턴 bool

프로퍼티 상세

EditorsTableHeader 공개적으로 정적으로 프로퍼티

Static field for the editors table header byte content.
public static byte[] EditorsTableHeader
리턴 byte[]