nspectre - declarative validation for .NET

Action.Shortcircuit Property

Gets or sets a value indicating whether an action can be shortcircuited or not.

public bool Shortcircuit {get; set;}

Remarks

This value will be ignored for actions that are abstract.

See Also

Action Class | NSpectre.Core.Configuration Namespace