Properties and methods of the IValidationRules interface are used to work with a collection of validation rules.
Property name | Brief description | |
Count | The Count property returns the number of rules in a collection. | |
Item | The Item property returns a rule from the collection based on its index. |
Method name | Brief description | |
FindByKey | The FindByKey method finds a rule in the collection by its key. | |
MoveTo | The MoveTo method moves a rule within the collection. |
See also: