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

Specifies a revision manifest object group references, each followed by object group extended GUIDs.
Inheritance: StreamObject
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
RevisionManifestObjectGroupReferences ( ) : System.Collections.Generic

Initializes a new instance of the RevisionManifestObjectGroupReferences class.

RevisionManifestObjectGroupReferences ( ExGuid objectGroupExtendedGUID ) : System.Collections.Generic

Initializes a new instance of the RevisionManifestObjectGroupReferences class.

Méthodes protégées

Méthode 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 méthode

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
Résultat void

RevisionManifestObjectGroupReferences() public méthode

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

RevisionManifestObjectGroupReferences() public méthode

Initializes a new instance of the RevisionManifestObjectGroupReferences class.
public RevisionManifestObjectGroupReferences ( ExGuid objectGroupExtendedGUID ) : System.Collections.Generic
objectGroupExtendedGUID ExGuid Extended GUID
Résultat System.Collections.Generic

SerializeItemsToByteList() protected méthode

Used to convert the element into a byte List.
protected SerializeItemsToByteList ( List byteList ) : int
byteList List A Byte list
Résultat int