C# Class FSSHTTPandWOPIInspector.Parsers.StorageIndexCellMappingValues

This type is defined for section 2.2.1.12.2 Storage Index Data Element of cell mapping values
Inheritance: BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
CellID CellID
CellMappingExtendedGUID ExtendedGUID
CellMappingSerialNumber SerialNumber
StorageIndexCellMapping bit16StreamObjectHeaderStart

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the StorageIndexCellMappingValues structure.

Method Details

Parse() public method

Parse the StorageIndexCellMappingValues structure.
public Parse ( Stream s ) : void
s Stream An stream containing StorageIndexCellMappingValues structure.
return void

Property Details

CellID public property

public CellID,FSSHTTPandWOPIInspector.Parsers CellID
return CellID

CellMappingExtendedGUID public property

public ExtendedGUID,FSSHTTPandWOPIInspector.Parsers CellMappingExtendedGUID
return ExtendedGUID

CellMappingSerialNumber public property

public SerialNumber,FSSHTTPandWOPIInspector.Parsers CellMappingSerialNumber
return SerialNumber

StorageIndexCellMapping public property

public bit16StreamObjectHeaderStart,FSSHTTPandWOPIInspector.Parsers StorageIndexCellMapping
return bit16StreamObjectHeaderStart