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
Syntaxpublic Func<TObject, string> GetMessage { get; }
Public ReadOnly Property GetMessage As Func(Of TObject, String)
Get
public:
property Func<TObject, String^>^ GetMessage {
Func<TObject, String^>^ get ();
}
member GetMessage : Func<'TObject, string> with get
Property Value
Type:
FuncTObject,
String
The message getter.
See Also