Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the ValidationRuleCollection. | |
IsReadOnly | Gets a value indicating whether the ValidationRuleCollection is read-only. | |
Item | Gets or sets the element at the specified index. |
The following tables list the members exposed by ValidationRuleCollection.
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the ValidationRuleCollection. | |
IsReadOnly | Gets a value indicating whether the ValidationRuleCollection is read-only. | |
Item | Gets or sets the element at the specified index. |
Name | Description | |
---|---|---|
Add | Adds an item to the ValidationRuleCollection. | |
AddRange | Adds the elements of the specified collection to the end of the ValidationRuleCollection. | |
Clear | Removes all items from the ValidationRuleCollection. | |
Contains | Determines whether the ValidationRuleCollection contains a specific value. | |
CopyTo | Copies the elements of the ValidationRuleCollection to an System.Array, starting at a particular System.Array index. | |
GetEnumerator | Returns an enumerator that iterates through the collection. | |
IndexOf | Determines the index of a specific ValidationRule> in the ValidationRuleCollection. | |
Insert | Inserts an item to the ValidationRuleCollection at the specified index. | |
Remove | Removes the first occurrence of a specific object from the ValidationRuleCollection. | |
RemoveAt | Removes the ValidationRuleCollection item at the specified index. |