Click or drag to resize

ParameterValue Class

Represents the value of a Parameter that is passed during the execution of a DataMiner DataTemplate and/or DataSource.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsParameterValue

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class ParameterValue

The ParameterValue type exposes the following members.

Constructors
  NameDescription
Public methodParameterValue
Initializes a new instance of the ParameterValue class
Top
Properties
  NameDescription
Public propertyDataSourceId
The unique identifier of the DataSource of the Parameter that this value should be associated with.
Public propertyParameterId
The unique identifier of the Parameter that this value should be associated with.
Public propertyValues
The actual values. The data type of the specified values must match the data type of the associated Parameter.
Top
See Also