C# Класс Microsoft.Protocols.TestSuites.SharedAdapter.StorageIndexCellMapping

Specifies the storage index cell mappings (with cell identifier, cell mapping extended GUID, and cell mapping serial number).
Наследование: StreamObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
StorageIndexCellMapping ( ) : System.Collections.Generic

Initializes a new instance of the StorageIndexCellMapping class.

Защищенные методы

Метод Описание
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.

Описание методов

DeserializeItemsFromByteArray() защищенный Метод

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
Результат void

SerializeItemsToByteList() защищенный Метод

Used to convert the element into a byte List.
protected SerializeItemsToByteList ( List byteList ) : int
byteList List A Byte list
Результат int

StorageIndexCellMapping() публичный Метод

Initializes a new instance of the StorageIndexCellMapping class.
public StorageIndexCellMapping ( ) : System.Collections.Generic
Результат System.Collections.Generic