Click or drag to resize
ValidationErrorCollection Class
Represents a collection of ValidationErrors.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionValidationError
    Kjs.AppLife.Update.Engine.Core.DesignValidationErrorCollection

Namespace: Kjs.AppLife.Update.Engine.Core.Design
Assembly: Kjs.AppLife.Update.Engine.Core.Design (in Kjs.AppLife.Update.Engine.Core.Design.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
[SerializableAttribute]
public class ValidationErrorCollection : Collection<ValidationError>

The ValidationErrorCollection type exposes the following members.

Constructors
  NameDescription
Public methodValidationErrorCollection
Initializes a new instance of the ValidationErrorCollection class.
Top
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
Properties
  NameDescription
Public propertyCount (Inherited from CollectionValidationError.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionValidationError.)
Protected propertyItems (Inherited from CollectionValidationError.)
Top
Remarks
values are not supported.
See Also