nspectre - declarative validation for .NET

CustomSpecification Constructor (IPreprocessor, Type, Properties)

Creates a new instance of CustomSpecification.

public CustomSpecification(
   IPreprocessor preprocessor,
   Type candidateType,
   Properties properties
);

Parameters

preprocessor
The preprocessor to use.
candidateType
The type of the candidate to be validated.
properties
The properties to use.

See Also

CustomSpecification Class | NSpectre.Core.Configuration Namespace | CustomSpecification Constructor Overload List