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

Inheritance: StreamObject
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
StorageManifestRootDeclare ( ) : System

Initializes a new instance of the StorageManifestRootDeclare class.

Méthodes protégées

Méthode Description
DeserializeItemsFromByteArray ( byte byteArray, int &currentIndex, int lengthOfItems ) : void

Used to de-serialize the items.

SerializeItemsToByteList ( List byteList ) : int

Used to convert the element into a byte List.

Method Details

DeserializeItemsFromByteArray() protected méthode

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

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

StorageManifestRootDeclare() public méthode

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