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

Gives back the set of changes the server has for the data elements
Inheritance: SubResponseData
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
QueryChangesSubResponseData ( )

Initializes a new instance of the QueryChangesSubResponseData class.

Méthodes protégées

Méthode Description
DeserializeSubResponseDataFromByteArray ( byte byteArray, int &currentIndex ) : void

Deserialize sub response data from byte array.

Method Details

DeserializeSubResponseDataFromByteArray() protected méthode

Deserialize sub response data from byte array.
protected DeserializeSubResponseDataFromByteArray ( byte byteArray, int &currentIndex ) : void
byteArray byte The byte array which contains sub response data.
currentIndex int The index special where to start.
Résultat void

QueryChangesSubResponseData() public méthode

Initializes a new instance of the QueryChangesSubResponseData class.