C# Class MAPIInspector.Parsers.SyncMessagePartialPropList

The SyncMessagePartialPropList is defined to help Parsering MessageChangePartial element.
Inheritance: SyntacticalBase
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler

Méthodes publiques

Свойство Type Description
Meta_SyncMessagePartial MetaPropValue

Méthodes publiques

Méthode Description
Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

SyncMessagePartialPropList ( FastTransferStream stream ) : System

Initializes a new instance of the SyncMessagePartialPropList class.

Verify ( FastTransferStream stream ) : bool

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

Method Details

Parse() public méthode

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

SyncMessagePartialPropList() public méthode

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

Verify() public static méthode

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

Property Details

Meta_SyncMessagePartial public_oe property

public MetaPropValue,MAPIInspector.Parsers Meta_SyncMessagePartial
Résultat MetaPropValue