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

Specifies an data element hash stream object.
Наследование: StreamObject
Показать файл Открыть проект

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

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

Initializes a new instance of the DataElementHash class.

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

Метод Описание
DeserializeItemsFromByteArray ( byte byteArray, int &currentIndex, int lengthOfItems ) : void

Used to de-serialize the element.

SerializeItemsToByteList ( List byteList ) : int

Used to convert the element into a byte List

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

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

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

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

Used to de-serialize the element.
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