| IValidationIssueTDto Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.EntityValidation.Dto
The IValidationIssueTDto type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| IValidationIssueTDto | Entity |
The entity that failed validation
| |
| Boolean | FailedCompoundUnique |
True if the entity failed unique validation on compound key
(Inherited from IValidationIssue.) | |
| NullableT, T: Int32 | FailedMaxLengthOf |
If not null, maximum length of this was exceeded
(Inherited from IValidationIssue.) | |
| Boolean | FailedUnique |
True if the value failed a unique validation
(Inherited from IValidationIssue.) | |
| String | PropertyKey |
The key of the property that failed validation. If FailedCompoundUnique is set this string will be a pipe (|) separated string of all property keys in the compound key
(Inherited from IValidationIssue.) | |
| String | PropertyLocalizationString |
The localization string for the property that failed validation. If FailedCompoundUnique is set this string will be a pipe (|) separated string of all localization strings in the compound key
(Inherited from IValidationIssue.) | |
| String | PropertyName |
The name of the property that failed validation. If FailedCompoundUnique is set this string will be a pipe (|) separated string of all friendly names in the compound key
(Inherited from IValidationIssue.) | |
| String | PropertyValue |
The value of the property that failed validation. If FailedCompoundUnique is set this string will be a pipe (|) separated string of all values in the compound key
(Inherited from IValidationIssue.) | |
| Boolean | RegexFail |
True if the value failed the regex validation
(Inherited from IValidationIssue.) | |
| String | RegexFailReason |
The failure reason from regex. Only set if RegexFail is true, otherwise RegexFailReason is null
(Inherited from IValidationIssue.) | |
| Boolean | RegexTimeout |
True if the regex expression timed out, this is usually an indication that the regex is not optimal
(Inherited from IValidationIssue.) | |
| Boolean | RequiredButNotSet |
True if the property was required, but was null or whitespace
(Inherited from IValidationIssue.) |