FormErrorCollection Members
Include Protected Members
Include Inherited Members
Contains a FormError object for each error in the current form.
The FormErrorCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FormErrorCollection |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of FormError objects in the FormErrorCollection object associated with the current form. | |
Item | Gets a FormError object from the FormErrorCollection object associated with the current form by index value. |
Top
Methods
Name | Description | |
---|---|---|
Add(XPathNavigator, String, String) | Creates and adds a new FormError to the FormErrorCollection object associated with the current form. | |
Add(XPathNavigator, String, String, String) | Creates and adds a new FormError to the FormErrorCollection object associated with the current form. | |
Add(XPathNavigator, String, String, String, Int32) | Creates and adds a new FormError to the FormErrorCollection object associated with the current form. | |
Add(XPathNavigator, String, String, String, Int32, ErrorMode) | Creates and adds a new FormError to the FormErrorCollection object associated with the current form. | |
Delete(String) | Deletes all FormError objects of the specified name from the FormErrorCollection object associated with the current form. | |
Delete(FormError) | Deletes the specified FormError from the FormErrorCollection object associated with the current form. | |
DeleteAll | Deletes all of the FormError objects contained in the FormErrorCollection object associated with the current form. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Gets an IEnumerator object that iterates over all entries in the collection. | |
GetErrors(String) | Returns all FormError objects of the specified name from the FormErrorCollection object associated with the current form. | |
GetErrors(FormErrorType) | Returns all FormError objects of the specified type from the FormErrorCollection object associated with the current form. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top