PartAttributeType Enumeration |
An enumeration that describes the data type for a given part attribute.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public enum PartAttributeType
Public Enumeration PartAttributeType
public enum class PartAttributeType
Members
| Member name | Value | Description |
---|
| Number | 0 |
The attribute is a numeric value.
|
| Text | 1 |
The attribute is a string based text value.
|
| Boolean | 2 |
The attribute is a boolean (True/False)c value.
|
| DateTime | 3 |
The attribute is a Date + Time value.
|
| List | 4 |
The attribute value is one or more choices from a pre-defined list of possible values.
|
| DateOnly | 5 |
The attribute is a date value (no time defined).
|
| TimeOnly | 6 |
The attribute is a time value (no date defined).
|
See Also