C# Class MAPIInspector.Parsers.SubFolderNoDelProps

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

Public Properties

Property Type Description
EndMarker Markers
StartMarker Markers
folderContentNoDelProps FolderContentNoDelProps

Public Methods

Method Description
Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

SubFolderNoDelProps ( FastTransferStream stream ) : System

Initializes a new instance of the SubFolderNoDelProps class.

Verify ( FastTransferStream stream ) : bool

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

Method Details

Parse() public method

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

SubFolderNoDelProps() public method

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

Verify() public static method

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

Property Details

EndMarker public_oe property

public Markers EndMarker
return Markers

StartMarker public_oe property

public Markers StartMarker
return Markers

folderContentNoDelProps public_oe property

public FolderContentNoDelProps,MAPIInspector.Parsers folderContentNoDelProps
return FolderContentNoDelProps