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
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

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

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

ProgressTotal() public méthode

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

Verify() public static méthode

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