System.Web.UI.ValidatorCollection Members

The members of System.Web.UI.ValidatorCollection are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Web.UI.ValidatorCollection class.

Public Properties

[read-only]
Countint.

Gets the number of references in the collection.

[read-only]
IsReadOnlybool.

Gets a value that indicates whether the System.Web.UI.ValidatorCollection collection is read-only.

[read-only]
IsSynchronizedbool.

Gets a value that indicates whether the System.Web.UI.ValidatorCollection collection is synchronized.

[read-only]
default property
Item(int)IValidator. Documentation for this section has not yet been entered.
[read-only]
SyncRootobject.

Gets an object that can be used to synchronize the System.Web.UI.ValidatorCollection collection.

Public Methods

Add(IValidator)

Adds the specified validation server control to the System.Web.UI.ValidatorCollection collection.

Contains(IValidator) : bool

Determines whether the specified validation server control is contained within the page's System.Web.UI.ValidatorCollection collection.

CopyTo(Array, int)

Copies the validator collection to the specified array, beginning at the specified location.

GetEnumerator() : IEnumerator

Returns an IEnumerator instance for the System.Web.UI.ValidatorCollection collection.

Remove(IValidator)

Removes the specified validation server control from the page's System.Web.UI.ValidatorCollection collection.