Options for validators added by ValidateInboundReferences(Action<ReferenceValidationContext>, ReferenceGranularity, ReferenceKinds, ReferenceValidationOptions) when supplying a delegate.
Namespace: Metalama.Framework.Validation
Assembly: Metalama.Framework.dll
Syntax
[Flags]
[CompileTime]
public enum ReferenceValidationOptions
Fields
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. |