C# Class MAPIInspector.Parsers.ProgressPerMessageChange

The ProgressPerMessageChange is defined to help Parsering ContentSync class.
Inheritance: SyntacticalBase
ファイルを表示 Open project: OfficeDev/Office-Inspectors-for-Fiddler

Public Properties

Property Type Description
MessageChange MessageChange
ProgressPerMessage ProgressPerMessage

Public Methods

Method Description
Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

ProgressPerMessageChange ( FastTransferStream stream ) : System

Initializes a new instance of the ProgressPerMessageChange class.

Verify ( FastTransferStream stream ) : bool

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

Method Details

Parse() public method

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

ProgressPerMessageChange() public method

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

Verify() public static method

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

Property Details

MessageChange public_oe property

public MessageChange,MAPIInspector.Parsers MessageChange
return MessageChange

ProgressPerMessage public_oe property

public ProgressPerMessage,MAPIInspector.Parsers ProgressPerMessage
return ProgressPerMessage