C# Class MAPIInspector.Parsers.FolderChange

The FolderChange element contains a new or changed folder in the hierarchy sync.
Inheritance: SyntacticalBase
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler

Méthodes publiques

Свойство Type Description
PropList PropList
StartMarker Markers

Méthodes publiques

Méthode Description
FolderChange ( FastTransferStream stream ) : System

Initializes a new instance of the FolderChange class.

Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

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

Method Details

FolderChange() public méthode

Initializes a new instance of the FolderChange class.
public FolderChange ( FastTransferStream stream ) : System
stream FastTransferStream The stream.
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 FolderChange.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
Résultat bool

Property Details

PropList public_oe property

public PropList,MAPIInspector.Parsers PropList
Résultat PropList

StartMarker public_oe property

public Markers StartMarker
Résultat Markers