C# Class Microsoft.Protocols.TestSuites.MS_OXCFXICS.ProgressTotal

The progressTotal element contains data that describes the approximate size of all the messageChange elements that will follow in this stream. progressTotal = IncrSyncProgressMode propList
Inheritance: SyntacticalBase
Exibir arquivo Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
Deserialize ( FastTransferStream stream ) : void

Deserialize fields from a FastTransferStream.

ProgressTotal ( FastTransferStream stream )

Initializes a new instance of the ProgressTotal class.

Verify ( FastTransferStream stream ) : bool

Verify that a stream's current position contains a serialized progressTotal

Method Details

Deserialize() public method

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

ProgressTotal() public method

Initializes a new instance of the ProgressTotal class.
public ProgressTotal ( FastTransferStream stream )
stream FastTransferStream A FastTransferStream.

Verify() public static method

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