Show / Hide Table of Contents

Enum Relation.Types.Directionality

Describes the relationship model as directed or undirected.

Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public enum Relation.Types.Directionality

Fields

Name Description
Bidirectional

Modeled in both directions. Primary entity (a) to related entity (b) and related entity (b) to primary entity (a).

Unidirectional

Modeled in a single direction. Primary entity (a) to related entity (b).

Unspecified

Default value.

In this article
Back to top Generated by DocFX