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

The data of Intermediate Node Object.
Наследование: NodeObject
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetContent ( ) : List

Get all the content which is represented by the intermediate node object.

IntermediateNodeObject ( ) : System

Initializes a new instance of the IntermediateNodeObject 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.

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

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

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

Get all the content which is represented by the intermediate node object.
public GetContent ( ) : List
Результат List

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

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

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

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