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

The MessageList element contains a list of messages, which is determined by the scope of the operation. MessageList = 1*( [PidTagEcWarning] message )
Inheritance: SyntacticalBase
Mostra file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
Deserialize ( FastTransferStream stream ) : void

Deserialize fields from a FastTransferStream.

GetAbstractFastTransferStream ( ) : AbstractFastTransferStream

Get the corresponding AbstractFastTransferStream.

MessageList ( FastTransferStream stream ) : System.Collections.Generic

Initializes a new instance of the MessageList class.

Verify ( FastTransferStream stream ) : bool

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

Method Details

Deserialize() public method

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

GetAbstractFastTransferStream() public method

Get the corresponding AbstractFastTransferStream.
public GetAbstractFastTransferStream ( ) : AbstractFastTransferStream
return AbstractFastTransferStream

MessageList() public method

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

Verify() public static method

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