RelationshipType Enumeration
This enumerated type defines the various relationship types for the
RelatedToPropertyNamespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
[SerializableAttribute]
public enum RelationshipType
<SerializableAttribute>
Public Enumeration RelationshipType
[SerializableAttribute]
public enum class RelationshipType
[<SerializableAttribute>]
type RelationshipType
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 |