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

This class specifies the data part in the data element fragment structure.
상속: DataElementData
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

메소드 설명
DeserializeDataElementDataFromByteArray ( byte byteArray, int startIndex ) : int

Used to return the length of this element.

FragmentDataElementData ( ) : System.Collections.Generic

Initializes a new instance of the FragmentDataElementData class.

SerializeToByteList ( ) : List

Used to convert the element into a byte List.

메소드 상세

DeserializeDataElementDataFromByteArray() 공개 메소드

Used to return the length of this element.
public DeserializeDataElementDataFromByteArray ( byte byteArray, int startIndex ) : int
byteArray byte A Byte array
startIndex int Start position
리턴 int

FragmentDataElementData() 공개 메소드

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

SerializeToByteList() 공개 메소드

Used to convert the element into a byte List.
public SerializeToByteList ( ) : List
리턴 List