nspectre - declarative validation for .NET

SpecificationProcessor.ProcessSpecification Method 

Processes a specification.

public string ProcessSpecification(
   SpecificationBase specification,
   string namespace
);

Parameters

specification
The specification.
namespace
The namespace to use for the Specification

Return Value

A string containing the name of the generated specification.

See Also

SpecificationProcessor Class | NSpectre.Core.Configuration.Compiler Namespace