Click or drag to resize

IValidationMessage Interface

[This is preliminary documentation and is subject to change.]

Common interface for validation message implementations

Namespace:  CSInfrastructure.FluentValidation
Assembly:  CSInfrastructure (in CSInfrastructure.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public interface IValidationMessage

The IValidationMessage type exposes the following members.

Properties
  NameDescription
Public propertyDefaultErrorMessage
The message associated with the validation
Public propertyErrorMessageCode
The error code associated with the validation
Public propertyFieldName
The name of the field associated with the validation
Public propertyMessageFields
Dictionary that holds placeholder information. The DefaultErrorMessage will have the keys of this dictionary replaced with the values of each corresponding key
Top
See Also