Assembly: Ms;
The IValidationFilters interface includes properties and methods used to work with the collection of validation filters.
Property name | Brief description | |
Count | The Count property returns the number of filters in the collection. | |
Item | The Item property returns a filter from the collection by its index. | |
ParamControl | The ParamControl property determines the set of controlled parameters. |
Method name | Brief description | |
Add | The Add method adds filter to the collection. | |
Clear | The Clear method deletes all filters from the collection. | |
FindById | The FindById method finds a filter in the collection based on its identifier. | |
FindByKey | The FindByKey method finds a filter in the collection by its key. | |
MoveTo | The MoveTo method moves a filter within the collection. | |
Remove | The Remove method removes a filter from the collection by its index. | |
RemoveByKey | The RemoveByKey method removes a filter from the collection by its key. |
See also: