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

Object Group Declarations
Inheritance: StreamObject
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
ObjectGroupDeclarations ( ) : System.Collections.Generic

Initializes a new instance of the ObjectGroupDeclarations class.

Protected Methods

Method Description
DeserializeItemsFromByteArray ( byte byteArray, int &currentIndex, int lengthOfItems ) : void

Used to de-serialize the element.

SerializeItemsToByteList ( List byteList ) : int

Used to convert the element into a byte List

Method Details

DeserializeItemsFromByteArray() protected method

Used to de-serialize the element.
protected DeserializeItemsFromByteArray ( byte byteArray, int &currentIndex, int lengthOfItems ) : void
byteArray byte A Byte array
currentIndex int Start position
lengthOfItems int The length of the items
return void

ObjectGroupDeclarations() public method

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

SerializeItemsToByteList() protected method

Used to convert the element into a byte List
protected SerializeItemsToByteList ( List byteList ) : int
byteList List The Byte list
return int