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

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

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

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

Initializes a new instance of the FragmentKnowledgeEntry class.

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

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

This method is used to deserialize the items of the fragment knowledge entry from the byte array.

SerializeItemsToByteList ( List byteList ) : int

This method is used to serialize the items of the fragment knowledge entry to the byte list.

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

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

This method is used to deserialize the items of the fragment knowledge entry from the byte array.
protected DeserializeItemsFromByteArray ( byte byteArray, int &currentIndex, int lengthOfItems ) : void
byteArray byte Specify the byte array.
currentIndex int Specify the start index from the byte array.
lengthOfItems int Specify the current length of items in the fragment knowledge entry.
Результат void

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

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

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

This method is used to serialize the items of the fragment knowledge entry to the byte list.
protected SerializeItemsToByteList ( List byteList ) : int
byteList List Specify the byte list which stores the information of fragment knowledge entry.
Результат int