Class ValidationError<T>
Base class for data validation error with strongly typed source.
Inheritance
System.Object
ValidationError<T>
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<T> : ValidationError, IValidationErrors, IReadOnlyList<ValidationError>, IReadOnlyCollection<ValidationError>, IEnumerable<ValidationError>, IEnumerable
Type Parameters
Name | Description |
---|---|
T |
Constructors
Name | Description |
---|---|
ValidationError(String, T) | Initializes a new instance of ValidationError<T> class. |
Properties
Name | Description |
---|---|
Source | Gets the source of the validation error. |