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

Specifies an optional response to remap serial numbers
Inheritance: SubResponseData
Mostra file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
PutChangesSubResponseData ( ) : System

Initializes a new instance of the PutChangesSubResponseData class.

Protected Methods

Method Description
DeserializeSubResponseDataFromByteArray ( byte byteArray, int &currentIndex ) : void

Deserialize sub response data from byte array.

Method Details

DeserializeSubResponseDataFromByteArray() protected method

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.
return void

PutChangesSubResponseData() public method

Initializes a new instance of the PutChangesSubResponseData class.
public PutChangesSubResponseData ( ) : System
return System