Click or drag to resize

AttrValueType Enumeration

Types of attribute value.

Namespace:  PDTec.IceNet.Domain.BatchHub.Service.Interface
Assembly:  PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public enum AttrValueType
Members
  Member nameValueDescription
String0 A text string up to 256 characters, if the attribute definition or the containing object type is not declared bulk. Bulk attributes can contain text of arbitrary length.
Enum1 A value out of a predefined selection.
Bool2 True or False.
Integer3 A 32bit integer number.
Real4 A double precision (64bit) real number.
DateTime5 A timestamp.
See Also