Click or drag to resize

NoExceptionConstraintTObjectAction Property

Gets the action.

Namespace:  Aloe.SystemFrameworks.Domain.Validation
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public Action<TObject> Action { get; }

Property Value

Type: ActionTObject
The action.
See Also