C# 클래스 Microsoft.Protocols.TestSuites.MS_OXCFXICS.LexicalTypeHelper

Supply help functions for lexical enumerations.
상속: EnumHelper
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
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