Skip to main content

AttributeValueResolveFlags

Namespace: Meshmakers.Octo.Runtime.Contracts

Flags that define how attribute values should be resolved

public enum AttributeValueResolveFlags

Inheritance ObjectValueTypeEnumAttributeValueResolveFlags
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
Default0Default behavior, no special resolution
ResolveEnumsToNames1Resolves enum keys to their names
FirstMatchNavigation2When a navigation step yields multiple candidate ends/targets (N-multiplicity associations), resolve deterministically to the first match ordered by RtId instead of throwing MultipleNavigationEndsUnsupported.