Click or drag to resize
ValidationErrorCollection Methods

The ValidationErrorCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from CollectionValidationError.)
Public methodAddError
Adds a new ValidationError to the collection with the specified error text.
Public methodClear (Inherited from CollectionValidationError.)
Protected methodClearItems (Inherited from CollectionValidationError.)
Public methodContains (Inherited from CollectionValidationError.)
Public methodCopyTo (Inherited from CollectionValidationError.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionValidationError.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionValidationError.)
Public methodInsert (Inherited from CollectionValidationError.)
Protected methodInsertItem (Overrides CollectionTInsertItem(Int32, T).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove (Inherited from CollectionValidationError.)
Public methodRemoveAt (Inherited from CollectionValidationError.)
Protected methodRemoveItem (Inherited from CollectionValidationError.)
Protected methodSetItem
Replaces the element at the specified index.
(Overrides CollectionTSetItem(Int32, T).)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also