C# 클래스 Microsoft.Protocols.TestSuites.SharedAdapter.IntermediateNodeObject

The data of Intermediate Node Object.
상속: NodeObject
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
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