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

Revision Manifest data element
Inheritance: DataElementData
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
DeserializeDataElementDataFromByteArray ( byte byteArray, int startIndex ) : int

Used to return the length of this element.

RevisionManifestDataElementData ( ) : System.Collections.Generic

Initializes a new instance of the RevisionManifestDataElementData class.

SerializeToByteList ( ) : List

Used to convert the element into a byte List.

Method Details

DeserializeDataElementDataFromByteArray() public method

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

RevisionManifestDataElementData() public method

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

SerializeToByteList() public method

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