C# Class Microsoft.Protocols.TestSuites.SharedAdapter.EditorsTableUtils

This method is used to extract EditorsTable from the MS-FSSHTTPB binary response.
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
EditorsTableHeader byte[]

Méthodes publiques

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

Private Methods

Méthode Description
GetEditor ( XmlNode node ) : Editor

Get Editor instance from XmlNode.

Method Details

GetEditorsTable() public static méthode

Get EditorsTable from response xml.
public static GetEditorsTable ( string responseXml ) : EditorsTable
responseXml string The response xml about EditorsTable.
Résultat EditorsTable

GetEditorsTableFromResponse() public static méthode

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

IsEditorsTableHeader() public static méthode

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

Property Details

EditorsTableHeader public_oe static_oe property

Static field for the editors table header byte content.
public static byte[] EditorsTableHeader
Résultat byte[]