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

multi-valued property type PropValue
Наследование: PropValue
Показать файл Открыть проект Примеры использования класса

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

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

Deserialize next object from a FastTransferStream.

DeserializeFrom ( FastTransferStream stream ) : LexicalBase

Deserialize a MvPropTypePropValue instance from a FastTransferStream.

MvPropTypePropValue ( FastTransferStream stream ) : System

Initializes a new instance of the MvPropTypePropValue class.

Verify ( FastTransferStream stream ) : bool

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

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

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

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

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

Deserialize a MvPropTypePropValue instance from a FastTransferStream.
public static DeserializeFrom ( FastTransferStream stream ) : LexicalBase
stream FastTransferStream A FastTransferStream
Результат LexicalBase

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

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

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

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