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

Contains a list of propValues. propList = *PropValue
Наследование: SyntacticalBase
Показать файл Открыть проект Примеры использования класса

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

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

Deserialize fields from a FastTransferStream.

GetPropValue ( ushort id, ushort type ) : object

Gets the value specified by a property tag.

HasPropertyID ( ushort id ) : bool

Indicates whether contains an id.

HasPropertyTag ( ushort id, ushort type ) : bool

Indicates whether has specified property tag.

HasPropertyType ( ushort type ) : bool

Indicates whether contains a type.

PropList ( FastTransferStream stream ) : System.Collections.Generic

Initializes a new instance of the PropList class.

Verify ( FastTransferStream stream ) : bool

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

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

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

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

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

Gets the value specified by a property tag.
public GetPropValue ( ushort id, ushort type ) : object
id ushort A ushort value, the id of the property tag.
type ushort A ushort value, the type of the property tag.
Результат object

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

Indicates whether contains an id.
public HasPropertyID ( ushort id ) : bool
id ushort A ushort value.
Результат bool

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

Indicates whether has specified property tag.
public HasPropertyTag ( ushort id, ushort type ) : bool
id ushort A ushort value, the id of the property tag.
type ushort A ushort value, the type of the property tag.
Результат bool

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

Indicates whether contains a type.
public HasPropertyType ( ushort type ) : bool
type ushort A ushort value.
Результат bool

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

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

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

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