C# Class MAPIInspector.Parsers.HierarchySync

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

Public Properties

Property Type Description
Deletions Deletions
EndMarker Markers
FolderChanges MAPIInspector.Parsers.FolderChange[]
State State

Public Methods

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

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

Parse() public method

Parse fields from a FastTransferStream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
return void

Verify() public static method

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

Property Details

Deletions public_oe property

public Deletions,MAPIInspector.Parsers Deletions
return Deletions

EndMarker public_oe property

public Markers EndMarker
return Markers

FolderChanges public_oe property

public FolderChange[],MAPIInspector.Parsers FolderChanges
return MAPIInspector.Parsers.FolderChange[]

State public_oe property

public State,MAPIInspector.Parsers State
return State