C# Class Microsoft.Protocols.TestSuites.Common.NotificationData

The NotificationData structure.
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Private Properties

Property Type Description
HasFolderId bool
HasParentFolderId bool
HasTableRowFolderId bool
ParseString void

Public Methods

Method Description
Deserialize ( byte ropBytes, int startIndex ) : int

Deserialize the NotificationData.

Private Methods

Method Description
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

Method Details

Deserialize() public method

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