Skip to main content

ContainerMatchingStrategyKind

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Transform

Container matching strategy kinds.

public enum ContainerMatchingStrategyKind

Inheritance ObjectValueTypeEnumContainerMatchingStrategyKind
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
ExactName0Case-sensitive exact equality on the configured attributes.
NormalizedName1Case-insensitive equality after lowercasing, trimming, stripping diacritics and whitespace.
Regex2Regex on the source attribute, comparing the captured value against the (normalized) target attribute.
Manual3Explicit lookup via the ContainerMatchingStrategyConfiguration.Overrides list.