BooleanTypeConverter Class
Boolean Type Converter.
Extends
Implements
Methods
| Name | Description | |
|---|---|---|
| convertFromString(value: string): boolean | ||
| convertToString(value?: Primitives.Boolean): string | ||
| sortCompare(a: Primitives.Boolean, b: Primitives.Boolean, _ignoreCase?: false | true): number |
Inherited methods
| Name | Inherited from | Description |
|---|---|---|
| convertFromStringToPropertyValue(value: string, _propertyRecord?: PropertyRecord): Promise<PropertyValue> | TypeConverter | |
| convertPropertyToString(_propertyDescription: PropertyDescription, value?: Primitives.Value): string | Promise<string> | TypeConverter | |
| isEqualTo(valueA: Primitives.Value, valueB: Primitives.Value): boolean | TypeConverter | |
| isNotEqualTo(valueA: Primitives.Value, valueB: Primitives.Value): boolean | TypeConverter | |
| isNotNull(value: Primitives.Value): boolean | TypeConverter | |
| isNull(value: Primitives.Value): boolean | TypeConverter |
Properties
| Name | Type | Description | |
|---|---|---|---|
| isBooleanType Accessor ReadOnly | boolean |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| isLessGreaterType Accessor ReadOnly | boolean | TypeConverter | |
| isNullableType Accessor ReadOnly | boolean | TypeConverter | |
| isStringType Accessor ReadOnly | boolean | TypeConverter |
Defined in
Last Updated: 08 January, 2020