nspectre - declarative validation for .NET

SimpleTemplatedSpecification Constructor (String, String, String)

Creates a new instance of Specification.

public SimpleTemplatedSpecification(
   string name,
   string errorMessage,
   string template
);

Parameters

name
The name of the Specification.
errorMessage
The error message for the Specification.
template
The template of the Specification.

See Also

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