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

Supply help functions for lexical enumerations.
Наследование: EnumHelper
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
IsFixedType ( PropertyDataType type ) : bool

Indicate whether a property type value of any type that has a fixed length.

IsMVType ( PropertyDataType type ) : bool

Indicate whether a PropertyDataType is a multi-valued property type.

IsNamedPropertyID ( ushort id ) : bool

Indicate whether a PropertyID is a named property ID.

IsTaggedPropertyID ( ushort id ) : bool

Indicate whether a PropertyID is a tagged property ID.

IsVarType ( PropertyDataType type ) : bool

Indicate whether a PropertyDataType is either PtypString, PtypString8 or PtypBinary, PtypServerId, or PtypObject.

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

Метод Описание
LexicalTypeHelper ( ) : System.Collections.Generic

Initializes static members of the LexicalTypeHelper class.

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

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

Indicate whether a property type value of any type that has a fixed length.
public static IsFixedType ( PropertyDataType type ) : bool
type PropertyDataType A property type.
Результат bool

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

Indicate whether a PropertyDataType is a multi-valued property type.
public static IsMVType ( PropertyDataType type ) : bool
type PropertyDataType A PropertyDataType.
Результат bool

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

Indicate whether a PropertyID is a named property ID.
public static IsNamedPropertyID ( ushort id ) : bool
id ushort A ushort value.
Результат bool

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

Indicate whether a PropertyID is a tagged property ID.
public static IsTaggedPropertyID ( ushort id ) : bool
id ushort A ushort value.
Результат bool

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

Indicate whether a PropertyDataType is either PtypString, PtypString8 or PtypBinary, PtypServerId, or PtypObject.
public static IsVarType ( PropertyDataType type ) : bool
type PropertyDataType A PropertyDataType.
Результат bool