C# Class MAPIInspector.Parsers.ContentsSync

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

Méthodes publiques

Свойство Type Description
Deletions Deletions
EndMarker Markers
ProgressPerMessageChanges MAPIInspector.Parsers.ProgressPerMessageChange[]
ProgressTotal ProgressTotal
ReadStateChanges ReadStateChanges
State State

Méthodes publiques

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

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

ProgressPerMessageChanges public_oe property

public ProgressPerMessageChange[],MAPIInspector.Parsers ProgressPerMessageChanges
Résultat MAPIInspector.Parsers.ProgressPerMessageChange[]

ProgressTotal public_oe property

public ProgressTotal,MAPIInspector.Parsers ProgressTotal
Résultat ProgressTotal

ReadStateChanges public_oe property

public ReadStateChanges,MAPIInspector.Parsers ReadStateChanges
Résultat ReadStateChanges

State public_oe property

public State,MAPIInspector.Parsers State
Résultat State