Click or drag to resize

Condition Class

Represents a condition that is evaluated during start or finish tracking operations.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsCondition

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 Condition

The Condition type exposes the following members.

Constructors
  NameDescription
Public methodCondition
Initializes a new instance of the Condition class
Top
Properties
  NameDescription
Public propertyConditionTypeId
A 128-bit unique identifier indicating the class CLSID of the condition evaluation object that performs the check, or the action object that performs the action.
Public propertyId
The 128-bit unique identifier for this particular condition instance (corresponds with the primary key in the FactoryLogix database).
Public propertyName
A human-friendly name for the condition.
Top
See Also