Class ValidationError
Base class for data validation error.
Implements
System.Collections.Generic.IReadOnlyList<ValidationError>
System.Collections.Generic.IReadOnlyCollection<ValidationError>
System.Collections.Generic.IEnumerable<ValidationError>
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public abstract class ValidationError : IValidationErrors, IReadOnlyList<ValidationError>, IReadOnlyCollection<ValidationError>, IEnumerable<ValidationError>, IEnumerable
Constructors
Name | Description |
---|---|
ValidationError(String) | Initializes a new instance of ValidationError class. |
Properties
Name | Description |
---|---|
Message | Gets the validation error message |
Methods
Name | Description |
---|---|
ToString() |