ParameterType Enumeration |
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 ParameterType
Public Enumeration ParameterType
public enum class ParameterType
Members
| Member name | Value | Description |
---|
| Text | 0 |
The Parameter is a text value.
|
| TextList | 1 |
The Parameter is a list of text values.
|
| Numeric | 2 |
The Parameter is a numeric value.
|
| NumericList | 3 |
The Parameter is a list of numeric values.
|
| Boolean | 4 |
The Parameter is a boolean (true / false) value.
|
| DateTime | 5 |
The Parameter is a date / time value.
|
| DataTimeRange | 6 |
The Parameter is a range of date / time values.
The first value of the ParameterValue Values property
will be the start date/time, and the second value will be the end date/time.
|
See Also