C# Class Microsoft.Protocols.TestSuites.SharedAdapter.CellManifestDataElementData

Cell manifest data element
Inheritance: DataElementData
Mostra file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
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.

Method Details

CellManifestDataElementData() public method

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

DeserializeDataElementDataFromByteArray() public method

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

SerializeToByteList() public method

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