C# Class MAPIInspector.Parsers.TopFolder

Contains a folderContent.
Inheritance: SyntacticalBase
ファイルを表示 Open project: OfficeDev/Office-Inspectors-for-Fiddler

Public Properties

Property Type Description
EndMarker Markers
FolderContentNoDelProps FolderContentNoDelProps
StartMarker Markers

Public Methods

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

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

TopFolder() public method

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

Verify() public static method

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

Property Details

EndMarker public_oe property

public Markers EndMarker
return Markers

FolderContentNoDelProps public_oe property

public FolderContentNoDelProps,MAPIInspector.Parsers FolderContentNoDelProps
return FolderContentNoDelProps

StartMarker public_oe property

public Markers StartMarker
return Markers