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

Contains an attachmentContent. Attachment = NewAttach attachmentContent EndAttach
Inheritance: SyntacticalBase
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

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

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

Deserialize() public méthode

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

Verify() public static méthode

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