Relationship Type Enumeration
This enumerated type defines the various relationship types for the RelatedToProperty
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
[SerializableAttribute]
public enum RelationshipTypeVB
<SerializableAttribute>
Public Enumeration RelationshipTypeC++
[SerializableAttribute]
public enum class RelationshipTypeF#
[<SerializableAttribute>]
type RelationshipTypeMembers
| Parent | 0 | The related item is the parent of this item |
| Child | 1 | The related item is a child of this item |
| Sibling | 2 | The related item is a sibling of this item |
| Other | 3 | Indicates some other type of relationship |