-
Notifications
You must be signed in to change notification settings - Fork 0
Izayoi.Data.Validation.ValidationError
IzayoiJiichan edited this page Feb 1, 2025
·
2 revisions
Namespace | Izayoi.Data.Validation |
Assembly | Izayoi.Data.Validation.dll |
Represents a validation error.
public class ValidationError
Object -> ValidationError
Name | Summary |
---|---|
ValidationError(PropertyInfo propertyInfo, DisplayAttribute? displayAttribute, List<ValidationAttribute> errorValidationAttributes, object? propertyValue) | Initializes a new instance of the ValidationError class. |
Gets the property information.
Gets the name of the property.
Gets the value of the property.
Gets the display attribute.
Gets list of the validation attribute that failed validation.
Name | Returns | Summary |
---|---|---|
ToValidationResults() | List<ValidationResult> | Converts this ValidationError to list of the ValidationResult. |
Product | Versions |
---|---|
.NET | 8, 9 |
.NET Standard | 2.0, 2.1 |
- Izayoi.Data
- Izayoi.Data.Query
- Izayoi.Data.Repository
- Izayoi.Data.Comparable
- Izayoi.Data.Packs
- Izayoi.Data.TimestampedObjects
- Izayoi.Data.Validation
Examples
- Database
- Map Class
- DbCommandAdapter
- DbDataMapper
- QueryOption
- QueryBuilder
- DbRepository
- Comparable
- Packs
- Timestamped Objects
- DataValidator
FAQ