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

Specifies the storage index cell mappings (with cell identifier, cell mapping extended GUID, and cell mapping serial number).
Inheritance: StreamObject
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
StorageIndexCellMapping ( ) : System.Collections.Generic

Initializes a new instance of the StorageIndexCellMapping class.

Méthodes protégées

Méthode 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 méthode

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
Résultat void

SerializeItemsToByteList() protected méthode

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

StorageIndexCellMapping() public méthode

Initializes a new instance of the StorageIndexCellMapping class.
public StorageIndexCellMapping ( ) : System.Collections.Generic
Résultat System.Collections.Generic