Click or drag to resize

ParameterType Enumeration

An enumeration indicating the data type of a Parameter exposed by a DataSource.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public enum ParameterType
Members
  Member nameValueDescription
Text0 The Parameter is a text value.
TextList1 The Parameter is a list of text values.
Numeric2 The Parameter is a numeric value.
NumericList3 The Parameter is a list of numeric values.
Boolean4 The Parameter is a boolean (true / false) value.
DateTime5 The Parameter is a date / time value.
DataTimeRange6 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