The following tables list the members exposed by BaseFieldValidatorCollection.
| Name | Description | |
|---|---|---|
![]() | BaseFieldValidatorCollection Constructor | Overloaded. Empty constructor. This will initialize the collection to 5 items. |
| Name | Description | |
|---|---|---|
![]() | Count | Returns the number of items contained in the collection. |
![]() | Errors | Errors provides convinient method of accessing each failing validator's error message. All error messages are returned in an array of strings. |
![]() | IsFixedSize | Gets a value indicating whether the collection is a fixed size. |
![]() | IsReadOnly | Gets a value indicating whether the Collection is read-only. |
![]() | IsSynchronized | Gets a value indicating whether access to the Collection is synchronized (thread safe). |
![]() | Item | Overloaded. Gets or Sets items in this collection. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the Collection. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds a baseFieldValidator to the collection. |
![]() | Clear | Clears the collection. |
![]() | ClearErrors | ClearErrors is responsible for clearing all error messages from all validators in this collection. |
![]() | Contains | Overloaded. Attempts to locate the BaseFieldValidator within the collection. |
![]() | CopyTo | Overloaded. Copies the items from this collection into the array at the specified index. |
![]() | DisableAll | DisableAll - Sets each Validator's Enabled property to false. |
![]() | EnableAll | EnableAll - Sets each Validator's Enabled property to true. Only validators that have an FieldToValidate property value will be affected. |
![]() | GetEnumerator | Overloaded. Returns an enumerator that can iterate through the Collection. |
![]() | IndexOf | Overloaded. Returns the index for the BaseFieldValidator within the collection. |
![]() | Insert | Inserts the BaseFieldValidator into the collection at the specified position. |
![]() | Remove | Overloaded. Removes the first occurrence of a specific BaseFieldValidator from the Collection. |
![]() | RemoveAt | Removes the element at the specified index of the Collection. |


