C# Class Microsoft.Protocols.TestSuites.SharedAdapter.IntermediateNodeObject

The data of Intermediate Node Object.
Inheritance: NodeObject
显示文件 Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
GetContent ( ) : List

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

IntermediateNodeObject ( ) : System

Initializes a new instance of the IntermediateNodeObject class.

Protected Methods

Method Description
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.

Method Details

DeserializeItemsFromByteArray() protected method

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
return void

GetContent() public method

Get all the content which is represented by the intermediate node object.
public GetContent ( ) : List
return List

IntermediateNodeObject() public method

Initializes a new instance of the IntermediateNodeObject class.
public IntermediateNodeObject ( ) : System
return System

SerializeItemsToByteList() protected method

Used to convert the element into a byte List.
protected SerializeItemsToByteList ( List byteList ) : int
byteList List A Byte list
return int