C# Class MAPIInspector.Parsers.MvPropTypePropValue

multi-valued property type PropValue
Inheritance: PropValue
Mostra file Open project: OfficeDev/Office-Inspectors-for-Fiddler

Public Properties

Property Type Description
FixedSizeValueList byte[][]
Length int
VarSizeValueList MAPIInspector.Parsers.LengthOfBlock[]

Public Methods

Method Description
MvPropTypePropValue ( FastTransferStream stream ) : System

Initializes a new instance of the MvPropTypePropValue class.

Parse ( FastTransferStream stream ) : void

Parse next object from a FastTransferStream.

ParseFrom ( FastTransferStream stream ) : LexicalBase

Parse a MvPropTypePropValue instance from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

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

Method Details

MvPropTypePropValue() public method

Initializes a new instance of the MvPropTypePropValue class.
public MvPropTypePropValue ( FastTransferStream stream ) : System
stream FastTransferStream A FastTransferStream
return System

Parse() public method

Parse next object from a FastTransferStream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream
return void

ParseFrom() public static method

Parse a MvPropTypePropValue instance from a FastTransferStream.
public static ParseFrom ( FastTransferStream stream ) : LexicalBase
stream FastTransferStream A FastTransferStream
return LexicalBase

Verify() public static method

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

Property Details

FixedSizeValueList public_oe property

public byte[][] FixedSizeValueList
return byte[][]

Length public_oe property

public int Length
return int

VarSizeValueList public_oe property

public LengthOfBlock[],MAPIInspector.Parsers VarSizeValueList
return MAPIInspector.Parsers.LengthOfBlock[]