C# Class MAPIInspector.Parsers.SubFolderNoDelProps

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

Méthodes publiques

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

Méthodes publiques

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

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

SubFolderNoDelProps() public méthode

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

Verify() public static méthode

Verify that a stream's current position contains a serialized SubFolderNoDelProps.
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

StartMarker public_oe property

public Markers StartMarker
Résultat Markers

folderContentNoDelProps public_oe property

public FolderContentNoDelProps,MAPIInspector.Parsers folderContentNoDelProps
Résultat FolderContentNoDelProps