RelationshipType Enumeration |
An enumeration indicating the type or kind of relationship that exists or once existed between two
Items.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public enum RelationshipType
Public Enumeration RelationshipType
public enum class RelationshipType
Members
| Member name | Value | Description |
---|
| Parent | 0 |
The related item is or once was a parent to the item.
|
| Child | 1 |
The related item is or once was a child to the item.
|
See Also