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

A data element package contains the serialized file data elements made up of storage index, storage manifest, cell manifest, revision manifest, and object group or object data, or both.
상속: StreamObject
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

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

Initializes a new instance of the DataElementPackage class.

보호된 메소드들

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

Used to de-serialize the elements.

SerializeItemsToByteList ( List byteList ) : int

Used to return the length of this element.

메소드 상세

DataElementPackage() 공개 메소드

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

DeserializeItemsFromByteArray() 보호된 메소드

Used to de-serialize the elements.
protected DeserializeItemsFromByteArray ( byte byteArray, int &currentIndex, int lengthOfItems ) : void
byteArray byte Byte array
currentIndex int Start position
lengthOfItems int Length of the element
리턴 void

SerializeItemsToByteList() 보호된 메소드

Used to return the length of this element.
protected SerializeItemsToByteList ( List byteList ) : int
byteList List A Byte list
리턴 int