AttrValueType Enumeration |
The basic type (physical storage type) of an attribute.
Namespace:
PDTec.IceNet.Core.Model
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public enum AttrValueType
Members
| Member name | Value | Description |
---|
| String | 0 |
Text strings up to 256 characters, if the containing object type is
not declared bulk. Bulk attributes can contain text of arbitrary
length.
|
| Enum | 1 |
A value out of a predefined selection.
|
| Bool | 2 | True or False.
|
| Integer | 3 |
A 64bit integer number.
|
| Real | 4 |
A double precision (64bit) real number.
|
| DateTime | 5 |
A ISO-compatible date/time timestamp.
|
See Also