Skip to main content

NavigationEntitySelectorKind

Namespace: Meshmakers.Octo.Runtime.Contracts.Repositories

Identifies which property of the navigation target entity an entity selector pins.

public enum NavigationEntitySelectorKind

Inheritance ObjectValueTypeEnumNavigationEntitySelectorKind
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
RtId0Selects by the target entity's RtId. Note that RtIds are environment-specific; wellKnownName or attribute selectors are preferred for portable queries.
WellKnownName1Selects by the target entity's RtWellKnownName.
Attribute2Selects by an attribute value of the target entity (see NavigationEntitySelector.AttributeName).