C# Class MAPIInspector.Parsers.TopFolder

Contains a folderContent.
Inheritance: SyntacticalBase
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler

Méthodes publiques

Свойство Type Description
EndMarker Markers
FolderContentNoDelProps FolderContentNoDelProps
StartMarker Markers

Méthodes publiques

Méthode Description
Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

TopFolder ( FastTransferStream stream ) : System

Initializes a new instance of the TopFolder class.

Verify ( FastTransferStream stream ) : bool

Verify a stream's current position contains a serialized TopFolder.

Method Details

Parse() public méthode

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

TopFolder() public méthode

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

Verify() public static méthode

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

Property Details

EndMarker public_oe property

public Markers EndMarker
Résultat Markers

FolderContentNoDelProps public_oe property

public FolderContentNoDelProps,MAPIInspector.Parsers FolderContentNoDelProps
Résultat FolderContentNoDelProps

StartMarker public_oe property

public Markers StartMarker
Résultat Markers