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

This class is used to represent the allocate extended guid range response data.
Inheritance: SubResponseData
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
AllocateExtendedGuidRangeSubResponseData ( ) : System

Initializes a new instance of the AllocateExtendedGuidRangeSubResponseData class.

Protected Methods

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

Deserialize sub response data from byte array.

Method Details

AllocateExtendedGuidRangeSubResponseData() public method

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

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