Table of Contents

Enum FieldChainPatternMatchOptions

Namespace
JsonApiDotNetCore.QueryStrings.FieldChains
Assembly
JsonApiDotNetCore.dll

Indicates how to perform matching a pattern against a resource field chain.

[Flags]
public enum FieldChainPatternMatchOptions

Fields

AllowDerivedTypes = 1

Specifies to include fields on derived types in the search for a matching field.

None = 0

Specifies that no options are set.