SpecificationType Enumeration |
An enumeration describing the data type of the specification.
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 SpecificationType
Public Enumeration SpecificationType
public enum class SpecificationType
Members
| Member name | Value | Description |
---|
| Number | 0 |
Specification type is numeric.
|
| String | 1 |
Specification type is text.
|
| Boolean | 2 |
Specification type is true / false.
|
| DateTime | 3 | |
See Also