C# Class MAPIInspector.Parsers.GroupInfo

The GroupInfo element provides a definition for the property group mapping.
Inheritance: SyntacticalBase
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
PropList PropertyGroupInfo
StartMarker Markers
propertiesLength uint
propertiesTag uint

Public Methods

Method Description
GroupInfo ( FastTransferStream stream ) : System

Initializes a new instance of the GroupInfo class.

Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

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

Method Details

GroupInfo() public method

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

Parse() public method

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

Verify() public static method

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

Property Details

PropList public property

public PropertyGroupInfo,MAPIInspector.Parsers PropList
return PropertyGroupInfo

StartMarker public property

public Markers StartMarker
return Markers

propertiesLength public property

public uint propertiesLength
return uint

propertiesTag public property

public uint propertiesTag
return uint