C# 클래스 Microsoft.Protocols.TestSuites.Common.NotificationData

The NotificationData structure.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

Private Properties

프로퍼티 타입 설명
HasFolderId bool
HasParentFolderId bool
HasTableRowFolderId bool
ParseString void

공개 메소드들

메소드 설명
Deserialize ( byte ropBytes, int startIndex ) : int

Deserialize the NotificationData.

비공개 메소드들

메소드 설명
HasFolderId ( ) : bool

Indicate if the folder id exist

HasParentFolderId ( ) : bool

Indicate if the field of ParentFolderId exist.

HasTableRowFolderId ( ) : bool

Indicate if the field of TableRowFolderId exist.

ParseString ( int &index, byte &ropBytes ) : void

Parse a string

메소드 상세

Deserialize() 공개 메소드

Deserialize the NotificationData.
public Deserialize ( byte ropBytes, int startIndex ) : int
ropBytes byte ROPs bytes in response.
startIndex int The start index of this ROP.
리턴 int