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

The data of Intermediate Node Object.
Inheritance: NodeObject
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode 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 méthode

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
Résultat void

GetContent() public méthode

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

IntermediateNodeObject() public méthode

Initializes a new instance of the IntermediateNodeObject class.
public IntermediateNodeObject ( ) : System
Résultat System

SerializeItemsToByteList() protected méthode

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