TypeConverter Class
Type Converter base class.
Extended by
- BooleanTypeConverter
- DateTimeTypeConverterBase
- EnumTypeConverter
- HexadecimalTypeConverter
- NavigationPropertyTypeConverter
- NumericTypeConverterBase
- BasePointTypeConverter
- StringTypeConverter
Implements
Methods
| Name | Description | |
|---|---|---|
| convertFromString(_value: string): ConvertedPrimitives.Value | undefined | Promise<ConvertedPrimitives.Value | undefined> | ||
| convertFromStringToPropertyValue(value: string, _propertyRecord?: PropertyRecord): Promise<PropertyValue> | ||
| convertPropertyToString(_propertyDescription: PropertyDescription, value?: Primitives.Value): string | Promise<string> | ||
| convertToString(value?: Primitives.Value): string | Promise<string> | ||
| isEqualTo(valueA: Primitives.Value, valueB: Primitives.Value): boolean | ||
| isNotEqualTo(valueA: Primitives.Value, valueB: Primitives.Value): boolean | ||
| isNotNull(value: Primitives.Value): boolean | ||
| isNull(value: Primitives.Value): boolean | ||
| sortCompare(valueA: Primitives.Value, valueB: Primitives.Value, _ignoreCase?: false | true): number Abstract |
Properties
| Name | Type | Description | |
|---|---|---|---|
| isBooleanType Accessor ReadOnly | boolean | ||
| isLessGreaterType Accessor ReadOnly | boolean | ||
| isNullableType Accessor ReadOnly | boolean | ||
| isStringType Accessor ReadOnly | boolean |
Defined in
Last Updated: 08 January, 2020