Click or drag to resize
EntityRefDirection Property
Zet Universe

[This is preliminary documentation and is subject to change.]

Direction: To or From To means that relationship starts on this entity (THIS entity "is ..." for REFERENCED entity) From means that relationship starts on referenced entity (REFERENCED entity "is ..." for THIS entity) (e.g., "Referenced Entity" "Is Author Of" "another entity", or "another entity" "Is Sent By" "Referenced Entity")

Namespace: ZU.Semantic
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
public RelationDirection Direction { get; set; }

Property Value

Type: RelationDirection
See Also