Show / Hide Table of Contents

Interface IDataValidationErrors

Represents a collection of DataValidationError objects which can be sealed as immutable.

Inherited Members
System.Collections.Generic.IReadOnlyList<DevZest.Data.DataValidationError>.Item[System.Int32]
System.Collections.Generic.IReadOnlyCollection<DevZest.Data.DataValidationError>.Count
System.Collections.Generic.IEnumerable<DevZest.Data.DataValidationError>.GetEnumerator()
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public interface IDataValidationErrors : IReadOnlyList<DataValidationError>, IReadOnlyCollection<DataValidationError>, IEnumerable<DataValidationError>, IEnumerable

Methods

Name Description
Add(DataValidationError)

Adds a DataValidationError object into the collection.

Seal()

Seals this collection as immutable.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest