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

The TaggedPropIdGroupTypedPropInfo class.
Inheritance: GroupTypedPropInfo
Exibir arquivo Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
DeserializeFrom ( FastTransferStream stream ) : LexicalBase

Deserialize a TaggedPropIdGroupTypedPropInfo instance from a FastTransferStream.

TaggedPropIdGroupTypedPropInfo ( FastTransferStream stream )

Initializes a new instance of the TaggedPropIdGroupTypedPropInfo class.

Verify ( FastTransferStream stream ) : bool

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

Method Details

DeserializeFrom() public static method

Deserialize a TaggedPropIdGroupTypedPropInfo instance from a FastTransferStream.
public static DeserializeFrom ( FastTransferStream stream ) : LexicalBase
stream FastTransferStream A FastTransferStream.
return LexicalBase

TaggedPropIdGroupTypedPropInfo() public method

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

Verify() public static method

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