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

The messageChange element represents a change to a Message object. messageChange = messageChangeFull / MessageChangePartial
Inheritance: SyntacticalBase
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
DeserializeFrom ( FastTransferStream stream ) : SyntacticalBase

Deserialize a messageChange from a stream.

Verify ( FastTransferStream stream ) : bool

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

Méthodes protégées

Méthode Description
MessageChange ( FastTransferStream stream ) : System

Initializes a new instance of the MessageChange class.

Method Details

DeserializeFrom() public static méthode

Deserialize a messageChange from a stream.
public static DeserializeFrom ( FastTransferStream stream ) : SyntacticalBase
stream FastTransferStream A FastTransferStream.
Résultat SyntacticalBase

MessageChange() protected méthode

Initializes a new instance of the MessageChange class.
protected MessageChange ( 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 messageChange.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
Résultat bool