RelationshipType Enumeration

This enumeration holds the types of relationships in regards to the Entity.

Namespace:  Scribe.Core.ConnectorApi.Metadata
Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

public enum RelationshipType

Members

 

Member Name

Value

Description

Parent

0

This enumeration value denotes that this Entity is a Parent to another Entity.

Child

1

This enumeration value denotes that this Entity is a Child to another Entity.

Property

2

This enumeration value denotes that this Entity is a Parent to another Entity through a Property. These are calculated in the middle-tier.

PropertyCollection

3

This enumeration value denotes that this Complex Entity is a Child to another Complex Entity.

See

Scribe.Core.ConnectorApi.Metadata Namespace