Interface IValidationErrors
Represents a collection of ValidationError objects which can be sealed as immutable.
Inherited Members
System.Collections.Generic.IReadOnlyList<DevZest.Data.ValidationError>.Item[System.Int32]
System.Collections.Generic.IReadOnlyCollection<DevZest.Data.ValidationError>.Count
System.Collections.Generic.IEnumerable<DevZest.Data.ValidationError>.GetEnumerator()
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public interface IValidationErrors : IReadOnlyList<ValidationError>, IReadOnlyCollection<ValidationError>, IEnumerable<ValidationError>, IEnumerable
Methods
Name | Description |
---|---|
Add(ValidationError) | Adds a ValidationError object into the collection. |
Seal() | Seals this collection as immutable. |