IQAttributeType Enumeration
|
List of available types for an ImageQuest attribute.
Namespace:
Informa.ImageQuest.API.Library
Assembly:
Informa.ImageQuest.API.Library (in Informa.ImageQuest.API.Library.dll) Version: 14.3.0.0
Syntaxpublic enum IQAttributeType
Public Enumeration IQAttributeType
Members
| Member name | Value | Description |
---|
| Text | 0 |
Attribute contains free-form text data, or the empty string.
|
| List | 1 |
Attribute contains one of a pre-defined set of text values.
|
| DateTime | 2 |
Attribute contains a valid date, time, or date/time value.
|
| Integer | 3 |
Attribute contains a numeric integral value.
|
| TrueFalse | 4 |
Attribute contains a boolean value. ImageQuest recognizes both "true/false" and "1/0".
|
| Numeric | 5 |
Attribute contains a numeric floating-point or fixed-point decimal value.
|
See Also