RelationshipType 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: 2023.1.2.0
[SerializableAttribute]
public enum RelationshipType

Members

Parent0The related item is the parent of this item
Child1The related item is a child of this item
Sibling2The related item is a sibling of this item
Other3Indicates some other type of relationship

See Also