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

Наследование: StreamObject
Показать файл Открыть проект Примеры использования класса

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

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

Initializes a new instance of the StorageIndexManifestMapping class.

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

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

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

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

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

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

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

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

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