C# Class MAPIInspector.Parsers.ContentsSync

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

Public Properties

Property Type Description
Deletions Deletions
EndMarker Markers
ProgressPerMessageChanges MAPIInspector.Parsers.ProgressPerMessageChange[]
ProgressTotal ProgressTotal
ReadStateChanges ReadStateChanges
State State

Public Methods

Method Description
ContentsSync ( FastTransferStream stream ) : System

Initializes a new instance of the ContentsSync class.

Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

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

Method Details

ContentsSync() public method

Initializes a new instance of the ContentsSync class.
public ContentsSync ( 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 contentsSync.
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

ProgressPerMessageChanges public_oe property

public ProgressPerMessageChange[],MAPIInspector.Parsers ProgressPerMessageChanges
return MAPIInspector.Parsers.ProgressPerMessageChange[]

ProgressTotal public_oe property

public ProgressTotal,MAPIInspector.Parsers ProgressTotal
return ProgressTotal

ReadStateChanges public_oe property

public ReadStateChanges,MAPIInspector.Parsers ReadStateChanges
return ReadStateChanges

State public_oe property

public State,MAPIInspector.Parsers State
return State