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

A data element package contains the serialized file data elements made up of storage index, storage manifest, cell manifest, revision manifest, and object group or object data, or both.
Наследование: StreamObject
Показать файл Открыть проект Примеры использования класса

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

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

Initializes a new instance of the DataElementPackage class.

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

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

Used to de-serialize the elements.

SerializeItemsToByteList ( List byteList ) : int

Used to return the length of this element.

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

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

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

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

Used to de-serialize the elements.
protected DeserializeItemsFromByteArray ( byte byteArray, int &currentIndex, int lengthOfItems ) : void
byteArray byte Byte array
currentIndex int Start position
lengthOfItems int Length of the element
Результат void

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

Used to return the length of this element.
protected SerializeItemsToByteList ( List byteList ) : int
byteList List A Byte list
Результат int