nspectre - declarative validation for .NET

Action Constructor

Creates a new instance of Action.

Overload List

Creates a new instance of Action.

public Action();

Creates a new instance of Action.

public Action(string);

Creates a new instance of Action.

public Action(string,bool);

Creates a new instance of Action.

public Action(string,bool,Action);

Creates a new instance of Action.

public Action(string,bool,bool);

See Also

Action Class | NSpectre.Core.Configuration Namespace