Click or drag to resize

ScriptedConstraintTObjectConstraintScript Property

Gets the constraint script.

Namespace:  Aloe.SystemFrameworks.Domain.Validation
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public Func<TObject, BusinessEvent, ValidationViolation> ConstraintScript { get; }

Property Value

Type: FuncTObject, BusinessEvent, ValidationViolation
The constraint script.
See Also