Assembly: Ms;
The IValidationUserComponents interface is used to work with the collection of user validation components.
IEnumerable
IValidationUserComponents
Collection element is implemented by the IValidationUserComponent interface.
Components are series that can be set up to perform a more efficient analysis of throwing exceptions in validation rule.
Property name | Brief description | |
Count | The Count property returns the number of components in the collection. | |
Item | The Item method returns a component from the collection by its index. |
Method name | Brief description | |
Add | The Add method adds a new component to the collection. | |
Clear | The Clear method clears the collection. | |
FindByKey | The FindByKey method finds user component in the collection by its key. | |
Remove | The Remove method removes a user component from the collection by its index. | |
RemoveByKey | The RemoveByKey method removes a user component from the collection by its key. |
See also: