Click or drag to resize

DetailCheckConstraintTMaster, TDetailGetMessage 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<TDetail, string> GetMessage { get; }

Property Value

Type: FuncTDetail, String
The message getter.
See Also