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

The progressTotal element contains data that describes the approximate size of all the messageChange elements that will follow in this stream. progressTotal = IncrSyncProgressMode propList
Наследование: SyntacticalBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Deserialize ( FastTransferStream stream ) : void

Deserialize fields from a FastTransferStream.

ProgressTotal ( FastTransferStream stream )

Initializes a new instance of the ProgressTotal class.

Verify ( FastTransferStream stream ) : bool

Verify that a stream's current position contains a serialized progressTotal

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

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

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

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

Initializes a new instance of the ProgressTotal class.
public ProgressTotal ( FastTransferStream stream )
stream FastTransferStream A FastTransferStream.

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

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