Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
LexicalTypeHelper ( ) : System.Collections.Generic |
Initializes static members of the LexicalTypeHelper class.
|
public static IsFixedType ( PropertyDataType type ) : bool | ||
type | PropertyDataType | A property type. |
return | bool |
public static IsMVType ( PropertyDataType type ) : bool | ||
type | PropertyDataType | A PropertyDataType. |
return | bool |
public static IsNamedPropertyID ( ushort id ) : bool | ||
id | ushort | A ushort value. |
return | bool |
public static IsTaggedPropertyID ( ushort id ) : bool | ||
id | ushort | A ushort value. |
return | bool |
public static IsVarType ( PropertyDataType type ) : bool | ||
type | PropertyDataType | A PropertyDataType. |
return | bool |