nspectre - declarative validation for .NET

Action Constructor (String, Boolean, Boolean)

Creates a new instance of Action.

public Action(
   string name,
   bool abstract,
   bool shortcircuit
);

Parameters

name
The name of the action.
abstract
Whether the action is abstract.
shortcircuit
Whether to shortcicuit the action.

See Also

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