Click or drag to resize

CheckConstraintTObjectCheckExpression Property

The check expression, used to validate the object. Should return true when the object is valid, false otherwise.

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

Property Value

Type: FuncTObject, Boolean
See Also