NavigationEntitySelectorKind
Namespace: Meshmakers.Octo.Runtime.Contracts.Repositories
Identifies which property of the navigation target entity an entity selector pins.
public enum NavigationEntitySelectorKind
Inheritance Object → ValueType → Enum → NavigationEntitySelectorKind
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| RtId | 0 | Selects by the target entity's RtId. Note that RtIds are environment-specific; wellKnownName or attribute selectors are preferred for portable queries. |
| WellKnownName | 1 | Selects by the target entity's RtWellKnownName. |
| Attribute | 2 | Selects by an attribute value of the target entity (see NavigationEntitySelector.AttributeName). |