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

Contains an attachmentContent. Attachment = NewAttach attachmentContent EndAttach
Inheritance: SyntacticalBase
显示文件 Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
Attachment ( FastTransferStream stream )

Initializes a new instance of the Attachment class.

Deserialize ( FastTransferStream stream ) : void

Deserialize fields from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

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

Method Details

Attachment() public method

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

Deserialize() public method

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

Verify() public static method

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