C# Class MAPIInspector.Parsers.HierarchySync

The hierarchySync element contains the result of the hierarchy synchronization download operation.
Inheritance: SyntacticalBase
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler

Méthodes publiques

Свойство Type Description
Deletions Deletions
EndMarker Markers
FolderChanges MAPIInspector.Parsers.FolderChange[]
State State

Méthodes publiques

Méthode Description
HierarchySync ( FastTransferStream stream ) : System

Initializes a new instance of the HierarchySync class.

Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

Verify that a stream's current position contains a serialized hierarchySync.

Method Details

HierarchySync() public méthode

Initializes a new instance of the HierarchySync class.
public HierarchySync ( FastTransferStream stream ) : System
stream FastTransferStream A FastTransferStream.
Résultat System

Parse() public méthode

Parse fields from a FastTransferStream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
Résultat void

Verify() public static méthode

Verify that a stream's current position contains a serialized hierarchySync.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
Résultat bool

Property Details

Deletions public_oe property

public Deletions,MAPIInspector.Parsers Deletions
Résultat Deletions

EndMarker public_oe property

public Markers EndMarker
Résultat Markers

FolderChanges public_oe property

public FolderChange[],MAPIInspector.Parsers FolderChanges
Résultat MAPIInspector.Parsers.FolderChange[]

State public_oe property

public State,MAPIInspector.Parsers State
Résultat State