IValidationMessage Interface |
[This is preliminary documentation and is subject to change.]
Namespace: CSInfrastructure.FluentValidation
public interface IValidationMessage
The IValidationMessage type exposes the following members.
Name | Description | |
---|---|---|
![]() | DefaultErrorMessage |
The message associated with the validation
|
![]() | ErrorMessageCode |
The error code associated with the validation
|
![]() | FieldName |
The name of the field associated with the validation
|
![]() | MessageFields |
Dictionary that holds placeholder information. The DefaultErrorMessage will have the keys of this dictionary replaced with the values of each corresponding key
|