Click or drag to resize
EntityRefRelation Property
Zet Universe

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

Relation: e.g., "Is Author Of", or "Is Sent By", etc. As we want the system to be extendable, we should not specify kinds of things using hard coding, but by using strings (via the Constants)

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 string Relation { get; set; }

Property Value

Type: String
See Also