C# Класс Microsoft.Protocols.TestSuites.MS_OXCFXICS.HierarchySync

The hierarchySync element contains the result of the hierarchy synchronization download operation. hierarchySync = *folderChange [deletions] state IncrSyncEnd
Наследование: SyntacticalBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
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.

Описание методов

Deserialize() публичный Метод

Deserialize fields from a FastTransferStream.
public Deserialize ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
Результат void

HierarchySync() публичный Метод

Initializes a new instance of the HierarchySync class.
public HierarchySync ( FastTransferStream stream ) : System.Collections.Generic
stream FastTransferStream A FastTransferStream.
Результат System.Collections.Generic

Verify() публичный статический Метод

Verify that a stream's current position contains a serialized hierarchySync.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
Результат bool