C# Class Microsoft.Protocols.TestSuites.SharedAdapter.StorageIndexRevisionMapping

Specifies the storage index revision mappings (with revision and revision mapping extended GUIDs, and revision mapping serial number).
Inheritance: StreamObject
Datei anzeigen Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
StorageIndexRevisionMapping ( ) : System.Collections.Generic

Initializes a new instance of the StorageIndexRevisionMapping class.

Protected Methods

Method Description
DeserializeItemsFromByteArray ( byte byteArray, int &currentIndex, int lengthOfItems ) : void

Used to de-serialize the items

SerializeItemsToByteList ( List byteList ) : int

Used to convert the element into a byte List.

Method Details

DeserializeItemsFromByteArray() protected method

Used to de-serialize the items
protected DeserializeItemsFromByteArray ( byte byteArray, int &currentIndex, int lengthOfItems ) : void
byteArray byte A Byte array
currentIndex int Start position
lengthOfItems int The length of the items
return void

SerializeItemsToByteList() protected method

Used to convert the element into a byte List.
protected SerializeItemsToByteList ( List byteList ) : int
byteList List A Byte list
return int

StorageIndexRevisionMapping() public method

Initializes a new instance of the StorageIndexRevisionMapping class.
public StorageIndexRevisionMapping ( ) : System.Collections.Generic
return System.Collections.Generic