Show / Hide Table of Contents

Class ValidationError

Base class for data validation error.

Inheritance
System.Object
ValidationError
ValidationError<T>
Implements
IValidationErrors
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()

Explicit Interface Implementations

Name Description
IValidationErrors.Add(ValidationError)
IValidationErrors.Seal()
IEnumerable<ValidationError>.GetEnumerator()
IReadOnlyCollection<ValidationError>.Count
IReadOnlyList<ValidationError>.Item[Int32]
IEnumerable.GetEnumerator()
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest