Class EntityValidationResult
- Namespace
 - Innova.Data.Validation
 
- Assembly
 - Innova.Data.dll
 
Represents the result of an entity validation, including errors, warnings, and informational messages.
public class EntityValidationResult
  - Inheritance
 - 
      objectEntityValidationResult
 
Properties
- Errors
 Gets the dictionary of validation errors.
- Infos
 Gets the dictionary of informational validation messages.
- ValidationResult
 Gets the validation result.
- Warnings
 Gets the dictionary of validation warnings.
Methods
- SetValidationResult(ValidationResult, string)
 Sets the validation result and processes the validation failures.