Click or drag to resize

Parameter Class

Represents a parameter (filter) that may be set when running a DataSource within a DataMiner DataTemplate
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsParameter

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 Parameter

The Parameter type exposes the following members.

Constructors
  NameDescription
Public methodParameter
Initializes a new instance of the Parameter class
Top
Properties
  NameDescription
Public propertyIsRequired
A boolean value indicating whether or not this parameter is required for the DataSource to execute. Parameters that have been configured as "run-time" parameters will have this value set to true.
Public propertyName
A human-friendly name for this parameter.
Public propertyParameterType
An enumerated value indicated the data type of this parameter.
Top
See Also