Click or drag to resize

DetailCheckConstraintTMaster, TDetailPreOpt Property

Gets the pre opt function, which is used for pre-optimization. This is code, which is called before the line checks are performed.

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

Property Value

Type: ActionTMaster
The pre opt function.
See Also