AttributeValueResolveFlags
Namespace: Meshmakers.Octo.Runtime.Contracts
Flags that define how attribute values should be resolved
public enum AttributeValueResolveFlags
Inheritance Object → ValueType → Enum → AttributeValueResolveFlags
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Default | 0 | Default behavior, no special resolution |
| ResolveEnumsToNames | 1 | Resolves enum keys to their names |
| FirstMatchNavigation | 2 | When a navigation step yields multiple candidate ends/targets (N-multiplicity associations), resolve deterministically to the first match ordered by RtId instead of throwing MultipleNavigationEndsUnsupported. |