Options for validators added by ReferenceValidationQueryExtensions methods when supplying a delegate.
Namespace: Metalama.Extensions.Validation
Assembly: Metalama.Extensions.Validation.dll
Syntax
[Flags]
[CompileTime]
public enum ReferenceValidationOptionsFields
| Name | Description |
|---|---|
| Default | |
| IncludeDerivedTypes | Indicates that references to derived types should also be visited by the validation method. This value is only taken into when the validated declaration is an INamedType. Equivalent to IncludeDerivedTypes. |