ValidationResultCollection Class

Definition

Represents a collection of result objects during validation.

public sealed class ValidationResultCollection : System.Collections.ICollection
type ValidationResultCollection = class
    interface ICollection
    interface IEnumerable
Public NotInheritable Class ValidationResultCollection
Implements ICollection
Inheritance
ValidationResultCollection
Implements

Constructors

ValidationResultCollection()

Properties

Count

Gets the number of validation result objects in the collection.

Item[Int32]

Gets a reference to the validation at the specified index location in the ValidationResultCollection object.

Methods

Clear()

Removes all results from the collection.

Explicit Interface Implementations

ICollection.CopyTo(Array, Int32)
ICollection.IsSynchronized
ICollection.SyncRoot
IEnumerable.GetEnumerator()

Applies to