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
Syntaxpublic Func<TObject, bool> CheckExpression { get; }
Public ReadOnly Property CheckExpression As Func(Of TObject, Boolean)
Get
public:
property Func<TObject, bool>^ CheckExpression {
Func<TObject, bool>^ get ();
}
member CheckExpression : Func<'TObject, bool> with get
Property Value
Type:
FuncTObject,
Boolean
See Also