nspectre - declarative validation for .NET

SettingsCompiler.CreateSpecificationProcessor Method 

Creates a new instance of SpecificationProcessor.

protected virtual SpecificationProcessor CreateSpecificationProcessor(
   ArrayList specifications,
   Generator generator,
   CandidateType candidateType,
   Settings settings
);

Parameters

specifications
The specifications to be processed.
generator
The Generator to be used.
candidateType
The CandidateType the specifications are for.
settings
The Settings to be used.

Return Value

A new instance of SpecificationProcessor.

See Also

SettingsCompiler Class | NSpectre.Core.Configuration.Compiler Namespace