public class ValidationErrorPublic Class ValidationError| ValidationError | Initializes a new instance of the ValidationError class |
| Error | Gets or sets the object that provides information about the error. |
| PropertyName | Gets or sets the name of the property associated with the error. |
| ToString |
Get a string that represents the current error.
(Overrides ObjectToString) |
| GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
| ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |