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

Cell manifest data element
상속: DataElementData
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

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

Initializes a new instance of the CellManifestDataElementData class.

DeserializeDataElementDataFromByteArray ( byte byteArray, int startIndex ) : int

Used to return the length of this element.

SerializeToByteList ( ) : List

Used to convert the element into a byte List.

메소드 상세

CellManifestDataElementData() 공개 메소드

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

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

SerializeToByteList() 공개 메소드

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