AttrDataTypes Enumeration
- Last UpdatedNov 06, 2025
- 1 minute read
The AttrDataTypes enumeration values specify the data types that the value of an attribute can be. Each is represented by an integer value starting with 0.
'Declaration
Public Enum AttrDataTypes
Inherits System.Enum
public enum AttrDataTypes : System.Enum
| Member | Description |
|---|---|
| Boolean | A boolean that can be edited with a checkbox. |
| Color | A color. |
| Currency | A currency value. |
| DateTime | A date/time. |
| FloatingPoint | A floating point number. |
| Integer | An integer. |
| ItemReason | An item reason; available only for lot attributes. |
| NonEditable | A non-editable string value. |
| Percentage | A percentage. |
| Predefined | Attribute is from a predefined list defined in the Attr_Set table. |
| String1700 | A string with a maximum of 1700 characters. |
| String80 | A string with a maximum of 80 characters. |
| Time | A time of day. |
System.Object
System.ValueType
System.Enum
FactMES.Client.Common.AttrDataTypes