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

Object Group data element
Inheritance: DataElementData
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
DeserializeDataElementDataFromByteArray ( byte byteArray, int startIndex ) : int

Used to return the length of this element.

ObjectGroupDataElementData ( ) : System.Collections.Generic

Initializes a new instance of the ObjectGroupDataElementData class.

SerializeToByteList ( ) : List

Used to convert the element into a byte List.

Method Details

DeserializeDataElementDataFromByteArray() public méthode

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

ObjectGroupDataElementData() public méthode

Initializes a new instance of the ObjectGroupDataElementData class.
public ObjectGroupDataElementData ( ) : System.Collections.Generic
Résultat System.Collections.Generic

SerializeToByteList() public méthode

Used to convert the element into a byte List.
public SerializeToByteList ( ) : List
Résultat List