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

상속: StreamObject
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
WaterlineKnowledgeEntry ( ) : System.Collections.Generic

Initializes a new instance of the WaterlineKnowledgeEntry class.

보호된 메소드들

메소드 설명
DeserializeItemsFromByteArray ( byte byteArray, int &currentIndex, int lengthOfItems ) : void

This method is used to deserialize the items of the waterline Knowledge Entry from the byte array.

SerializeItemsToByteList ( List byteList ) : int

This method is used to serialize the items of the waterline Knowledge Entry to the byte list.

메소드 상세

DeserializeItemsFromByteArray() 보호된 메소드

This method is used to deserialize the items of the waterline 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 waterline Knowledge Entry.
리턴 void

SerializeItemsToByteList() 보호된 메소드

This method is used to serialize the items of the waterline Knowledge Entry to the byte list.
protected SerializeItemsToByteList ( List byteList ) : int
byteList List Specify the byte list which stores the information of the waterline Knowledge Entry.
리턴 int

WaterlineKnowledgeEntry() 공개 메소드

Initializes a new instance of the WaterlineKnowledgeEntry class.
public WaterlineKnowledgeEntry ( ) : System.Collections.Generic
리턴 System.Collections.Generic