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

The NotificationData structure.
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Private Properties

Свойство Type Description
HasFolderId bool
HasParentFolderId bool
HasTableRowFolderId bool
ParseString void

Méthodes publiques

Méthode Description
Deserialize ( byte ropBytes, int startIndex ) : int

Deserialize the NotificationData.

Private Methods

Méthode 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 méthode

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