Click or drag to resize

ValidationConstraintTObjectGetMessage Property

Gets the message getter function. The function is called to create and format a message in case of constraint violation.

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

Property Value

Type: FuncTObject, String
The message getter.
See Also