Enum RecordRelationshipType
Describes the type of relationship between records.
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public enum RecordRelationshipType
Fields
| Name | Description |
|---|---|
| Child | A child relationship |
| Parent | A parent relationship |
| Sibling | A sibling relationship |
| Unknown | The type of relationship is unknown |