nspectre - declarative validation for .NET

SimpleFunctionSpecification Constructor (String, String, String, String)

Creates a new instance of Specification.

public SimpleFunctionSpecification(
   string name,
   string errorMessage,
   string function,
   string typeName
);

Parameters

name
The name of the Specification.
errorMessage
The error message for the Specification.
function
The fully qualified name of the function to use for the Specification.
typeName
The Type declaring the function to use for the Specification.

See Also

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