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

Storage Index data element
Inheritance: DataElementData
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
DeserializeDataElementDataFromByteArray ( byte byteArray, int startIndex ) : int

Used to de-serialize the data element.

SerializeToByteList ( ) : List

Used to convert the element into a byte List.

StorageIndexDataElementData ( ) : System.Collections.Generic

Initializes a new instance of the StorageIndexDataElementData class.

Method Details

DeserializeDataElementDataFromByteArray() public method

Used to de-serialize the data element.
public DeserializeDataElementDataFromByteArray ( byte byteArray, int startIndex ) : int
byteArray byte Byte array
startIndex int Start position
return int

SerializeToByteList() public method

Used to convert the element into a byte List.
public SerializeToByteList ( ) : List
return List

StorageIndexDataElementData() public method

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