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

Inheritance: StreamObject
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
StorageIndexManifestMapping ( ) : System.Collections.Generic

Initializes a new instance of the StorageIndexManifestMapping class.

Protected Methods

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

Used to Deserialize the items.

SerializeItemsToByteList ( List byteList ) : int

Used to convert the element into a byte List.

Method Details

DeserializeItemsFromByteArray() protected method

Used to Deserialize the items.
protected DeserializeItemsFromByteArray ( byte byteArray, int &currentIndex, int lengthOfItems ) : void
byteArray byte 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

StorageIndexManifestMapping() public method

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