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

This class is used to represent the allocate extended guid range response data.
상속: SubResponseData
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
AllocateExtendedGuidRangeSubResponseData ( ) : System

Initializes a new instance of the AllocateExtendedGuidRangeSubResponseData class.

보호된 메소드들

메소드 설명
DeserializeSubResponseDataFromByteArray ( byte byteArray, int &currentIndex ) : void

Deserialize sub response data from byte array.

메소드 상세

AllocateExtendedGuidRangeSubResponseData() 공개 메소드

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

DeserializeSubResponseDataFromByteArray() 보호된 메소드

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.
리턴 void