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
Syntaxpublic Action<TMaster> PreOpt { get; }
Public ReadOnly Property PreOpt As Action(Of TMaster)
Get
public:
property Action<TMaster>^ PreOpt {
Action<TMaster>^ get ();
}
member PreOpt : Action<'TMaster> with get
Property Value
Type:
ActionTMaster
The pre opt function.
See Also