TrackedDataItemFilter Enumeration |
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax [FlagsAttribute]
public enum TrackedDataItemFilter
<FlagsAttribute>
Public Enumeration TrackedDataItemFilter
[FlagsAttribute]
public enum class TrackedDataItemFilter
[<FlagsAttribute>]
type TrackedDataItemFilter
Members
| Member name | Value | Description |
---|
| Defect | 1 |
The results should include items of type Defect.
|
| Symptom | 2 |
The results should include items of type Symptom.
|
| Measurement | 4 |
The results should include items of type Measurement.
|
See Also