C# Class Microsoft.Protocols.TestSuites.MS_OXCFXICS.HierarchySync

The hierarchySync element contains the result of the hierarchy synchronization download operation. hierarchySync = *folderChange [deletions] state IncrSyncEnd
Inheritance: SyntacticalBase
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
Deserialize ( FastTransferStream stream ) : void

Deserialize fields from a FastTransferStream.

HierarchySync ( FastTransferStream stream ) : System.Collections.Generic

Initializes a new instance of the HierarchySync class.

Verify ( FastTransferStream stream ) : bool

Verify that a stream's current position contains a serialized hierarchySync.

Private Methods

Méthode Description
IsBufferEqual ( byte b1, byte b2 ) : bool

Indicates whether two byte arrays are equal byte by byte.

IsZeroSourceKey ( byte b ) : bool

Indicates whether a byte array is empty or filled with 0.

Method Details

Deserialize() public méthode

Deserialize fields from a FastTransferStream.
public Deserialize ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
Résultat void

HierarchySync() public méthode

Initializes a new instance of the HierarchySync class.
public HierarchySync ( FastTransferStream stream ) : System.Collections.Generic
stream FastTransferStream A FastTransferStream.
Résultat System.Collections.Generic

Verify() public static méthode

Verify that a stream's current position contains a serialized hierarchySync.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
Résultat bool