nspectre - declarative validation for .NET

CompositeSpecification Constructor (String, String, CompositeKind, Boolean)

Creates a new instance of CompositeSpecification.

public CompositeSpecification(
   string name,
   string errorMessage,
   CompositeKind kind,
   bool isShortCicuited
);

Parameters

name
The name of the Specification.
errorMessage
The error message for the Specification.
kind
The kind of CompositeKind of this CompositeSpecifcation.
isShortCicuited
A value indicating if the CompositeSpecifcation is short circuited.

See Also

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