Show contents 

Express > Express Assembly Interfaces > IValidationRules

IValidationRules

Assembly: Express;

Description

Properties and methods of the IValidationRules interface are used to work with a collection of validation rules.

Properties

  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.

Methods

  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:

Express Assembly Interfaces